summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-01-16 19:10:25 +0000
committerUlrich Müller <ulm@gentoo.org>2012-01-16 19:10:25 +0000
commitd50fd6c812edc14a0002e520d0ed6e1015cdcd0d (patch)
treeabafe5b88c445d0d198243d9bd0a5893017037de /games-action/d1x-rebirth
parentStable on alpha, bug #372589 (diff)
downloadhistorical-d50fd6c812edc14a0002e520d0ed6e1015cdcd0d.tar.gz
historical-d50fd6c812edc14a0002e520d0ed6e1015cdcd0d.tar.bz2
historical-d50fd6c812edc14a0002e520d0ed6e1015cdcd0d.zip
Migrate to cdrom.eclass, bug 398809.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'games-action/d1x-rebirth')
-rw-r--r--games-action/d1x-rebirth/ChangeLog8
-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, 16 insertions, 8 deletions
diff --git a/games-action/d1x-rebirth/ChangeLog b/games-action/d1x-rebirth/ChangeLog
index fdd73216be75..9bd3da5ea267 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d1x-rebirth/ChangeLog,v 1.6 2011/06/20 09:20:19 tupone Exp $
+# 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 $
+
+ 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> d1x-rebirth-0.55.1.ebuild,
+ d1x-rebirth-0.56.ebuild:
+ Migrate to cdrom.eclass, bug 398809.
20 Jun 2011; Tupone Alfredo <tupone@gentoo.org> d1x-rebirth-0.56.ebuild,
+files/d1x-rebirth-0.56-underlink.patch:
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 1dcc7ef1efd6..26a2b0bf169f 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-2010 Gentoo Foundation
+# 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.3 2010/03/09 12:33:33 abcd Exp $
+# $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 $
EAPI=2
-inherit eutils games
+CDROM_DISABLE_PROPERTIES=1
+inherit eutils cdrom games
DV=1
DESCRIPTION="Descent Rebirth - enhanced Descent ${DV} engine"
@@ -19,6 +20,7 @@ LICENSE="D1X GPL-2 as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cdinstall ipv6 linguas_de opengl timidity"
+PROPERTIES="cdinstall? ( interactive )"
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 290505c8f63c..bce3c6496d8d 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-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-action/d1x-rebirth/d1x-rebirth-0.56.ebuild,v 1.2 2011/06/20 09:20:19 tupone Exp $
+# $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 $
EAPI=2
-inherit eutils scons-utils games
+CDROM_DISABLE_PROPERTIES=1
+inherit eutils cdrom scons-utils games
DV=1
DESCRIPTION="Descent Rebirth - enhanced Descent ${DV} engine"
@@ -19,6 +20,7 @@ LICENSE="D1X GPL-2 as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cdinstall ipv6 linguas_de opengl timidity"
+PROPERTIES="cdinstall? ( interactive )"
RDEPEND="opengl? ( virtual/opengl virtual/glu )
dev-games/physfs[hog,zip]