summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-01-18 12:42:50 +0000
committerMike Frysinger <vapier@gentoo.org>2012-01-18 12:42:50 +0000
commit6ad6f504898b26f7297643a33d9816b9466e4903 (patch)
tree6a28d3cfa1f7e47a4aec3ea151aedc16498fca23 /games-action/d1x-rebirth
parentconvert CDROM_DISABLE_PROPERTIES to CDROM_OPTIONAL and make IUSE=cdinstall a ... (diff)
downloadgentoo-2-6ad6f504898b26f7297643a33d9816b9466e4903.tar.gz
gentoo-2-6ad6f504898b26f7297643a33d9816b9466e4903.tar.bz2
gentoo-2-6ad6f504898b26f7297643a33d9816b9466e4903.zip
Move to new CDROM_OPTIONAL variable.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-action/d1x-rebirth')
-rw-r--r--games-action/d1x-rebirth/ChangeLog6
-rw-r--r--games-action/d1x-rebirth/d1x-rebirth-0.55.1.ebuild8
-rw-r--r--games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild8
3 files changed, 13 insertions, 9 deletions
diff --git a/games-action/d1x-rebirth/ChangeLog b/games-action/d1x-rebirth/ChangeLog
index 9bd3da5ea267..6d40480e898c 100644
--- a/games-action/d1x-rebirth/ChangeLog
+++ b/games-action/d1x-rebirth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/d1x-rebirth
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/ChangeLog,v 1.7 2012/01/16 18:58:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/ChangeLog,v 1.8 2012/01/18 12:42:50 vapier Exp $
+
+ 18 Jan 2012; Mike Frysinger <vapier@gentoo.org> d1x-rebirth-0.55.1.ebuild,
+ d1x-rebirth-0.56.ebuild:
+ Move to new CDROM_OPTIONAL variable.
16 Jan 2012; Ulrich Müller <ulm@gentoo.org> d1x-rebirth-0.55.1.ebuild,
d1x-rebirth-0.56.ebuild:
diff --git a/games-action/d1x-rebirth/d1x-rebirth-0.55.1.ebuild b/games-action/d1x-rebirth/d1x-rebirth-0.55.1.ebuild
index 26a2b0bf169f..1a8ff6086cda 100644
--- a/games-action/d1x-rebirth/d1x-rebirth-0.55.1.ebuild
+++ b/games-action/d1x-rebirth/d1x-rebirth-0.55.1.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.55.1.ebuild,v 1.4 2012/01/16 18:58:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.55.1.ebuild,v 1.5 2012/01/18 12:42:50 vapier Exp $
EAPI=2
-CDROM_DISABLE_PROPERTIES=1
+
+CDROM_OPTIONAL="yes"
inherit eutils cdrom games
DV=1
@@ -19,8 +20,7 @@ SRC_URI="mirror://sourceforge/dxx-rebirth/${PN}_v${PV}-src.tar.gz
LICENSE="D1X GPL-2 as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="cdinstall ipv6 linguas_de opengl timidity"
-PROPERTIES="cdinstall? ( interactive )"
+IUSE="ipv6 linguas_de opengl timidity"
RDEPEND="virtual/opengl
virtual/glu
diff --git a/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild b/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild
index bce3c6496d8d..163621c1f5e9 100644
--- a/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild
+++ b/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild,v 1.3 2012/01/16 18:58:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild,v 1.4 2012/01/18 12:42:50 vapier Exp $
EAPI=2
-CDROM_DISABLE_PROPERTIES=1
+
+CDROM_OPTIONAL="yes"
inherit eutils cdrom scons-utils games
DV=1
@@ -19,8 +20,7 @@ SRC_URI="mirror://sourceforge/dxx-rebirth/${PN}_v${PV}-src.tar.gz
LICENSE="D1X GPL-2 as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="cdinstall ipv6 linguas_de opengl timidity"
-PROPERTIES="cdinstall? ( interactive )"
+IUSE="ipv6 linguas_de opengl timidity"
RDEPEND="opengl? ( virtual/opengl virtual/glu )
dev-games/physfs[hog,zip]