diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-01 21:30:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-01 21:30:37 +0000 |
commit | 2ff646bef4503bdf67bec7d71f8f03a7990f7e34 (patch) | |
tree | 4f092b86b9d82ecfdff76777aa116b3b1cdcd2fd | |
parent | Little fix for missing colors when using xerox_mfp, bug #332667. (diff) | |
download | gentoo-2-2ff646bef4503bdf67bec7d71f8f03a7990f7e34.tar.gz gentoo-2-2ff646bef4503bdf67bec7d71f8f03a7990f7e34.tar.bz2 gentoo-2-2ff646bef4503bdf67bec7d71f8f03a7990f7e34.zip |
EAPI=2; clean up SRC_URIEAPI=2; clean up SRC_URI
(Portage version: 2.1.8.3/cvs/Linux i686)
-rw-r--r-- | games-action/rune/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/rune/rune-1.07-r2.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games-action/rune/ChangeLog b/games-action/rune/ChangeLog index 410cc332619c..a3442401a326 100644 --- a/games-action/rune/ChangeLog +++ b/games-action/rune/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/rune -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.18 2008/09/26 18:24:57 zmedico Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/ChangeLog,v 1.19 2010/09/01 21:30:37 mr_bones_ Exp $ + + 01 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org> rune-1.07-r2.ebuild: + EAPI=2; clean up SRC_URI 26 Sep 2008; Zac Medico <zmedico@gentoo.org> rune-1.07-r2.ebuild: Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds() and diff --git a/games-action/rune/rune-1.07-r2.ebuild b/games-action/rune/rune-1.07-r2.ebuild index 328656fe9465..e8992e6ea393 100644 --- a/games-action/rune/rune-1.07-r2.ebuild +++ b/games-action/rune/rune-1.07-r2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v 1.9 2008/09/26 18:24:57 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rune/rune-1.07-r2.ebuild,v 1.10 2010/09/01 21:30:37 mr_bones_ Exp $ +EAPI=2 inherit eutils games DESCRIPTION="Viking hack and slay game" HOMEPAGE="http://www.runegame.com" -SRC_URI="mirror://gentoo/rune-all-0.2.tar.bz2 - http://dev.gentoo.org/~wolf31o2/sources/dump/rune-all-0.2.tar.bz2" +SRC_URI="mirror://gentoo/rune-all-0.2.tar.bz2" LICENSE="LOKI-EULA" SLOT="0" @@ -17,7 +17,7 @@ RESTRICT="strip" IUSE="" RDEPEND="virtual/opengl - =dev-util/xdelta-1* + dev-util/xdelta:0 x86? ( x11-libs/libX11 x11-libs/libXext @@ -31,7 +31,6 @@ DEPEND="" S=${WORKDIR} -GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} |