summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-01-06 09:58:33 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-01-06 09:58:33 +0000
commit43430835b36c3f62439558173e62004040a00dde (patch)
tree2e201253f91607d25fc939a69dfd1c56602c9368 /games-arcade
parentmedia-gfx/inkscape: Backport fix for API changes in app-text/poppler-0.29.0, ... (diff)
downloadgentoo-2-43430835b36c3f62439558173e62004040a00dde.tar.gz
gentoo-2-43430835b36c3f62439558173e62004040a00dde.tar.bz2
gentoo-2-43430835b36c3f62439558173e62004040a00dde.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/yarsrevenge/ChangeLog7
-rw-r--r--games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/games-arcade/yarsrevenge/ChangeLog b/games-arcade/yarsrevenge/ChangeLog
index 5e6aa4f6b434..40eda27d31f3 100644
--- a/games-arcade/yarsrevenge/ChangeLog
+++ b/games-arcade/yarsrevenge/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/yarsrevenge
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/ChangeLog,v 1.12 2014/05/15 16:34:33 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/ChangeLog,v 1.13 2015/01/06 09:58:33 tupone Exp $
+
+ 06 Jan 2015; Tupone Alfredo <tupone@gentoo.org> yarsrevenge-0.99.ebuild:
+ EAPI 5
15 May 2014; Ulrich Müller <ulm@gentoo.org> yarsrevenge-0.99.ebuild:
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
diff --git a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild b/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
index 951fd258e2fa..38fa778dba60 100644
--- a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
+++ b/games-arcade/yarsrevenge/yarsrevenge-0.99.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/yarsrevenge/yarsrevenge-0.99.ebuild,v 1.13 2014/05/15 16:34:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild,v 1.14 2015/01/06 09:58:33 tupone Exp $
-EAPI=2
+EAPI=5
inherit eutils games
DESCRIPTION="remake of the Atari 2600 classic Yar's Revenge"
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="media-libs/libsdl[sound,joystick,video]"
-
+RDEPEND="${DEPEND}"
S=${WORKDIR}/yar-${PV}
PATCHES=(
@@ -25,7 +25,6 @@ PATCHES=(
)
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README TODO
+ default
prepgamesdirs
}