summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-08-30 16:20:59 +0000
committerSamuli Suominen <drac@gentoo.org>2007-08-30 16:20:59 +0000
commit93d94e22a3f97534d5a367cdc4036a0e28556233 (patch)
tree71a88b1eca7d17f9c358dc5196d05754191a3e7d /games-arcade/monkey-bubble
parentPunt unused versions. GStreamer 0.8 is going away. (diff)
downloadgentoo-2-93d94e22a3f97534d5a367cdc4036a0e28556233.tar.gz
gentoo-2-93d94e22a3f97534d5a367cdc4036a0e28556233.tar.bz2
gentoo-2-93d94e22a3f97534d5a367cdc4036a0e28556233.zip
Punt unused version. GStreamer 0.8 is going away.
(Portage version: 2.1.3.7)
Diffstat (limited to 'games-arcade/monkey-bubble')
-rw-r--r--games-arcade/monkey-bubble/files/digest-monkey-bubble-0.3.23
-rw-r--r--games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild45
2 files changed, 0 insertions, 48 deletions
diff --git a/games-arcade/monkey-bubble/files/digest-monkey-bubble-0.3.2 b/games-arcade/monkey-bubble/files/digest-monkey-bubble-0.3.2
deleted file mode 100644
index 5faa7cc6eadc..000000000000
--- a/games-arcade/monkey-bubble/files/digest-monkey-bubble-0.3.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 37e91fa4cdbab9ec06b2ee2a5aa0683c monkey-bubble-0.3.2.tar.gz 5453029
-RMD160 e31bf8e3201425a48d9daf9ee5e5c9a20ad31af4 monkey-bubble-0.3.2.tar.gz 5453029
-SHA256 68a4d3f26404993431014a23bf181150e9a11c394e003277d8e5db49c85af018 monkey-bubble-0.3.2.tar.gz 5453029
diff --git a/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild b/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild
deleted file mode 100644
index 2178a1a5ee9d..000000000000
--- a/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.3.2.ebuild,v 1.12 2006/05/01 07:02:31 mr_bones_ Exp $
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="A Puzzle Bobble clone"
-HOMEPAGE="http://home.gna.org/monkeybubble/"
-SRC_URI="http://home.gna.org/monkeybubble/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.0
- >=dev-libs/glib-2.0
- >=gnome-base/libglade-2.0
- >=gnome-base/libgnomeui-2.0
- >=gnome-base/librsvg-2.0
- >=gnome-base/gconf-2.0
- =media-libs/gstreamer-0.8*
- >=dev-libs/libxml2-2.6.7
- app-text/scrollkeeper
- =media-libs/gst-plugins-0.8*"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch \
- "${FILESDIR}/${P}.amd64.patch" \
- "${FILESDIR}/${P}-asneeded.patch"
- eautoreconf
- sed -i \
- -e "s:-Werror::" \
- src/util/Makefile.in \
- src/input/Makefile.in \
- src/monkey/Makefile.in \
- src/view/Makefile.in \
- src/audio/Makefile.in \
- src/net/Makefile.in \
- src/net/Makefile.in \
- src/ui/Makefile.in \
- || die "sed failed"
-}