diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 17:16:02 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 17:16:02 +0000 |
commit | 1eabdd9f64f8f498715b9841fbecf9459e4ee88d (patch) | |
tree | b960937fc75afb6c83d3c65c26884ecccd30ac0b /games-arcade/ri-li | |
parent | EAPI 5 (diff) | |
download | gentoo-2-1eabdd9f64f8f498715b9841fbecf9459e4ee88d.tar.gz gentoo-2-1eabdd9f64f8f498715b9841fbecf9459e4ee88d.tar.bz2 gentoo-2-1eabdd9f64f8f498715b9841fbecf9459e4ee88d.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/ri-li')
-rw-r--r-- | games-arcade/ri-li/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/ri-li/ri-li-2.0.1.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-arcade/ri-li/ChangeLog b/games-arcade/ri-li/ChangeLog index fe763dde1248..f30eb9e617b1 100644 --- a/games-arcade/ri-li/ChangeLog +++ b/games-arcade/ri-li/ChangeLog @@ -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 <tupone@gentoo.org> ri-li-2.0.1.ebuild: + EAPI 5 15 May 2014; Ulrich Müller <ulm@gentoo.org> ri-li-2.0.1.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to diff --git a/games-arcade/ri-li/ri-li-2.0.1.ebuild b/games-arcade/ri-li/ri-li-2.0.1.ebuild index 11e122c08b61..366af518fbc9 100644 --- a/games-arcade/ri-li/ri-li-2.0.1.ebuild +++ b/games-arcade/ri-li/ri-li-2.0.1.ebuild @@ -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 @@ IUSE="" 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 } |