diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2004-07-06 20:36:17 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2004-07-06 20:36:17 +0000 |
commit | 08a39f5e5daf243bb6331f0bddd1d3c67920c552 (patch) | |
tree | b24b8a5b846fd21ccc90fd83ed492f158f8673a9 /games-arcade/monster-masher | |
parent | uClibc profile updates (diff) | |
download | gentoo-2-08a39f5e5daf243bb6331f0bddd1d3c67920c552.tar.gz gentoo-2-08a39f5e5daf243bb6331f0bddd1d3c67920c552.tar.bz2 gentoo-2-08a39f5e5daf243bb6331f0bddd1d3c67920c552.zip |
bump
Diffstat (limited to 'games-arcade/monster-masher')
-rw-r--r-- | games-arcade/monster-masher/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/monster-masher/files/digest-monster-masher-1.7 | 1 | ||||
-rw-r--r-- | games-arcade/monster-masher/monster-masher-1.7.ebuild | 24 |
3 files changed, 32 insertions, 1 deletions
diff --git a/games-arcade/monster-masher/ChangeLog b/games-arcade/monster-masher/ChangeLog index 9177782f48cb..5389170229ce 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.7 2004/06/24 22:08:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.8 2004/07/06 20:36:17 arj Exp $ + +*monster-masher-1.7 (06 Jul 2004) + + 06 Jul 2004; Anders Rune Jensen <arj@gentoo.org> + monster-masher-1.7.ebuild: + version bump, depends on gtkmm 2.4. *monster-masher-1.6.1 (28 May 2004) diff --git a/games-arcade/monster-masher/files/digest-monster-masher-1.7 b/games-arcade/monster-masher/files/digest-monster-masher-1.7 new file mode 100644 index 000000000000..552822137806 --- /dev/null +++ b/games-arcade/monster-masher/files/digest-monster-masher-1.7 @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..67b2e327861d --- /dev/null +++ b/games-arcade/monster-masher/monster-masher-1.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 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.1 2004/07/06 20:36:17 arj Exp $ + +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="~x86 ~ppc" +IUSE="" + +DEPEND="virtual/x11 + =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*" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog README +} |