tupone 15/02/22 21:13:05 Modified: pingus-0.7.6.ebuild ChangeLog Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.10 games-puzzle/pingus/pingus-0.7.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild?r1=1.9&r2=1.10 Index: pingus-0.7.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pingus-0.7.6.ebuild 8 Dec 2012 07:32:00 -0000 1.9 +++ pingus-0.7.6.ebuild 22 Feb 2015 21:13:05 -0000 1.10 @@ -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/pingus/pingus-0.7.6.ebuild,v 1.9 2012/12/08 07:32:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.7.6.ebuild,v 1.10 2015/02/22 21:13:05 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils flag-o-matic scons-utils toolchain-funcs games DESCRIPTION="free Lemmings clone" @@ -21,6 +21,7 @@ opengl? ( virtual/opengl ) media-libs/libpng dev-libs/boost" +RDEPEND="${DEPEND}" src_prepare() { # how do I hate boost? Let me count the ways... @@ -49,8 +50,7 @@ CXX="$(tc-getCXX)" \ CCFLAGS="${CXXFLAGS}" \ LINKFLAGS="${LDFLAGS}" \ - $(use_scons opengl with_opengl) \ - || die + $(use_scons opengl with_opengl) } src_install() { @@ -58,8 +58,7 @@ DESTDIR="${D}" \ PREFIX="/usr" \ DATADIR="${GAMES_DATADIR}/${PN}" \ - BINDIR="${GAMES_BINDIR}" \ - || die + BINDIR="${GAMES_BINDIR}" doman doc/man/pingus.6 doicon data/images/icons/pingus.svg make_desktop_entry ${PN} Pingus 1.45 games-puzzle/pingus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pingus/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 8 Dec 2012 07:32:00 -0000 1.44 +++ ChangeLog 22 Feb 2015 21:13:05 -0000 1.45 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/pingus -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.44 2012/12/08 07:32:00 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.45 2015/02/22 21:13:05 tupone Exp $ + + 22 Feb 2015; Tupone Alfredo <[email protected]> pingus-0.7.6.ebuild: + EAPI 5 08 Dec 2012; Michael Sterrett <[email protected]> metadata.xml, pingus-0.7.6.ebuild:
