summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-01-03 12:57:17 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-01-03 12:57:17 +0000
commit09d05829edc8a4fd16f245d1686b8718f87f7659 (patch)
tree772aefdb796004b2b4db4aaa1be4013ab4d45928 /games-arcade/abe
parenttevent[python] does not require talloc[python]. (diff)
downloadgentoo-2-09d05829edc8a4fd16f245d1686b8718f87f7659.tar.gz
gentoo-2-09d05829edc8a4fd16f245d1686b8718f87f7659.tar.bz2
gentoo-2-09d05829edc8a4fd16f245d1686b8718f87f7659.zip
EAPI 4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/abe')
-rw-r--r--games-arcade/abe/ChangeLog7
-rw-r--r--games-arcade/abe/abe-1.1.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/games-arcade/abe/ChangeLog b/games-arcade/abe/ChangeLog
index 66b4f3c473ba..2b1095f2aadf 100644
--- a/games-arcade/abe/ChangeLog
+++ b/games-arcade/abe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/abe
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/abe/ChangeLog,v 1.10 2009/03/04 21:28:38 mr_bones_ Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/abe/ChangeLog,v 1.11 2015/01/03 12:57:17 tupone Exp $
+
+ 03 Jan 2015; Tupone Alfredo <tupone@gentoo.org> abe-1.1.ebuild:
+ EAPI 4
04 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org>
+files/abe-1.1-settings.patch, abe-1.1.ebuild:
diff --git a/games-arcade/abe/abe-1.1.ebuild b/games-arcade/abe/abe-1.1.ebuild
index 8f8173bf0fe8..3bdc7ecdee17 100644
--- a/games-arcade/abe/abe-1.1.ebuild
+++ b/games-arcade/abe/abe-1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 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/abe/abe-1.1.ebuild,v 1.7 2009/03/04 21:28:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/abe/abe-1.1.ebuild,v 1.8 2015/01/03 12:57:17 tupone Exp $
-EAPI=2
+EAPI=4
inherit eutils toolchain-funcs games
DESCRIPTION="A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game"
@@ -17,6 +17,7 @@ IUSE=""
DEPEND="media-libs/libsdl
x11-libs/libXi
media-libs/sdl-mixer[vorbis]"
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
@@ -38,9 +39,9 @@ src_configure() {
}
src_install() {
- dogamesbin src/abe || die "dogamesbin failed"
+ dogamesbin src/abe
insinto "${GAMES_DATADIR}"/${PN}
- doins -r images sounds maps || die "doins failed"
+ doins -r images sounds maps
newicon tom1.bmp abe.bmp
make_desktop_entry abe "Abe's Amazing Adventure" /usr/share/pixmaps/abe.bmp
dodoc AUTHORS ChangeLog README