diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-04 22:21:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-04 22:21:54 +0000 |
commit | b8d65ef82205bfc442550428696afd39f5970e1a (patch) | |
tree | c48741e558dce4c79e1b05613f435f4a8cc76e7c /games-puzzle | |
parent | Version bump. (diff) | |
download | gentoo-2-b8d65ef82205bfc442550428696afd39f5970e1a.tar.gz gentoo-2-b8d65ef82205bfc442550428696afd39f5970e1a.tar.bz2 gentoo-2-b8d65ef82205bfc442550428696afd39f5970e1a.zip |
any mod support will do
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/flobopuyo/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games-puzzle/flobopuyo/ChangeLog b/games-puzzle/flobopuyo/ChangeLog index 2ebca865195a..6b35dda390d6 100644 --- a/games-puzzle/flobopuyo/ChangeLog +++ b/games-puzzle/flobopuyo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/flobopuyo -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/ChangeLog,v 1.17 2009/01/19 18:56:06 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/ChangeLog,v 1.18 2012/09/04 22:21:54 mr_bones_ Exp $ + + 04 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> flobopuyo-0.20-r1.ebuild: + any mod support will do 19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> flobopuyo-0.20-r1.ebuild: @@ -70,4 +73,3 @@ 15 Oct 2004; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, +flobopuyo-0.20.ebuild: initial commit - ebuild submitted by Rob Cakebread via bug #67028 - diff --git a/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild b/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild index 36c8fefd6098..b8267fdc742a 100644 --- a/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild +++ b/games-puzzle/flobopuyo/flobopuyo-0.20-r1.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/flobopuyo/flobopuyo-0.20-r1.ebuild,v 1.8 2009/01/19 18:56:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild,v 1.9 2012/09/04 22:21:54 mr_bones_ Exp $ EAPI=2 inherit toolchain-funcs eutils games @@ -17,7 +17,7 @@ IUSE="opengl" DEPEND="media-libs/libsdl media-libs/sdl-image[jpeg,png] - media-libs/sdl-mixer[mikmod] + media-libs/sdl-mixer[mod] opengl? ( virtual/opengl )" src_prepare() { @@ -31,17 +31,17 @@ src_prepare() { -e "s:^DATADIR=.*:DATADIR=\"${GAMES_DATADIR}/${PN}\":" \ -e "/^INSTALL_BINDIR/s:/\$(PREFIX)/games:${GAMES_BINDIR}:" \ Makefile \ - || die "sed failed" + || die } src_compile() { emake CXX="$(tc-getCXX)" \ ENABLE_OPENGL="$(use opengl && echo true || echo false)" \ - || die "emake failed" + || die } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die dodoc Changelog TODO doman man/flobopuyo.6 doicon "${DISTDIR}/${PN}.png" |