diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-17 13:12:40 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-17 13:12:40 +0000 |
commit | 134e15cdac63b672eb0634407e8cba155363514b (patch) | |
tree | 3a2e34129f9a8c8835df2d0b53efc0577d18cfe1 /games-puzzle/monsterz | |
parent | Marked stable on x86 (diff) | |
download | gentoo-2-134e15cdac63b672eb0634407e8cba155363514b.tar.gz gentoo-2-134e15cdac63b672eb0634407e8cba155363514b.tar.bz2 gentoo-2-134e15cdac63b672eb0634407e8cba155363514b.zip |
Moved games_pkg_setup to beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-puzzle/monsterz')
-rw-r--r-- | games-puzzle/monsterz/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/monsterz/monsterz-0.6.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-puzzle/monsterz/ChangeLog b/games-puzzle/monsterz/ChangeLog index d35a24b28668..8657932cb200 100644 --- a/games-puzzle/monsterz/ChangeLog +++ b/games-puzzle/monsterz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/monsterz -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.9 2005/10/31 07:56:50 mr_bones_ Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.10 2006/04/17 13:12:40 wolf31o2 Exp $ + + 17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> monsterz-0.6.1.ebuild: + Moved games_pkg_setup to beginning of pkg_setup. 31 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org> -files/monsterz-0.4.2-gentoo.patch, -files/monsterz-0.6.0-gentoo.patch, diff --git a/games-puzzle/monsterz/monsterz-0.6.1.ebuild b/games-puzzle/monsterz/monsterz-0.6.1.ebuild index d0b3cc7e255d..d17be6d67be1 100644 --- a/games-puzzle/monsterz/monsterz-0.6.1.ebuild +++ b/games-puzzle/monsterz/monsterz-0.6.1.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-puzzle/monsterz/monsterz-0.6.1.ebuild,v 1.2 2005/10/30 18:11:50 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.6.1.ebuild,v 1.3 2006/04/17 13:12:40 wolf31o2 Exp $ inherit eutils games @@ -16,10 +16,10 @@ IUSE="" DEPEND="dev-python/pygame" pkg_setup() { + games_pkg_setup if ! built_with_use media-libs/sdl-mixer mikmod ; then die "${PN} requires that media-libs/sdl-mixer be built with USE=mikmod" fi - games_pkg_setup } src_unpack() { |