diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-19 19:59:07 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-19 19:59:07 +0000 |
commit | b93ee098ea6be1b301c2c7a1309aa75b297327ca (patch) | |
tree | 920c73f675f975ac12ad93d8fa5b07a7b79c8ee3 /games-puzzle | |
parent | sci-physics/lammps: Adding new version. (diff) | |
download | gentoo-2-b93ee098ea6be1b301c2c7a1309aa75b297327ca.tar.gz gentoo-2-b93ee098ea6be1b301c2c7a1309aa75b297327ca.tar.bz2 gentoo-2-b93ee098ea6be1b301c2c7a1309aa75b297327ca.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/flobopuyo/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild | 13 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games-puzzle/flobopuyo/ChangeLog b/games-puzzle/flobopuyo/ChangeLog index 6b35dda390d6..1b12aabe6a06 100644 --- a/games-puzzle/flobopuyo/ChangeLog +++ b/games-puzzle/flobopuyo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/flobopuyo -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/ChangeLog,v 1.19 2015/02/19 19:59:07 tupone Exp $ + + 19 Feb 2015; Tupone Alfredo <tupone@gentoo.org> flobopuyo-0.20-r1.ebuild: + EAPI 5 04 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> flobopuyo-0.20-r1.ebuild: any mod support will do diff --git a/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild b/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild index b8267fdc742a..80278c840989 100644 --- a/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild +++ b/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 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.9 2012/09/04 22:21:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/flobopuyo-0.20-r1.ebuild,v 1.10 2015/02/19 19:59:07 tupone Exp $ -EAPI=2 +EAPI=5 inherit toolchain-funcs eutils games DESCRIPTION="Clone of the famous PuyoPuyo game" @@ -19,6 +19,7 @@ DEPEND="media-libs/libsdl media-libs/sdl-image[jpeg,png] media-libs/sdl-mixer[mod] opengl? ( virtual/opengl )" +RDEPEND="${DEPEND}" src_prepare() { epatch \ @@ -36,13 +37,11 @@ src_prepare() { src_compile() { emake CXX="$(tc-getCXX)" \ - ENABLE_OPENGL="$(use opengl && echo true || echo false)" \ - || die + ENABLE_OPENGL="$(use opengl && echo true || echo false)" } src_install() { - emake DESTDIR="${D}" install || die - dodoc Changelog TODO + default doman man/flobopuyo.6 doicon "${DISTDIR}/${PN}.png" make_desktop_entry flobopuyo FloboPuyo |