summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-11-20 20:00:14 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-11-20 20:00:14 +0000
commitf2ed749ac6ea1cb4e14580c87c76be29f54e640d (patch)
tree9ed995ae077b4403c350c70324ce87404f9b88d1 /games-arcade/monster-masher
parentVersion bump. Add introspection support. (diff)
downloadgentoo-2-f2ed749ac6ea1cb4e14580c87c76be29f54e640d.tar.gz
gentoo-2-f2ed749ac6ea1cb4e14580c87c76be29f54e640d.tar.bz2
gentoo-2-f2ed749ac6ea1cb4e14580c87c76be29f54e640d.zip
Clean up old revision.
(Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/monster-masher')
-rw-r--r--games-arcade/monster-masher/ChangeLog6
-rw-r--r--games-arcade/monster-masher/monster-masher-1.8.1.ebuild28
2 files changed, 5 insertions, 29 deletions
diff --git a/games-arcade/monster-masher/ChangeLog b/games-arcade/monster-masher/ChangeLog
index 8003769af13a..e49e4f6e06f5 100644
--- a/games-arcade/monster-masher/ChangeLog
+++ b/games-arcade/monster-masher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/monster-masher
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.25 2011/05/26 21:22:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/monster-masher/ChangeLog,v 1.26 2011/11/20 20:00:14 eva Exp $
+
+ 20 Nov 2011; Gilles Dartiguelongue <eva@gentoo.org>
+ -monster-masher-1.8.1.ebuild:
+ Clean up old revision.
26 May 2011; Markus Meier <maekke@gentoo.org> monster-masher-1.8.1-r1.ebuild:
x86 stable, bug #366015
diff --git a/games-arcade/monster-masher/monster-masher-1.8.1.ebuild b/games-arcade/monster-masher/monster-masher-1.8.1.ebuild
deleted file mode 100644
index c57986a98c62..000000000000
--- a/games-arcade/monster-masher/monster-masher-1.8.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 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.3 2011/03/29 07:49:10 angelos 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:2.4
- >=dev-cpp/gconfmm-2.6
- >=dev-cpp/libglademm-2.4:2.4
- >=dev-cpp/libgnomecanvasmm-2.6:2.6
- gnome-base/libgnome[esd]"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- DOCS="AUTHORS ChangeLog README" gnome2_src_install
-}