summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-02-22 18:21:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-02-22 18:21:15 +0000
commit00887cae96223e5333f6570ae30fe4bd9e54af5a (patch)
tree5352d3a42173ce8c3b2fca161a205c126f58710b /games-arcade
parentUpdate digests (upstream file has changed), provide launcher in /opt/bin (diff)
downloadgentoo-2-00887cae96223e5333f6570ae30fe4bd9e54af5a.tar.gz
gentoo-2-00887cae96223e5333f6570ae30fe4bd9e54af5a.tar.bz2
gentoo-2-00887cae96223e5333f6570ae30fe4bd9e54af5a.zip
old
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/pengupop/files/digest-pengupop-2.2.13
-rw-r--r--games-arcade/pengupop/pengupop-2.2.1.ebuild33
2 files changed, 0 insertions, 36 deletions
diff --git a/games-arcade/pengupop/files/digest-pengupop-2.2.1 b/games-arcade/pengupop/files/digest-pengupop-2.2.1
deleted file mode 100644
index 0aeda0d687a0..000000000000
--- a/games-arcade/pengupop/files/digest-pengupop-2.2.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 afcf595c8450be3e25b6775e4013f454 pengupop-2.2.1.tar.gz 1668729
-RMD160 d6437da30cb278c868bac33983a46ba8c8ded0e4 pengupop-2.2.1.tar.gz 1668729
-SHA256 9e5affffd927ae56b295dcfccc1e3df9b945ede6af3a4f30d8ee6a11fe3347b3 pengupop-2.2.1.tar.gz 1668729
diff --git a/games-arcade/pengupop/pengupop-2.2.1.ebuild b/games-arcade/pengupop/pengupop-2.2.1.ebuild
deleted file mode 100644
index ade72cd6e3a5..000000000000
--- a/games-arcade/pengupop/pengupop-2.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.2.1.ebuild,v 1.1 2007/01/19 17:52:24 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="Networked multiplayer-only Puzzle Bubble clone"
-HOMEPAGE="http://www.junoplay.com/pengupop"
-SRC_URI="http://www.junoplay.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e 's/-g -Wall -O2/-Wall/' \
- Makefile.in \
- || die "sed failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README
- domenu pengupop.desktop
- doicon pengupop.png
- prepgamesdirs
-}