tupone 15/01/01 20:52:09 Modified: rrootage-0.23a.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.13 games-action/rrootage/rrootage-0.23a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild?r1=1.12&r2=1.13 Index: rrootage-0.23a.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- rrootage-0.23a.ebuild 26 Jul 2012 10:38:14 -0000 1.12 +++ rrootage-0.23a.ebuild 1 Jan 2015 20:52:09 -0000 1.13 @@ -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-action/rrootage/rrootage-0.23a.ebuild,v 1.12 2012/07/26 10:38:14 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/rrootage-0.23a.ebuild,v 1.13 2015/01/01 20:52:09 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games MY_PN="rRootage" @@ -22,6 +22,7 @@ media-libs/libsdl[video] media-libs/sdl-mixer[vorbis] >=dev-libs/libbulletml-0.0.3" +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_PN}/src @@ -47,12 +48,11 @@ src_compile() { emake \ MORE_CFLAGS="-DLINUX ${CFLAGS}" \ - MORE_CXXFLAGS="-DLINUX ${CXXFLAGS}" \ - || die "emake failed" + MORE_CXXFLAGS="-DLINUX ${CXXFLAGS}" } src_install() { - newgamesbin rr ${PN} || die "newgamesbin failed" + newgamesbin rr ${PN} dodir "${GAMES_DATADIR}/${MY_PN}" cp -r ../rr_share/* "${D}/${GAMES_DATADIR}/${MY_PN}" || die "cp failed" dodoc ../readme* 1.13 games-action/rrootage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/rrootage/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 26 Jul 2012 10:38:14 -0000 1.12 +++ ChangeLog 1 Jan 2015 20:52:09 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for games-action/rrootage -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.12 2012/07/26 10:38:14 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/rrootage/ChangeLog,v 1.13 2015/01/01 20:52:09 tupone Exp $ + + 01 Jan 2015; Tupone Alfredo <[email protected]> rrootage-0.23a.ebuild: + EAPI 4 26 Jul 2012; Alfredo Tupone <[email protected]> rrootage-0.23a.ebuild: Fix build with new gcc. Bug #424181 by [email protected]
