tupone 14/12/31 12:19:13 Modified: chickens-0.2.4.ebuild ChangeLog Log: Migration to EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.19 games-action/chickens/chickens-0.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild?r1=1.18&r2=1.19 Index: chickens-0.2.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- chickens-0.2.4.ebuild 26 Apr 2014 09:10:30 -0000 1.18 +++ chickens-0.2.4.ebuild 31 Dec 2014 12:19:13 -0000 1.19 @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v 1.18 2014/04/26 09:10:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v 1.19 2014/12/31 12:19:13 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games MY_P="ChickensForLinux-Linux-${PV}" @@ -45,14 +45,14 @@ } src_install() { - dogamesbin ${PN} || die "dogamesbin failed" + dogamesbin ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r dat sound || die "doins failed" + doins -r dat sound dodoc AUTHOR README insinto "${GAMES_STATEDIR}"/${PN} - doins HighScores || die "doins failed" + doins HighScores insinto "${GAMES_SYSCONFDIR}"/${PN} - doins options.cfg || die "doins failed" + doins options.cfg fperms g+w "${GAMES_STATEDIR}"/${PN}/HighScores make_desktop_entry ${PN} Chickens prepgamesdirs 1.19 games-action/chickens/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 26 Apr 2014 09:10:30 -0000 1.18 +++ ChangeLog 31 Dec 2014 12:19:13 -0000 1.19 @@ -1,6 +1,9 @@ # ChangeLog for games-action/chickens # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v 1.18 2014/04/26 09:10:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v 1.19 2014/12/31 12:19:13 tupone Exp $ + + 31 Dec 2014; Tupone Alfredo <[email protected]> chickens-0.2.4.ebuild: + Migration to EAPI 4 26 Apr 2014; Ulrich Müller <[email protected]> chickens-0.2.4.ebuild: Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 506790.
