diff options
author | 2006-04-13 19:44:26 +0000 | |
---|---|---|
committer | 2006-04-13 19:44:26 +0000 | |
commit | be732761eda32cefa01f17450836268e5e02fe4e (patch) | |
tree | a39ce33e5334ebf7ce5b4cfce02f78a52e9d992e /games-action/d1x | |
parent | Add dependency for x86-fbsd as for x86. Bug #129792. (diff) | |
download | historical-be732761eda32cefa01f17450836268e5e02fe4e.tar.gz historical-be732761eda32cefa01f17450836268e5e02fe4e.tar.bz2 historical-be732761eda32cefa01f17450836268e5e02fe4e.zip |
Moved games_pkg_setup to the beginning of pkg_setup.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'games-action/d1x')
-rw-r--r-- | games-action/d1x/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/d1x/d1x-20040118.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-action/d1x/ChangeLog b/games-action/d1x/ChangeLog index fa8d43585b95..7ba893ae7866 100644 --- a/games-action/d1x/ChangeLog +++ b/games-action/d1x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/d1x -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/ChangeLog,v 1.5 2005/09/25 07:13:41 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/ChangeLog,v 1.6 2006/04/13 19:41:04 wolf31o2 Exp $ + + 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> d1x-20040118.ebuild: + Moved games_pkg_setup to the beginning of pkg_setup. 25 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> d1x-20040118.ebuild: unpack in src_unpack; tidy diff --git a/games-action/d1x/d1x-20040118.ebuild b/games-action/d1x/d1x-20040118.ebuild index e525d4829086..6772d2c8d34d 100644 --- a/games-action/d1x/d1x-20040118.ebuild +++ b/games-action/d1x/d1x-20040118.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/d1x-20040118.ebuild,v 1.5 2005/09/25 07:13:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d1x/d1x-20040118.ebuild,v 1.6 2006/04/13 19:41:04 wolf31o2 Exp $ inherit eutils games @@ -17,16 +17,16 @@ RDEPEND="media-libs/libsdl opengl? ( virtual/opengl media-libs/libpng - sys-libs/zlib - )" + sys-libs/zlib )" + DEPEND="${RDEPEND} >=dev-lang/nasm-0.97" S=${WORKDIR}/${PN} pkg_setup() { - cdrom_get_cds descent games_pkg_setup + cdrom_get_cds descent } src_unpack() { |