summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-04-08 08:20:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-04-08 08:20:35 +0000
commit838187f9930b62669035ff18af4b78833c7ff42f (patch)
treec720ec882f6853ff9741a5c877b60c762cd2eede
parentIntroduce nsplugin USE flag as suggested (with patch) by Peter Gantner <gento... (diff)
downloadgentoo-2-838187f9930b62669035ff18af4b78833c7ff42f.tar.gz
gentoo-2-838187f9930b62669035ff18af4b78833c7ff42f.tar.bz2
gentoo-2-838187f9930b62669035ff18af4b78833c7ff42f.zip
old
(Portage version: 2.1.7.17/cvs/Linux i686)
-rw-r--r--games-arcade/pengupop/Manifest12
-rw-r--r--games-arcade/pengupop/pengupop-2.2.3.ebuild33
2 files changed, 0 insertions, 45 deletions
diff --git a/games-arcade/pengupop/Manifest b/games-arcade/pengupop/Manifest
index f44bad8552f4..703752264b4b 100644
--- a/games-arcade/pengupop/Manifest
+++ b/games-arcade/pengupop/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST pengupop-2.2.3.tar.gz 1666957 RMD160 af02835ba6350ed68d90ce1b13a0cb423a89510b SHA1 65d7e237438a91f8ddf6fd8f8f5a43515daeb11f SHA256 fb7d865fb9c0554354659372010f30c868b5a41e70c9d357644aa6ede21b2478
DIST pengupop-2.2.5.tar.gz 1676224 RMD160 b7b8a0f4d5d09d99c53d4eab4b043408bfb6834d SHA1 596689396bd55c093c8057240808c3701445aec0 SHA256 dd70f731ea0eeb83556359ebbfc70054832a56656638437ef9bf5aab8d72fa25
-EBUILD pengupop-2.2.3.ebuild 785 RMD160 0c2cc011ce9561c3487fff51189e1ed7a37e0ef0 SHA1 ee3a1cccef143fa0ab110258fe892f4e294a5274 SHA256 80f79254af2f1698e1c0b290eb1dcd5954990b270ce321223174161345694ef4
EBUILD pengupop-2.2.5.ebuild 797 RMD160 4b181fd2a463b6ccd6c4860d35c612bf0eadc5cb SHA1 3d9cf3aa49eec15637145d8525cb5471523bbc9c SHA256 46333d8bfec80702545f53529a3c637acd917a6216bb859ed8c0130929075e53
MISC ChangeLog 2419 RMD160 a173087b3d1cdd7dbcd61bbfa8d05548db54f12f SHA1 a3cc2d4f22f5cb7ae55eb1f211f4dddd4badbd09 SHA256 22b12a53f986baea58a4728c0c3073f5d9eda1fc921af3510cfdeaeea55716f1
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iEYEARECAAYFAktQ9UIACgkQNQqtfCuFneMQ0gCfY9KRqzqtxqU5A6G8oH3l0CTY
-eX8An14/QUJ46mBuI5p66cIhAoyd8GD3
-=5z5K
------END PGP SIGNATURE-----
diff --git a/games-arcade/pengupop/pengupop-2.2.3.ebuild b/games-arcade/pengupop/pengupop-2.2.3.ebuild
deleted file mode 100644
index 2e571e38789b..000000000000
--- a/games-arcade/pengupop/pengupop-2.2.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.2.3.ebuild,v 1.4 2008/06/22 15:37:05 maekke 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
-}