diff options
author | 2007-03-09 07:51:37 +0000 | |
---|---|---|
committer | 2007-03-09 07:51:37 +0000 | |
commit | bbcc764cfaff5e4dcd81431f36322b8de57b0844 (patch) | |
tree | c0d71a18c4f2467b780bc5d6f9e94873198da5f8 /games-arcade/pengupop | |
parent | old (diff) | |
download | gentoo-2-bbcc764cfaff5e4dcd81431f36322b8de57b0844.tar.gz gentoo-2-bbcc764cfaff5e4dcd81431f36322b8de57b0844.tar.bz2 gentoo-2-bbcc764cfaff5e4dcd81431f36322b8de57b0844.zip |
stable for x86; clean out older ebuild
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-arcade/pengupop')
-rw-r--r-- | games-arcade/pengupop/ChangeLog | 6 | ||||
-rw-r--r-- | games-arcade/pengupop/files/digest-pengupop-2.1.6 | 3 | ||||
-rw-r--r-- | games-arcade/pengupop/pengupop-2.1.6.ebuild | 25 | ||||
-rw-r--r-- | games-arcade/pengupop/pengupop-2.2.2.ebuild | 4 |
4 files changed, 7 insertions, 31 deletions
diff --git a/games-arcade/pengupop/ChangeLog b/games-arcade/pengupop/ChangeLog index 687f5eb71d66..aed920930bad 100644 --- a/games-arcade/pengupop/ChangeLog +++ b/games-arcade/pengupop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/pengupop # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/ChangeLog,v 1.10 2007/01/22 16:49:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/ChangeLog,v 1.11 2007/03/09 07:51:37 mr_bones_ Exp $ + + 09 Mar 2007; Michael Sterrett <mr_bones_@gentoo.org> + pengupop-2.2.2.ebuild: + stable for x86; clean out older ebuild *pengupop-2.2.2 (22 Jan 2007) diff --git a/games-arcade/pengupop/files/digest-pengupop-2.1.6 b/games-arcade/pengupop/files/digest-pengupop-2.1.6 deleted file mode 100644 index a86b78736fbe..000000000000 --- a/games-arcade/pengupop/files/digest-pengupop-2.1.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1f6f7b8704928e245508ca7865e66f9c pengupop-2.1.6.tar.gz 2082838 -RMD160 14c7b8b4d9c028a2c32e4d78ed0dd014c53cf76a pengupop-2.1.6.tar.gz 2082838 -SHA256 122c3622b620194e2cff259c86cae9de368f45938fcc7e7a31b562a73c26d744 pengupop-2.1.6.tar.gz 2082838 diff --git a/games-arcade/pengupop/pengupop-2.1.6.ebuild b/games-arcade/pengupop/pengupop-2.1.6.ebuild deleted file mode 100644 index e2733fa8d9b3..000000000000 --- a/games-arcade/pengupop/pengupop-2.1.6.ebuild +++ /dev/null @@ -1,25 +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/pengupop/pengupop-2.1.6.ebuild,v 1.1 2006/08/22 19:14:43 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="~ppc x86" -IUSE="" - -DEPEND="media-libs/libsdl" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README - insinto /usr/share/applications - doins pengupop.desktop || die "doins failed" - doicon pengupop.png - prepgamesdirs -} diff --git a/games-arcade/pengupop/pengupop-2.2.2.ebuild b/games-arcade/pengupop/pengupop-2.2.2.ebuild index b0562e4b6703..df440ccd0c5b 100644 --- a/games-arcade/pengupop/pengupop-2.2.2.ebuild +++ b/games-arcade/pengupop/pengupop-2.2.2.ebuild @@ -1,6 +1,6 @@ # 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.2.ebuild,v 1.1 2007/01/22 16:49:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.2.2.ebuild,v 1.2 2007/03/09 07:51:37 mr_bones_ Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="http://www.junoplay.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="media-libs/libsdl" |