summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:41:04 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 19:41:04 +0000
commitd9e3931f7756e6cb8f46649a3f32347e645bc3b5 (patch)
treeb8957973fe60ad88be64cfb4d25a227b96e3e089 /games-action
parentRestore rc-daemon and bump dependency on pidof. (diff)
downloadgentoo-2-d9e3931f7756e6cb8f46649a3f32347e645bc3b5.tar.gz
gentoo-2-d9e3931f7756e6cb8f46649a3f32347e645bc3b5.tar.bz2
gentoo-2-d9e3931f7756e6cb8f46649a3f32347e645bc3b5.zip
Moved games_pkg_setup to the beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/d1x/ChangeLog7
-rw-r--r--games-action/d1x/d1x-20040118.ebuild10
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() {