tupone 15/01/05 16:12:46 Modified: pachi-1.0.ebuild ChangeLog 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/pachi/pachi-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild?r1=1.9&r2=1.10 Index: pachi-1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pachi-1.0.ebuild 12 Mar 2007 14:56:01 -0000 1.9 +++ pachi-1.0.ebuild 5 Jan 2015 16:12:46 -0000 1.10 @@ -1,7 +1,7 @@ -# Copyright 1999-2007 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/pachi/pachi-1.0.ebuild,v 1.9 2007/03/12 14:56:01 nyhm Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild,v 1.10 2015/01/05 16:12:46 tupone Exp $ +EAPI=5 inherit autotools eutils games DESCRIPTION="platform game inspired by games like Manic Miner and Jet Set Willy" @@ -18,21 +18,18 @@ DEPEND="media-libs/libsdl media-libs/sdl-mixer" - +RDEPEND="${DEPEND}" S=${WORKDIR}/Pachi -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${PV}-autotools.patch rm -f missing eautoreconf } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + default newicon Tgfx/icon.bmp ${PN}.bmp make_desktop_entry ${PN} Pachi /usr/share/pixmaps/${PN}.bmp - dodoc AUTHORS ChangeLog README prepgamesdirs } 1.12 games-arcade/pachi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/pachi/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 12 Mar 2007 14:56:01 -0000 1.11 +++ ChangeLog 5 Jan 2015 16:12:46 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/pachi -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v 1.11 2007/03/12 14:56:01 nyhm Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v 1.12 2015/01/05 16:12:46 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <[email protected]> pachi-1.0.ebuild: + EAPI 5 12 Mar 2007; Tristan Heaven <[email protected]> pachi-1.0.ebuild: Install menu entry, bug #160240
