Portage is a package management system used by Gentoo Linux
# ChangeLog for games-arcade/penguin-command
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.16 2008/02/29 18:47:20 carlo Exp $
29 Feb 2008; Carsten Lohrke
penguin-command-1.6.11.ebuild:
Remove icon extension from desktop entry to match Icon Theme Specification.
*penguin-command-1.6.11 (23 Apr 2007)
23 Apr 2007; Tristan Heaven
+penguin-command-1.6.11.ebuild:
Version bump
*penguin-command-1.6.10 (24 Apr 2006)
24 Apr 2006;
Version bump
31 Mar 2006; Chris Gianelloni
-penguin-command-1.6.6.ebuild:
Removing old version.
02 May 2005; Michael Sterrett
penguin-command-1.6.9.ebuild:
fix deps (bug #91133)
*penguin-command-1.6.9 (29 Apr 2005)
29 Apr 2005; Mike Frysinger
+penguin-command-1.6.9.ebuild:
Add back in sound support since changelog says they fixed some things.
28 Dec 2004; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
12 Oct 2004; Simon Stelling
penguin-command-1.6.6.ebuild:
added ~amd64
19 Jun 2004; Jason Eric Huebel
penguin-command-1.6.6.ebuild:
gnuconfig_update, ~amd64
03 Jun 2004; Aron Griffis
penguin-command-1.6.6.ebuild:
Fix use invocation
30 May 2004; Gustavo Zacarias
penguin-command-1.6.6.ebuild:
Stable on sparc
07 May 2004; Ciaran McCreesh
penguin-command-1.6.6.ebuild:
Added ~sparc, #50396
*penguin-command-1.6.6 (19 Sep 2003)
19 Sep 2003; Mike Frysinger
Version bump + games.eclass support.
*penguin-command-1.6.5-r1 (28 Jul 2002)
12 Jul 2003; Michael Sterrett
penguin-command-1.6.5-r1.ebuild:
fix DESCRIPTION; tidy; error messages
01 Nov 2002; Jon Nall
added ppc to KEYWORDS
18 Oct 2002; Daniel Ahlberg
Updated to mirror://sourceforge in SRC_URI.
28 jul 2002; Gabriele Giorgetti
Added version number to deps. (Also fixes bug #5668)
*penguin-command-1.6.5, (23 May 2002)
17 jul 2002; Jose Alberto Suárez López
Added KEYWORDS, SLOT.
23 May 2002; George Shapovalov
Initial release
DIST penguin-command-1.6.11.tar.gz 1123574 RMD160 358386f3d1540b4738d3be6581fb778b4c546336 SHA1 db1b2693e27bf88cf71ad2fca3c780c5a2678a8b SHA256 659c7b5f3f968f386e820cf7387d88c0a61c17dfbdb005bd85f8e93c537e89d6
EBUILD penguin-command-1.6.11.ebuild 779 RMD160 128be91794be843dbbb5e8422c083f23189c17a6 SHA1 94b4296e7bf31a26b688875958a4e71c4d5d9d96 SHA256 9bcfc968aa09378f195d0b366c6b230e480b332c37655208cf14f869766752b6
MISC ChangeLog 2618 RMD160 78e1f526d1576ddecd8f5231a828575069e230b8 SHA1 c07b09668b0164db7df2ea1e6002709451e20b0f SHA256 6a97db1b6be5c41062708d75be308a5afd8f9daf2382650ea8181c82cb15b45c
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2008 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.11.ebuild,v 1.2 2008/02/29 18:47:20 carlo Exp $
inherit eutils games
DESCRIPTION="A clone of the classic Missile Command game"
HOMEPAGE="http://www.linux-games.com/penguin-command/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
DEPEND="media-libs/libsdl
media-libs/sdl-mixer
media-libs/sdl-image"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README
newicon data/gfx/icon.xpm ${PN}.xpm
make_desktop_entry ${PN} "Penguin Command" ${PN}
prepgamesdirs
}