diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-23 23:05:31 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-23 23:05:31 +0000 |
commit | 7ef614a20d360367e70b1a78bffacb153ed0be14 (patch) | |
tree | 37b55c3be808918b5e5c183530e42d50f9d496cf /games-arcade/penguin-command/penguin-command-1.6.10.ebuild | |
parent | Stable on Mips, bug 172159. (diff) | |
download | gentoo-2-7ef614a20d360367e70b1a78bffacb153ed0be14.tar.gz gentoo-2-7ef614a20d360367e70b1a78bffacb153ed0be14.tar.bz2 gentoo-2-7ef614a20d360367e70b1a78bffacb153ed0be14.zip |
Version bump
(Portage version: 2.1.2.4)
Diffstat (limited to 'games-arcade/penguin-command/penguin-command-1.6.10.ebuild')
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.10.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/games-arcade/penguin-command/penguin-command-1.6.10.ebuild b/games-arcade/penguin-command/penguin-command-1.6.10.ebuild deleted file mode 100644 index a783b23d42f1..000000000000 --- a/games-arcade/penguin-command/penguin-command-1.6.10.ebuild +++ /dev/null @@ -1,34 +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/penguin-command/penguin-command-1.6.10.ebuild,v 1.2 2006/09/28 20:55:11 nyhm 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/penguin-command/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="nls" - -DEPEND="media-libs/libpng - media-libs/jpeg - >=media-libs/libsdl-1.1.5 - media-libs/sdl-mixer - media-libs/sdl-image" - -src_install() { - make install DESTDIR="${D}" || die - dodoc ChangeLog README NEWS AUTHORS - if use nls ; then - dodir /usr/share/man/ja/man6 - mv "${D}"/usr/share/man/man6/penguin-command.ja.6 "${D}"/usr/share/man/ja/man6/penguin-command.6 - else - rm -f "${D}"/usr/share/man/man6/*.ja.* - fi - newicon data/gfx/icon.xpm ${PN}.xpm - make_desktop_entry ${PN} ${PN} ${PN}.xpm - prepgamesdirs -} |