diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-17 17:37:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-17 17:37:04 +0000 |
commit | 72810082da2f6737b57a96edb88a887866445057 (patch) | |
tree | 44a790fdbc5a7f9b0a06b6d9a9d862c5d7f73601 /games-arcade/monster-masher | |
parent | Add ~sparc (diff) | |
download | gentoo-2-72810082da2f6737b57a96edb88a887866445057.tar.gz gentoo-2-72810082da2f6737b57a96edb88a887866445057.tar.bz2 gentoo-2-72810082da2f6737b57a96edb88a887866445057.zip |
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade/monster-masher')
-rw-r--r-- | games-arcade/monster-masher/ChangeLog | 10 | ||||
-rw-r--r-- | games-arcade/monster-masher/monster-masher-1.8.1.ebuild | 28 |
2 files changed, 36 insertions, 2 deletions
diff --git a/games-arcade/monster-masher/ChangeLog b/games-arcade/monster-masher/ChangeLog index 9e2450c1e904..eef3efb27456 100644 --- a/games-arcade/monster-masher/ChangeLog +++ b/games-arcade/monster-masher/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-arcade/monster-masher -# 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 $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.21 2009/11/17 17:37:04 mr_bones_ Exp $ + +*monster-masher-1.8.1 (17 Nov 2009) + + 17 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> + +monster-masher-1.8.1.ebuild: + version bump 12 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> monster-masher-1.8.ebuild: diff --git a/games-arcade/monster-masher/monster-masher-1.8.1.ebuild b/games-arcade/monster-masher/monster-masher-1.8.1.ebuild new file mode 100644 index 000000000000..028621b1f7d7 --- /dev/null +++ b/games-arcade/monster-masher/monster-masher-1.8.1.ebuild @@ -0,0 +1,28 @@ +# 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.1.ebuild,v 1.1 2009/11/17 17:37:04 mr_bones_ Exp $ + +EAPI=2 +inherit eutils gnome2 + +DESCRIPTION="Squash the monsters with your levitation worker gnome" +HOMEPAGE="http://people.iola.dk/olau/monster-masher/" +SRC_URI="http://people.iola.dk/olau/monster-masher/source/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +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[esd]" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + DOCS="AUTHORS ChangeLog README" gnome2_src_install +} |