diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 16:35:00 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 16:35:00 +0000 |
commit | 7dba2986af1cfbe14f39399b8c5c9e5a1b87e3b6 (patch) | |
tree | 007022d274365991305142d42c3765055ad75eeb /games-arcade/penguin-command | |
parent | keyword ~arm (diff) | |
download | gentoo-2-7dba2986af1cfbe14f39399b8c5c9e5a1b87e3b6.tar.gz gentoo-2-7dba2986af1cfbe14f39399b8c5c9e5a1b87e3b6.tar.bz2 gentoo-2-7dba2986af1cfbe14f39399b8c5c9e5a1b87e3b6.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/penguin-command')
-rw-r--r-- | games-arcade/penguin-command/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/penguin-command/penguin-command-1.6.11.ebuild | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-arcade/penguin-command/ChangeLog b/games-arcade/penguin-command/ChangeLog index f9bbb28a6abf..bd1ee459eaa4 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.19 2014/05/15 16:30:14 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/ChangeLog,v 1.20 2015/01/05 16:35:00 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <tupone@gentoo.org> + penguin-command-1.6.11.ebuild: + EAPI 5 15 May 2014; Ulrich Müller <ulm@gentoo.org> penguin-command-1.6.11.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to diff --git a/games-arcade/penguin-command/penguin-command-1.6.11.ebuild b/games-arcade/penguin-command/penguin-command-1.6.11.ebuild index 53b08baed43d..0b0a90a3f0fc 100644 --- a/games-arcade/penguin-command/penguin-command-1.6.11.ebuild +++ b/games-arcade/penguin-command/penguin-command-1.6.11.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.5 2014/05/15 16:30:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/penguin-command/penguin-command-1.6.11.ebuild,v 1.6 2015/01/05 16:35:00 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="A clone of the classic Missile Command game" @@ -17,10 +17,10 @@ IUSE="" DEPEND="media-libs/libsdl[sound,joystick,video] media-libs/sdl-mixer[mod] media-libs/sdl-image[jpeg,png]" +RDEPEND="${DEPEND}" src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README + default newicon data/gfx/icon.xpm ${PN}.xpm make_desktop_entry ${PN} "Penguin Command" ${PN} prepgamesdirs |