tupone 15/01/05 11:20:24 Modified: ChangeLog late-0.1.0.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.12 games-arcade/late/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 8 Apr 2011 01:38:05 -0000 1.11 +++ ChangeLog 5 Jan 2015 11:20:24 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/late -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v 1.11 2011/04/08 01:38:05 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/ChangeLog,v 1.12 2015/01/05 11:20:24 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <[email protected]> late-0.1.0.ebuild: + EAPI 5 08 Apr 2011; Michael Sterrett <[email protected]> late-0.1.0.ebuild, +files/late-0.1.0-gcc46.patch: 1.16 games-arcade/late/late-0.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/late-0.1.0.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/late-0.1.0.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/late/late-0.1.0.ebuild?r1=1.15&r2=1.16 Index: late-0.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- late-0.1.0.ebuild 8 Apr 2011 01:38:05 -0000 1.15 +++ late-0.1.0.ebuild 5 Jan 2015 11:20:24 -0000 1.16 @@ -1,8 +1,8 @@ -# Copyright 1999-2011 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/late/late-0.1.0.ebuild,v 1.15 2011/04/08 01:38:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/late/late-0.1.0.ebuild,v 1.16 2015/01/05 11:20:24 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="A game, similar to Barrack by Ambrosia Software" @@ -16,6 +16,7 @@ DEPEND="media-libs/libsdl[video] media-libs/sdl-image[jpeg]" +RDEPEND="${DEPEND}" src_prepare() { epatch \ @@ -28,9 +29,8 @@ } src_install () { - emake DESTDIR="${D}" install || die "emake install failed" + default newicon graphics/latebg2.jpg ${PN}.jpg make_desktop_entry late Late /usr/share/pixmaps/${PN}.jpg - dodoc AUTHORS prepgamesdirs }
