diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-16 21:20:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-02-16 21:20:08 +0000 |
commit | ac8ede989ab9c5fa4a35c311bdaea4505938b156 (patch) | |
tree | 16e46bf91ee5889e8e59d343cb7009c60a9d1fd5 /games-arcade/monster-masher | |
parent | Fix broken Manifest due to Attic/ in the header. (diff) | |
download | gentoo-2-ac8ede989ab9c5fa4a35c311bdaea4505938b156.tar.gz gentoo-2-ac8ede989ab9c5fa4a35c311bdaea4505938b156.tar.bz2 gentoo-2-ac8ede989ab9c5fa4a35c311bdaea4505938b156.zip |
stable for x86; clean out old version
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-arcade/monster-masher')
4 files changed, 11 insertions, 43 deletions
diff --git a/games-arcade/monster-masher/ChangeLog b/games-arcade/monster-masher/ChangeLog index 07c6acae2de3..382f372ecc0a 100644 --- a/games-arcade/monster-masher/ChangeLog +++ b/games-arcade/monster-masher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/monster-masher -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.15 2006/12/01 20:28:59 wolf31o2 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.16 2007/02/16 21:20:08 mr_bones_ Exp $ + + 16 Feb 2007; Michael Sterrett <mr_bones_@gentoo.org> + -monster-masher-1.7.ebuild, monster-masher-1.8.ebuild: + stable for x86; clean out old version 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> monster-masher-1.7.ebuild, monster-masher-1.8.ebuild: diff --git a/games-arcade/monster-masher/files/digest-monster-masher-1.7 b/games-arcade/monster-masher/files/digest-monster-masher-1.7 deleted file mode 100644 index 552822137806..000000000000 --- a/games-arcade/monster-masher/files/digest-monster-masher-1.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 2fd7df60c87041ff8fcf03944ae01ed0 monster-masher-1.7.tar.bz2 1091488 diff --git a/games-arcade/monster-masher/monster-masher-1.7.ebuild b/games-arcade/monster-masher/monster-masher-1.7.ebuild deleted file mode 100644 index 66a16617ae35..000000000000 --- a/games-arcade/monster-masher/monster-masher-1.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.7.ebuild,v 1.6 2006/12/01 20:28:59 wolf31o2 Exp $ - -inherit eutils - -DESCRIPTION="Squash the monsters with your levitation worker gnome" -HOMEPAGE="http://www.cs.auc.dk/~olau/monster-masher/" -SRC_URI="http://www.cs.auc.dk/~olau/monster-masher/source/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc x86" -IUSE="" - -DEPEND="x11-libs/libSM - =dev-cpp/gtkmm-2.4* - =dev-cpp/libgnomemm-2.6* - =dev-cpp/libgnomeuimm-2.6* - =dev-cpp/gconfmm-2.6* - =dev-cpp/libglademm-2.4* - gnome-base/libgnome" - -pkg_setup() { - if ! built_with_use gnome-base/libgnome esd - then - die "You need to compile gnome-base/libgnome with esd USE flag!" - fi -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README -} diff --git a/games-arcade/monster-masher/monster-masher-1.8.ebuild b/games-arcade/monster-masher/monster-masher-1.8.ebuild index 7285605977fa..1dccd14e6e9c 100644 --- a/games-arcade/monster-masher/monster-masher-1.8.ebuild +++ b/games-arcade/monster-masher/monster-masher-1.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.ebuild,v 1.4 2006/12/01 20:28:59 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.ebuild,v 1.5 2007/02/16 21:20:08 mr_bones_ Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.cs.auc.dk/~olau/monster-masher/source/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" IUSE="" DEPEND="x11-libs/libSM @@ -21,13 +21,12 @@ DEPEND="x11-libs/libSM gnome-base/libgnome" pkg_setup() { - if ! built_with_use gnome-base/libgnome esd - then + if ! built_with_use gnome-base/libgnome esd ; then die "You need to compile gnome-base/libgnome with esd USE flag!" fi } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog README } |