diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-05 07:44:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-05 07:44:06 +0000 |
commit | 981f1fb06598704f4254206089611a63147c6b61 (patch) | |
tree | 449a74214100e0e03ba1901f91e2ae73b3902572 /games-action/bomberclone | |
parent | Use domenu instead insinto + doins to install .desktop files (diff) | |
download | gentoo-2-981f1fb06598704f4254206089611a63147c6b61.tar.gz gentoo-2-981f1fb06598704f4254206089611a63147c6b61.tar.bz2 gentoo-2-981f1fb06598704f4254206089611a63147c6b61.zip |
any mod support will do
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-action/bomberclone')
-rw-r--r-- | games-action/bomberclone/ChangeLog | 9 | ||||
-rw-r--r-- | games-action/bomberclone/bomberclone-0.11.8.ebuild | 12 |
2 files changed, 12 insertions, 9 deletions
diff --git a/games-action/bomberclone/ChangeLog b/games-action/bomberclone/ChangeLog index eddd1f505df5..2e55d133db9b 100644 --- a/games-action/bomberclone/ChangeLog +++ b/games-action/bomberclone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/bomberclone -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/ChangeLog,v 1.31 2011/06/18 16:30:09 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/ChangeLog,v 1.32 2012/09/05 07:44:06 mr_bones_ Exp $ + + 05 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> + bomberclone-0.11.8.ebuild: + any mod support will do 18 Jun 2011; Tupone Alfredo <tupone@gentoo.org> bomberclone-0.11.8.ebuild, +files/bomberclone-0.11.8-underlink.patch: @@ -145,4 +149,3 @@ bomberclone-0.10.0.ebuild: initial commit; Original ebuild since the user submitted one didn't use the games eclass. (bug 28184) - diff --git a/games-action/bomberclone/bomberclone-0.11.8.ebuild b/games-action/bomberclone/bomberclone-0.11.8.ebuild index b47d6517cd72..fa893d658286 100644 --- a/games-action/bomberclone/bomberclone-0.11.8.ebuild +++ b/games-action/bomberclone/bomberclone-0.11.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-0.11.8.ebuild,v 1.8 2011/06/18 16:30:09 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-0.11.8.ebuild,v 1.9 2012/09/05 07:44:06 mr_bones_ Exp $ EAPI=2 inherit eutils autotools games @@ -16,7 +16,7 @@ IUSE="X" DEPEND=">=media-libs/libsdl-1.1.0 media-libs/sdl-image[png] - media-libs/sdl-mixer[mikmod] + media-libs/sdl-mixer[mod] X? ( x11-libs/libXt )" src_prepare() { @@ -33,14 +33,14 @@ src_configure() { sed -i \ -e "/PACKAGE_DATA_DIR/ s:/usr/games/share/games/:${GAMES_DATADIR}/:" \ config.h \ - || die "sed config.h failed" + || die } src_install() { - dogamesbin src/${PN} || die "dogamesbin failed" + dogamesbin src/${PN} || die insinto "${GAMES_DATADIR}/${PN}" - doins -r data/{gfx,maps,player,tileset,music} || die "doins failed" + doins -r data/{gfx,maps,player,tileset,music} || die find "${D}" -name "Makefile*" -exec rm -f '{}' + dodoc AUTHORS ChangeLog README TODO |