diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:41:13 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:41:13 +0000 |
commit | 4798c32d6db07ba76c8900d840180ac1a554b8c3 (patch) | |
tree | 77206e590800bfd0140372261cbc1d645eb33892 /games-strategy | |
parent | Migrate to cdrom.eclass, bug 398809. (diff) | |
download | gentoo-2-4798c32d6db07ba76c8900d840180ac1a554b8c3.tar.gz gentoo-2-4798c32d6db07ba76c8900d840180ac1a554b8c3.tar.bz2 gentoo-2-4798c32d6db07ba76c8900d840180ac1a554b8c3.zip |
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/darwinia/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/darwinia/darwinia-1.3.0.ebuild | 9 | ||||
-rw-r--r-- | games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild | 9 |
3 files changed, 16 insertions, 10 deletions
diff --git a/games-strategy/darwinia/ChangeLog b/games-strategy/darwinia/ChangeLog index b41089b39f9a..80e45db1bf42 100644 --- a/games-strategy/darwinia/ChangeLog +++ b/games-strategy/darwinia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/darwinia -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia/ChangeLog,v 1.9 2011/12/14 17:34:34 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia/ChangeLog,v 1.10 2012/01/16 19:41:13 ulm Exp $ + + 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> darwinia-1.3.0.ebuild, + darwinia-1.4.0_beta9.ebuild: + Migrate to cdrom.eclass, bug 398809. 14 Dec 2011; Mike Frysinger <vapier@gentoo.org> darwinia-1.3.0.ebuild, darwinia-1.4.0_beta9.ebuild: diff --git a/games-strategy/darwinia/darwinia-1.3.0.ebuild b/games-strategy/darwinia/darwinia-1.3.0.ebuild index 466103a39d98..386f5782c6c8 100644 --- a/games-strategy/darwinia/darwinia-1.3.0.ebuild +++ b/games-strategy/darwinia/darwinia-1.3.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia/darwinia-1.3.0.ebuild,v 1.12 2011/12/14 17:34:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia/darwinia-1.3.0.ebuild,v 1.13 2012/01/16 19:41:13 ulm Exp $ -inherit eutils games +CDROM_DISABLE_PROPERTIES=1 +inherit eutils cdrom games DESCRIPTION="the hyped indie game of the year. By the Uplink creators." HOMEPAGE="http://www.darwinia.co.uk/support/linux.html" @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="-* amd64 x86" IUSE="cdinstall" RESTRICT="mirror strip" -PROPERTIES="interactive" +PROPERTIES="cdinstall? ( interactive )" RDEPEND=" sys-libs/glibc diff --git a/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild b/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild index 90b94fb59456..03db9f07d3fd 100644 --- a/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild +++ b/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild,v 1.9 2011/12/14 17:34:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/darwinia/darwinia-1.4.0_beta9.ebuild,v 1.10 2012/01/16 19:41:13 ulm Exp $ -inherit eutils games +CDROM_DISABLE_PROPERTIES=1 +inherit eutils cdrom games MY_PV=${PV/_beta/b} DESCRIPTION="the hyped indie game of the year. By the Uplink creators." @@ -14,7 +15,7 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="cdinstall" RESTRICT="mirror strip" -PROPERTIES="interactive" +PROPERTIES="cdinstall? ( interactive )" RDEPEND=" sys-libs/glibc |