summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2014-12-31 12:19:13 +0000
committerAlfredo Tupone <tupone@gentoo.org>2014-12-31 12:19:13 +0000
commit8349d813a58dff2b7561798229666584c7f94895 (patch)
tree1b3625e93f7373e578335b35688e8a011e37d93c /games-action/chickens
parentRemove jruby. (diff)
downloadhistorical-8349d813a58dff2b7561798229666584c7f94895.tar.gz
historical-8349d813a58dff2b7561798229666584c7f94895.tar.bz2
historical-8349d813a58dff2b7561798229666584c7f94895.zip
Migration to EAPI 4
Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0x0145142D
Diffstat (limited to 'games-action/chickens')
-rw-r--r--games-action/chickens/ChangeLog5
-rw-r--r--games-action/chickens/chickens-0.2.4.ebuild12
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