diff options
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/monster-masher/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/monster-masher/monster-masher-1.8.ebuild | 17 |
2 files changed, 13 insertions, 12 deletions
diff --git a/games-arcade/monster-masher/ChangeLog b/games-arcade/monster-masher/ChangeLog index d38bf1e3e49b..9e2450c1e904 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.19 2008/03/20 00:30:30 nyhm Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.20 2009/01/12 16:14:38 mr_bones_ Exp $ + + 12 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> + monster-masher-1.8.ebuild: + EAPI=2; add use-based dep 20 Mar 2008; Tristan Heaven <nyhm@gentoo.org> monster-masher-1.8.ebuild: Add ~amd64 keyword, bug #201801 diff --git a/games-arcade/monster-masher/monster-masher-1.8.ebuild b/games-arcade/monster-masher/monster-masher-1.8.ebuild index 8c11b8b1c4ba..a70996e83b4f 100644 --- a/games-arcade/monster-masher/monster-masher-1.8.ebuild +++ b/games-arcade/monster-masher/monster-masher-1.8.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.8 2008/03/20 00:30:30 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.8.ebuild,v 1.9 2009/01/12 16:14:38 mr_bones_ Exp $ +EAPI=2 inherit eutils gnome2 DESCRIPTION="Squash the monsters with your levitation worker gnome" @@ -13,18 +14,14 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" IUSE="" -DEPEND="x11-libs/libSM +RDEPEND="x11-libs/libSM >=dev-cpp/gtkmm-2.6 >=dev-cpp/gconfmm-2.6 >=dev-cpp/libglademm-2.4 >=dev-cpp/libgnomecanvasmm-2.6 - 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 -} + gnome-base/libgnome[esd]" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { DOCS="AUTHORS ChangeLog README" gnome2_src_install |