summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2006-09-27 18:29:06 +0000
committerTristan Heaven <tristan@gentoo.org>2006-09-27 18:29:06 +0000
commit78668a804398dcdbf51485748a090efc22d8dbf9 (patch)
tree36038e95e12fdc4666293a13cc8ef714a3b9e893 /games-arcade/project-starfighter
parentRevision bump to force an upgrade due to bug #148682. (diff)
downloadhistorical-78668a804398dcdbf51485748a090efc22d8dbf9.tar.gz
historical-78668a804398dcdbf51485748a090efc22d8dbf9.tar.bz2
historical-78668a804398dcdbf51485748a090efc22d8dbf9.zip
Move games_pkg_setup to the end of pkg_setup
Package-Manager: portage-2.1.2_pre1-r3
Diffstat (limited to 'games-arcade/project-starfighter')
-rw-r--r--games-arcade/project-starfighter/files/digest-project-starfighter-1.12
-rw-r--r--games-arcade/project-starfighter/project-starfighter-1.1.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/games-arcade/project-starfighter/files/digest-project-starfighter-1.1 b/games-arcade/project-starfighter/files/digest-project-starfighter-1.1
index aa30c1b45dc0..ffbddd0392d8 100644
--- a/games-arcade/project-starfighter/files/digest-project-starfighter-1.1
+++ b/games-arcade/project-starfighter/files/digest-project-starfighter-1.1
@@ -1 +1,3 @@
MD5 6a4b704dbc83c7403842b936f95ee958 project-starfighter-1.1.tar.gz 2523399
+RMD160 6cdc1e3fc4efaf56102f0e85f1ed479204a20202 project-starfighter-1.1.tar.gz 2523399
+SHA256 820d7c52fb997dca3e7b2a5f8183936474395dbae343f618540e0183a4c17186 project-starfighter-1.1.tar.gz 2523399
diff --git a/games-arcade/project-starfighter/project-starfighter-1.1.ebuild b/games-arcade/project-starfighter/project-starfighter-1.1.ebuild
index 4eff83d1d8bb..f8f1393dc085 100644
--- a/games-arcade/project-starfighter/project-starfighter-1.1.ebuild
+++ b/games-arcade/project-starfighter/project-starfighter-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/project-starfighter/project-starfighter-1.1.ebuild,v 1.14 2006/09/26 15:10:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/project-starfighter/project-starfighter-1.1.ebuild,v 1.15 2006/09/27 18:27:05 nyhm Exp $
inherit eutils games
@@ -22,11 +22,11 @@ DEPEND="media-libs/libsdl
S=${WORKDIR}/${MY_P}
pkg_setup() {
- games_pkg_setup
if ! built_with_use media-libs/sdl-image gif
then
die "You need to build media-libs/sdl-image with USE=gif!"
fi
+ games_pkg_setup
}
src_unpack() {