tupone 15/02/18 21:54:23 Modified: ChangeLog fish-fillets-1.0.1.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.59 games-puzzle/fish-fillets/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 15 May 2014 16:51:17 -0000 1.58 +++ ChangeLog 18 Feb 2015 21:54:23 -0000 1.59 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/fish-fillets -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.58 2014/05/15 16:51:17 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.59 2015/02/18 21:54:23 tupone Exp $ + + 18 Feb 2015; Tupone Alfredo <[email protected]> fish-fillets-1.0.1.ebuild: + EAPI 5 15 May 2014; Ulrich Müller <[email protected]> fish-fillets-1.0.1.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to 1.7 games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild?r1=1.6&r2=1.7 Index: fish-fillets-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fish-fillets-1.0.1.ebuild 15 May 2014 16:51:17 -0000 1.6 +++ fish-fillets-1.0.1.ebuild 18 Feb 2015 21:54:23 -0000 1.7 @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v 1.6 2014/05/15 16:51:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.1.ebuild,v 1.7 2015/02/18 21:54:23 tupone Exp $ -EAPI=2 +EAPI=5 inherit autotools eutils games DATA_PV="1.0.0" @@ -41,17 +41,15 @@ src_configure() { egamesconf \ - --disable-dependency-tracking \ --datadir="${GAMES_DATADIR}/${PN}" } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README TODO + default insinto "${GAMES_DATADIR}/${PN}" cd "${WORKDIR}"/fillets-ng-data-${DATA_PV} || die rm -f COPYING - doins -r * || die "doins failed" + doins -r * newicon images/icon.png ${PN}.png make_desktop_entry fillets "Fish Fillets NG" prepgamesdirs
