diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-05 07:13:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-05 07:13:37 +0000 |
commit | be5dd3c8633b1307128a162d3d1563e3f6725946 (patch) | |
tree | 1ed0551d236fb5de20efe807ce717b9202c37b5b /games-arcade | |
parent | Use domenu instead insinto + doins to install .desktop files (diff) | |
download | gentoo-2-be5dd3c8633b1307128a162d3d1563e3f6725946.tar.gz gentoo-2-be5dd3c8633b1307128a162d3d1563e3f6725946.tar.bz2 gentoo-2-be5dd3c8633b1307128a162d3d1563e3f6725946.zip |
any mod support will do
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/defendguin/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/defendguin/defendguin-0.0.12.ebuild | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games-arcade/defendguin/ChangeLog b/games-arcade/defendguin/ChangeLog index c1f70a17374b..2f44a9872586 100644 --- a/games-arcade/defendguin/ChangeLog +++ b/games-arcade/defendguin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/defendguin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/defendguin/ChangeLog,v 1.18 2010/08/12 04:32:45 josejx Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/defendguin/ChangeLog,v 1.19 2012/09/05 07:13:37 mr_bones_ Exp $ + + 05 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> defendguin-0.0.12.ebuild: + any mod support will do 12 Aug 2010; Joseph Jezak <josejx@gentoo.org> defendguin-0.0.12.ebuild: Marked ppc stable for bug #323123. @@ -70,4 +73,3 @@ 15 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, +defendguin-0.0.10.ebuild: initial commit - ebuild submitted by eGore via bug #63499 - diff --git a/games-arcade/defendguin/defendguin-0.0.12.ebuild b/games-arcade/defendguin/defendguin-0.0.12.ebuild index a05b9763edc6..7829e3da273c 100644 --- a/games-arcade/defendguin/defendguin-0.0.12.ebuild +++ b/games-arcade/defendguin/defendguin-0.0.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/defendguin/defendguin-0.0.12.ebuild,v 1.5 2010/08/12 04:32:45 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/defendguin/defendguin-0.0.12.ebuild,v 1.6 2012/09/05 07:13:37 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd" IUSE="" -DEPEND="media-libs/sdl-mixer[mikmod] +DEPEND="media-libs/sdl-mixer[mod] media-libs/libsdl[video]" src_prepare() { @@ -23,14 +23,14 @@ src_prepare() { -e '/^CFLAGS=.*-O2/d' \ -e '/^CFLAGS=/s:=:+= $(LDFLAGS) :' \ Makefile \ - || die "sed failed" + || die rm -f data/images/*.sh } src_install() { - dogamesbin ${PN} || die "dogamesbin failed" + dogamesbin ${PN} || die insinto "${GAMES_DATADIR}"/${PN} - doins -r ./data/* || die "doins failed" + doins -r ./data/* || die newicon data/images/ufo/ufo0.bmp ${PN}.bmp make_desktop_entry ${PN} Defendguin /usr/share/pixmaps/${PN}.bmp doman src/${PN}.6 |