diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2014-12-31 12:19:13 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2014-12-31 12:19:13 +0000 |
commit | 8f6dacaea1389ae82a08fc493ecb61c34560cd70 (patch) | |
tree | 8cc0a24797959d59125c1df5297530349439b2e6 /games-action | |
parent | Remove jruby. (diff) | |
download | gentoo-2-8f6dacaea1389ae82a08fc493ecb61c34560cd70.tar.gz gentoo-2-8f6dacaea1389ae82a08fc493ecb61c34560cd70.tar.bz2 gentoo-2-8f6dacaea1389ae82a08fc493ecb61c34560cd70.zip |
Migration to EAPI 4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/chickens/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/chickens/chickens-0.2.4.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/games-action/chickens/ChangeLog b/games-action/chickens/ChangeLog index cb1f7d9f79f8..caf13989b70a 100644 --- a/games-action/chickens/ChangeLog +++ b/games-action/chickens/ChangeLog @@ -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 <tupone@gentoo.org> chickens-0.2.4.ebuild: + Migration to EAPI 4 26 Apr 2014; Ulrich Müller <ulm@gentoo.org> chickens-0.2.4.ebuild: Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 506790. diff --git a/games-action/chickens/chickens-0.2.4.ebuild b/games-action/chickens/chickens-0.2.4.ebuild index 8ccab870443a..6c07886e4099 100644 --- a/games-action/chickens/chickens-0.2.4.ebuild +++ b/games-action/chickens/chickens-0.2.4.ebuild @@ -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_configure() { } 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 |