tupone 15/01/03 13:16:41 Modified: amphetamine-0.8.10.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.12 games-arcade/amphetamine/amphetamine-0.8.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?r1=1.11&r2=1.12 Index: amphetamine-0.8.10.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- amphetamine-0.8.10.ebuild 15 May 2014 16:26:37 -0000 1.11 +++ amphetamine-0.8.10.ebuild 3 Jan 2015 13:16:41 -0000 1.12 @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.11 2014/05/15 16:26:37 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.12 2015/01/03 13:16:41 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="a cool Jump'n Run game offering some unique visual effects" @@ -17,6 +17,7 @@ DEPEND="media-libs/libsdl[sound,video] x11-libs/libXpm" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-build.patch @@ -24,13 +25,13 @@ ) src_compile() { - emake INSTALL_DIR="${GAMES_DATADIR}"/${PN} || die + emake INSTALL_DIR="${GAMES_DATADIR}"/${PN} } src_install() { - newgamesbin amph ${PN} || die "newgamesbin failed" + newgamesbin amph ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r ../amph/* || die "doins failed" + doins -r ../amph/* newicon amph.xpm ${PN}.xpm make_desktop_entry ${PN} Amphetamine ${PN} dodoc BUGS ChangeLog NEWS README 1.11 games-arcade/amphetamine/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 15 May 2014 16:26:37 -0000 1.10 +++ ChangeLog 3 Jan 2015 13:16:41 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/amphetamine -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.10 2014/05/15 16:26:37 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.11 2015/01/03 13:16:41 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo <[email protected]> amphetamine-0.8.10.ebuild: + EAPI 4 15 May 2014; Ulrich Müller <[email protected]> amphetamine-0.8.10.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
