diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-05 00:10:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-05 00:10:01 +0000 |
commit | 9a91ee3f022de9b9109b960ae22115e3d3467566 (patch) | |
tree | 7e41b17fe9f94a58111689fe41426901414b2978 /games-puzzle/biniax2 | |
parent | Bump to 0.7.6; translation updates and bug fixes (diff) | |
download | gentoo-2-9a91ee3f022de9b9109b960ae22115e3d3467566.tar.gz gentoo-2-9a91ee3f022de9b9109b960ae22115e3d3467566.tar.bz2 gentoo-2-9a91ee3f022de9b9109b960ae22115e3d3467566.zip |
any mod support will do
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/biniax2')
-rw-r--r-- | games-puzzle/biniax2/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/biniax2/biniax2-1.30.ebuild | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games-puzzle/biniax2/ChangeLog b/games-puzzle/biniax2/ChangeLog index 35eac5c564d6..8e3b839248a4 100644 --- a/games-puzzle/biniax2/ChangeLog +++ b/games-puzzle/biniax2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/biniax2 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/biniax2/ChangeLog,v 1.3 2009/12/19 19:07:09 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/biniax2/ChangeLog,v 1.4 2012/09/05 00:10:01 mr_bones_ Exp $ + + 05 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> biniax2-1.30.ebuild: + any mod support will do 19 Dec 2009; Pacho Ramos <pacho@gentoo.org> biniax2-1.30.ebuild: amd64 stable, bug 295905 @@ -14,4 +17,3 @@ +files/biniax2-1.30-build.patch, +files/biniax2-1.30-dotfiles.patch, +files/biniax2.xpm, +metadata.xml: Initial commit - diff --git a/games-puzzle/biniax2/biniax2-1.30.ebuild b/games-puzzle/biniax2/biniax2-1.30.ebuild index e05a507950a2..fa7a2ac2ab6c 100644 --- a/games-puzzle/biniax2/biniax2-1.30.ebuild +++ b/games-puzzle/biniax2/biniax2-1.30.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/biniax2/biniax2-1.30.ebuild,v 1.3 2009/12/19 19:07:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/biniax2/biniax2-1.30.ebuild,v 1.4 2012/09/05 00:10:01 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -16,7 +16,7 @@ IUSE="" DEPEND="media-libs/libsdl media-libs/sdl-image[png] - media-libs/sdl-mixer[mikmod]" + media-libs/sdl-mixer[mod]" S=${WORKDIR} @@ -25,16 +25,16 @@ src_prepare() { sed -i \ -e "s:data/:${GAMES_DATADIR}/${PN}/:" \ desktop/{gfx,snd}.c \ - || die "sed failed" + || die epatch \ "${FILESDIR}"/${P}-build.patch \ "${FILESDIR}"/${P}-dotfiles.patch } src_install() { - dogamesbin ${PN} || die "dogamesbin failed" + dogamesbin ${PN} || die insinto "${GAMES_DATADIR}"/${PN} - doins -r data/* || die "doins failed" + doins -r data/* || die doicon "${FILESDIR}"/${PN}.xpm make_desktop_entry ${PN} Biniax-2 prepgamesdirs |