tupone 15/01/05 17:16:02 Modified: ChangeLog ri-li-2.0.1.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.15 games-arcade/ri-li/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 15 May 2014 16:31:42 -0000 1.14 +++ ChangeLog 5 Jan 2015 17:16:02 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/ri-li -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.14 2014/05/15 16:31:42 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.15 2015/01/05 17:16:02 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <[email protected]> ri-li-2.0.1.ebuild: + EAPI 5 15 May 2014; Ulrich Müller <[email protected]> ri-li-2.0.1.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to 1.9 games-arcade/ri-li/ri-li-2.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild?r1=1.8&r2=1.9 Index: ri-li-2.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ri-li-2.0.1.ebuild 15 May 2014 16:31:42 -0000 1.8 +++ ri-li-2.0.1.ebuild 5 Jan 2015 17:16:02 -0000 1.9 @@ -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/ri-li/ri-li-2.0.1.ebuild,v 1.8 2014/05/15 16:31:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v 1.9 2015/01/05 17:16:02 tupone Exp $ -EAPI=2 +EAPI=5 inherit autotools eutils games DESCRIPTION="Drive a toy wood engine and collect all the coaches" @@ -16,19 +16,20 @@ DEPEND="media-libs/libsdl[sound,video] media-libs/sdl-mixer[mod]" - +RDEPEND="${DEPEND}" S=${WORKDIR}/Ri-li-${PV} src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch + mv configure.{in,ac} + rm aclocal.m4 eautoreconf } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + default rm -f "${D}${GAMES_DATADIR}/Ri-li/"*ebuild newicon data/Ri-li-icon-48x48.png ${PN}.png make_desktop_entry Ri_li Ri-li - dodoc AUTHORS NEWS README prepgamesdirs }
