From 1a925c49d0b52f02833da22e92108ef05385f1d2 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 5 Jan 2015 17:09:21 +0000 Subject: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) --- games-arcade/retrobattle/ChangeLog | 7 +++++-- games-arcade/retrobattle/retrobattle-1.0.0.ebuild | 12 ++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'games-arcade/retrobattle') diff --git a/games-arcade/retrobattle/ChangeLog b/games-arcade/retrobattle/ChangeLog index e6f425a5109f..da11e0d85da7 100644 --- a/games-arcade/retrobattle/ChangeLog +++ b/games-arcade/retrobattle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/retrobattle -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/retrobattle/ChangeLog,v 1.5 2014/11/25 23:08:22 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/retrobattle/ChangeLog,v 1.6 2015/01/05 17:09:21 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo retrobattle-1.0.0.ebuild: + EAPI 5 25 Nov 2014; Julian Ospald metadata.xml: drop maintainership diff --git a/games-arcade/retrobattle/retrobattle-1.0.0.ebuild b/games-arcade/retrobattle/retrobattle-1.0.0.ebuild index 5a8e0e6d9d27..4c3ee49e03b7 100644 --- a/games-arcade/retrobattle/retrobattle-1.0.0.ebuild +++ b/games-arcade/retrobattle/retrobattle-1.0.0.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/retrobattle/retrobattle-1.0.0.ebuild,v 1.4 2014/05/15 16:31:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/retrobattle/retrobattle-1.0.0.ebuild,v 1.5 2015/01/05 17:09:21 tupone Exp $ -EAPI=3 +EAPI=5 inherit eutils games MY_P="${PN}-src-${PV}" @@ -19,7 +19,7 @@ RESTRICT="test" DEPEND="media-libs/libsdl[X,sound,video] media-libs/sdl-mixer[wav]" - +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P}/src src_prepare() { @@ -28,10 +28,10 @@ src_prepare() { src_install() { insinto "${GAMES_DATADIR}"/${PN} - doins -r "${WORKDIR}"/${MY_P}/data || die + doins -r "${WORKDIR}"/${MY_P}/data # wrapper to pass datadir location - newgamesbin "${WORKDIR}"/${MY_P}/${PN} ${PN}.bin || die + newgamesbin "${WORKDIR}"/${MY_P}/${PN} ${PN}.bin games_make_wrapper ${PN} "${PN}.bin \"${GAMES_DATADIR}/${PN}\"" make_desktop_entry ${PN} -- cgit v1.2.3-65-gdbad