tupone 15/01/03 19:38:09 Modified: ChangeLog conveysdl-1.3.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.10 games-arcade/conveysdl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 14 Aug 2010 05:50:18 -0000 1.9 +++ ChangeLog 3 Jan 2015 19:38:09 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/conveysdl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.9 2010/08/14 05:50:18 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.10 2015/01/03 19:38:09 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo <tup...@gentoo.org> conveysdl-1.3.ebuild: + EAPI 5 14 Aug 2010; Michael Sterrett <mr_bon...@gentoo.org> conveysdl-1.3.ebuild, +files/conveysdl-1.3-arrays.patch, +files/conveysdl-1.3-speed.patch: 1.8 games-arcade/conveysdl/conveysdl-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?r1=1.7&r2=1.8 Index: conveysdl-1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- conveysdl-1.3.ebuild 14 Aug 2010 05:50:18 -0000 1.7 +++ conveysdl-1.3.ebuild 3 Jan 2015 19:38:09 -0000 1.8 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 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/conveysdl/conveysdl-1.3.ebuild,v 1.7 2010/08/14 05:50:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.8 2015/01/03 19:38:09 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils toolchain-funcs games DESCRIPTION="Guide the blob along the conveyer belt collecting the red blobs" @@ -16,6 +16,7 @@ DEPEND="media-libs/libsdl media-libs/sdl-mixer" +RDEPEND="${DEPEND}" S=${WORKDIR} @@ -42,14 +43,13 @@ CFLAGS="${CFLAGS} $(sdl-config --cflags) \ -DDATA_PREFIX=\\\"${GAMES_DATADIR}/${PN}/\\\" \ -DENABLE_SOUND" \ - LDLIBS="-lSDL_mixer $(sdl-config --libs)" \ - || die "emake failed" + LDLIBS="-lSDL_mixer $(sdl-config --libs)" } src_install() { - newgamesbin main ${PN} || die "newgamesbin failed" + newgamesbin main ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r gfx sounds levels || die "doins failed" + doins -r gfx sounds levels newicon gfx/jblob.bmp ${PN}.bmp make_desktop_entry ${PN} Convey /usr/share/pixmaps/${PN}.bmp dodoc readme