diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 06:51:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-31 06:51:40 +0000 |
commit | ddbbdc9004a0b4520305a87847b85eaef1bf6fc0 (patch) | |
tree | cbd63a2676ebc720c51e1d5746a881ff13355c48 /games-action/d1x | |
parent | don't rdepend on nasm (diff) | |
download | historical-ddbbdc9004a0b4520305a87847b85eaef1bf6fc0.tar.gz historical-ddbbdc9004a0b4520305a87847b85eaef1bf6fc0.tar.bz2 historical-ddbbdc9004a0b4520305a87847b85eaef1bf6fc0.zip |
don't rdepend on nasm; depend on sed >= 4
Diffstat (limited to 'games-action/d1x')
-rw-r--r-- | games-action/d1x/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/d1x/Manifest | 10 | ||||
-rw-r--r-- | games-action/d1x/d1x-20040118.ebuild | 11 |
3 files changed, 16 insertions, 10 deletions
diff --git a/games-action/d1x/ChangeLog b/games-action/d1x/ChangeLog index 051451aa6638..aebc6d3ee4cb 100644 --- a/games-action/d1x/ChangeLog +++ b/games-action/d1x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/d1x # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/ChangeLog,v 1.2 2004/02/24 06:28:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/ChangeLog,v 1.3 2004/03/31 06:51:40 mr_bones_ Exp $ + + 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> d1x-20040118.ebuild: + don't rdepend on nasm; depend on sed >= 4 *d1x-20040118 (19 Jan 2004) diff --git a/games-action/d1x/Manifest b/games-action/d1x/Manifest index 514ff0e1dcce..5836fa9e8190 100644 --- a/games-action/d1x/Manifest +++ b/games-action/d1x/Manifest @@ -1,6 +1,6 @@ -MD5 203a18187bcba9679a5b3102853fe7f4 files/digest-d1x-20040118 135 -MD5 fe21a7e67ef24de5864a502206052663 files/d1x-missiondir.patch 754 +MD5 44b2cdc94a24c9427a7f4f8dbe39cdbc ChangeLog 538 +MD5 b632726985b0b0393d117cc753320937 d1x-20040118.ebuild 3383 +MD5 016a241d7b581accd7016484fc8d1fc4 metadata.xml 556 MD5 951de74e67288963ee03c3719074f3fb files/d1x-makefile-linux.patch 1074 -MD5 70ccf6f9fb41e8c9592b337c33287345 ChangeLog 414 -MD5 59f9d079172d0164a366133f9ef2ae34 metadata.xml 551 -MD5 671acdd3840286a8a7a07444522983a1 d1x-20040118.ebuild 3327 +MD5 fe21a7e67ef24de5864a502206052663 files/d1x-missiondir.patch 754 +MD5 203a18187bcba9679a5b3102853fe7f4 files/digest-d1x-20040118 135 diff --git a/games-action/d1x/d1x-20040118.ebuild b/games-action/d1x/d1x-20040118.ebuild index 251e2eed1766..4bc60184fcb1 100644 --- a/games-action/d1x/d1x-20040118.ebuild +++ b/games-action/d1x/d1x-20040118.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/d1x-20040118.ebuild,v 1.1 2004/02/17 18:22:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/d1x-20040118.ebuild,v 1.2 2004/03/31 06:51:40 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="Descent 1 Source Project" HOMEPAGE="http://d1x.warpcore.org" @@ -13,15 +13,18 @@ SLOT="0" KEYWORDS="x86" IUSE="opengl" -DEPEND=">=dev-lang/nasm-0.97 +RDEPEND="virtual/glibc media-libs/libsdl opengl? ( virtual/opengl media-libs/libpng sys-libs/zlib )" +DEPEND="${RDEPEND} + >=sys-apps/sed-4 + >=dev-lang/nasm-0.97" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" pkg_setup () { cdrom_get_cds descent |