tupone 15/01/03 12:57:17 Modified: ChangeLog abe-1.1.ebuild Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.11 games-arcade/abe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/abe/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 4 Mar 2009 21:28:38 -0000 1.10 +++ ChangeLog 3 Jan 2015 12:57:17 -0000 1.11 @@ -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 <[email protected]> abe-1.1.ebuild: + EAPI 4 04 Mar 2009; Michael Sterrett <[email protected]> +files/abe-1.1-settings.patch, abe-1.1.ebuild: 1.8 games-arcade/abe/abe-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/abe-1.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/abe-1.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/abe-1.1.ebuild?r1=1.7&r2=1.8 Index: abe-1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/abe/abe-1.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- abe-1.1.ebuild 4 Mar 2009 21:28:38 -0000 1.7 +++ abe-1.1.ebuild 3 Jan 2015 12:57:17 -0000 1.8 @@ -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 @@ DEPEND="media-libs/libsdl x11-libs/libXi media-libs/sdl-mixer[vorbis]" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} @@ -38,9 +39,9 @@ } 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
