diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-24 05:21:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-24 05:21:40 +0000 |
commit | b2c25e61248d9ff80af74d2405257ddae9575c05 (patch) | |
tree | 9cbf3b52e9ce73aa5e81bb01a8453b20f0a1917f /games-arcade | |
parent | ~amd64 (diff) | |
download | historical-b2c25e61248d9ff80af74d2405257ddae9575c05.tar.gz historical-b2c25e61248d9ff80af74d2405257ddae9575c05.tar.bz2 historical-b2c25e61248d9ff80af74d2405257ddae9575c05.zip |
version bump
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/monster-masher/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/monster-masher/Manifest | 4 | ||||
-rw-r--r-- | games-arcade/monster-masher/files/digest-monster-masher-1.5.2 | 1 | ||||
-rw-r--r-- | games-arcade/monster-masher/monster-masher-1.5.2.ebuild | 24 |
4 files changed, 35 insertions, 2 deletions
diff --git a/games-arcade/monster-masher/ChangeLog b/games-arcade/monster-masher/ChangeLog index 2bf23940f387..8f01a91a7572 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 Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.3 2004/04/18 15:19:22 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.4 2004/04/24 05:21:40 mr_bones_ Exp $ + +*monster-masher-1.5.2 (23 Apr 2004) + + 23 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> + monster-masher-1.5.2.ebuild: + version bump 18 Apr 2004; David Holm <dholm@gentoo.org> monster-masher-1.5.1.ebuild: Added to ~ppc. diff --git a/games-arcade/monster-masher/Manifest b/games-arcade/monster-masher/Manifest index 14e71422765f..606e0cd69070 100644 --- a/games-arcade/monster-masher/Manifest +++ b/games-arcade/monster-masher/Manifest @@ -1,6 +1,8 @@ -MD5 74157f306e389db42ceac581a3815e43 ChangeLog 641 +MD5 1359f9d7749a73ff08e2c20c9575e97b ChangeLog 784 MD5 4b1a02389791684c5094eb714fc8e76e monster-masher-1.5.ebuild 720 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 a1a3a599333a4386828d15ed6657d959 monster-masher-1.5.1.ebuild 779 +MD5 8a563a3da438785cb098bb898dc4f3f3 monster-masher-1.5.2.ebuild 722 MD5 4c33dad1d1eaec3bbcb0c964897cde47 files/digest-monster-masher-1.5 70 MD5 5edc690079b2f05a95d2748fca682e47 files/digest-monster-masher-1.5.1 73 +MD5 d7ae3c21c9a8554147667b42a2de3dee files/digest-monster-masher-1.5.2 73 diff --git a/games-arcade/monster-masher/files/digest-monster-masher-1.5.2 b/games-arcade/monster-masher/files/digest-monster-masher-1.5.2 new file mode 100644 index 000000000000..b9f1278bd231 --- /dev/null +++ b/games-arcade/monster-masher/files/digest-monster-masher-1.5.2 @@ -0,0 +1 @@ +MD5 8ba9920163f129cbf613ee3a916a2453 monster-masher-1.5.2.tar.gz 1009097 diff --git a/games-arcade/monster-masher/monster-masher-1.5.2.ebuild b/games-arcade/monster-masher/monster-masher-1.5.2.ebuild new file mode 100644 index 000000000000..db7fc3d0b577 --- /dev/null +++ b/games-arcade/monster-masher/monster-masher-1.5.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/monster-masher-1.5.2.ebuild,v 1.1 2004/04/24 05:21:40 mr_bones_ 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.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~ppc" +IUSE="" + +DEPEND="virtual/x11 + dev-cpp/gtkmm + dev-cpp/libgnomemm + dev-cpp/libgnomeuimm + dev-cpp/gconfmm + dev-cpp/libglademm" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog README +} |