diff options
Diffstat (limited to 'games-action/d1x-rebirth')
-rw-r--r-- | games-action/d1x-rebirth/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/d1x-rebirth/d1x-rebirth-0.55.1.ebuild | 8 | ||||
-rw-r--r-- | games-action/d1x-rebirth/d1x-rebirth-0.56.ebuild | 8 |
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] |