summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 20:24:46 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 20:24:46 +0000
commit88491eb65b6953832c45a7566ffe182b08089897 (patch)
treee7cb2125c8c29229b3f8d80b64c87b153324997d /games-arcade/penguin-command
parentChanging nostrip to strip. (diff)
downloadhistorical-88491eb65b6953832c45a7566ffe182b08089897.tar.gz
historical-88491eb65b6953832c45a7566ffe182b08089897.tar.bz2
historical-88491eb65b6953832c45a7566ffe182b08089897.zip
Removing old version.
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'games-arcade/penguin-command')
-rw-r--r--games-arcade/penguin-command/ChangeLog8
-rw-r--r--games-arcade/penguin-command/files/digest-penguin-command-1.6.61
-rw-r--r--games-arcade/penguin-command/penguin-command-1.6.6.ebuild33
3 files changed, 6 insertions, 36 deletions
diff --git a/games-arcade/penguin-command/ChangeLog b/games-arcade/penguin-command/ChangeLog
index 5cf4f11a424c..7b3a142fc1a7 100644
--- a/games-arcade/penguin-command/ChangeLog
+++ b/games-arcade/penguin-command/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/penguin-command
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.12 2005/05/02 14:25:02 mr_bones_ Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.13 2006/03/31 20:24:46 wolf31o2 Exp $
+
+ 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ -penguin-command-1.6.6.ebuild:
+ Removing old version.
02 May 2005; Michael Sterrett <mr_bones_@gentoo.org>
penguin-command-1.6.9.ebuild:
diff --git a/games-arcade/penguin-command/files/digest-penguin-command-1.6.6 b/games-arcade/penguin-command/files/digest-penguin-command-1.6.6
deleted file mode 100644
index 0138254185b2..000000000000
--- a/games-arcade/penguin-command/files/digest-penguin-command-1.6.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8f32e88894464a195488e6dccb6a334f penguin-command-1.6.6.tar.gz 1157215
diff --git a/games-arcade/penguin-command/penguin-command-1.6.6.ebuild b/games-arcade/penguin-command/penguin-command-1.6.6.ebuild
deleted file mode 100644
index 047428b88913..000000000000
--- a/games-arcade/penguin-command/penguin-command-1.6.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.6.ebuild,v 1.11 2004/10/12 20:24:47 blubb Exp $
-
-inherit gnuconfig games
-
-DESCRIPTION="A clone of the classic Missile Command Game"
-HOMEPAGE="http://www.linux-games.com/penguin-command/"
-SRC_URI="mirror://sourceforge/penguin-command/${P}.tar.gz"
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc ~amd64"
-IUSE="nls"
-
-DEPEND="media-libs/libpng
- media-libs/jpeg
- >=media-libs/libsdl-1.1.5
- media-libs/sdl-mixer"
-
-src_unpack() {
- unpack ${A}
- sed -i 's:-DUSE_SOUND::' ${S}/configure
- gnuconfig_update
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc ChangeLog README NEWS AUTHORS
- use nls || rm ${D}/usr/share/man/man6/*.ja.*
- prepgamesdirs
-}