summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-12-17 00:06:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-12-17 00:06:08 +0000
commitc3f8975538c8a8c42083f7c135e0cd429fbbf77e (patch)
tree7adeb37b02d815a5027756edc057e046f443f63f /games-puzzle/4stattack
parentEAPI=5 (diff)
downloadgentoo-2-c3f8975538c8a8c42083f7c135e0cd429fbbf77e.tar.gz
gentoo-2-c3f8975538c8a8c42083f7c135e0cd429fbbf77e.tar.bz2
gentoo-2-c3f8975538c8a8c42083f7c135e0cd429fbbf77e.zip
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle/4stattack')
-rw-r--r--games-puzzle/4stattack/4stattack-2.1.4.ebuild13
-rw-r--r--games-puzzle/4stattack/ChangeLog8
2 files changed, 11 insertions, 10 deletions
diff --git a/games-puzzle/4stattack/4stattack-2.1.4.ebuild b/games-puzzle/4stattack/4stattack-2.1.4.ebuild
index 3f4fa773851f..1deaebabbca8 100644
--- a/games-puzzle/4stattack/4stattack-2.1.4.ebuild
+++ b/games-puzzle/4stattack/4stattack-2.1.4.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild,v 1.9 2007/03/15 14:07:57 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild,v 1.10 2014/12/17 00:06:08 mr_bones_ Exp $
+EAPI=5
inherit eutils games
DESCRIPTION="Connect-4 game, single or network multiplayer"
@@ -13,14 +14,12 @@ SLOT="0"
KEYWORDS="~amd64 hppa ppc x86"
IUSE=""
+DEPEND=""
RDEPEND="dev-python/pygame"
S=${WORKDIR}/4stAttack-${PV}
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
+src_prepare() {
# move the doc files aside so it's easier to install the game files
mv README.txt credits.txt changelog.txt ..
rm -f GPL version~
@@ -32,7 +31,7 @@ src_unpack() {
src_install() {
games_make_wrapper ${PN} "python ${PN}.py" "${GAMES_DATADIR}"/${PN}
insinto "${GAMES_DATADIR}"/${PN}
- doins -r * || die "doins failed"
+ doins -r *
newicon kde/icons/48x48/forcedattack2.png ${PN}.png
make_desktop_entry ${PN} "4st Attack 2"
dodoc ../{README.txt,credits.txt,changelog.txt}
diff --git a/games-puzzle/4stattack/ChangeLog b/games-puzzle/4stattack/ChangeLog
index a6f3168dc0e9..871c53d6a9bb 100644
--- a/games-puzzle/4stattack/ChangeLog
+++ b/games-puzzle/4stattack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/4stattack
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/ChangeLog,v 1.8 2007/03/15 14:07:57 nyhm Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/ChangeLog,v 1.9 2014/12/17 00:06:08 mr_bones_ Exp $
+
+ 17 Dec 2014; Michael Sterrett <mr_bones_@gentoo.org> 4stattack-2.1.4.ebuild:
+ EAPI=5
15 Mar 2007; Tristan Heaven <nyhm@gentoo.org> 4stattack-2.1.4.ebuild:
Install menu entry, bug #159770
@@ -23,4 +26,3 @@
30 Jul 2003; Michael Sterrett <msterret@gentoo.org> 4stattack-2.1.4.ebuild:
initial commit. ebuild and patch supplied by Rob Cakebread via bug 25229 then
modified a bit.
-