summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-01 12:09:06 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-01 21:31:51 +0200
commit63f5eb69208fea2dcaf40cbfb7ef9c9235f00435 (patch)
tree6c8d947dab6c9abc553c4d49a77fea5fc3b177d0 /games-puzzle/4stattack
parentgames-puzzle/4stattack: Stop using games.eclass (diff)
downloadgentoo-63f5eb69208fea2dcaf40cbfb7ef9c9235f00435.tar.gz
gentoo-63f5eb69208fea2dcaf40cbfb7ef9c9235f00435.tar.bz2
gentoo-63f5eb69208fea2dcaf40cbfb7ef9c9235f00435.zip
games-puzzle/4stattack: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/4stattack')
-rw-r--r--games-puzzle/4stattack/4stattack-2.1.4.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/games-puzzle/4stattack/4stattack-2.1.4.ebuild b/games-puzzle/4stattack/4stattack-2.1.4.ebuild
deleted file mode 100644
index a076f4776e58..000000000000
--- a/games-puzzle/4stattack/4stattack-2.1.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Connect-4 game, single or network multiplayer"
-HOMEPAGE="http://forcedattack.sourceforge.net/"
-SRC_URI="mirror://sourceforge/forcedattack/4stAttack-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-python/pygame"
-
-S=${WORKDIR}/4stAttack-${PV}
-
-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~
-
- # This patch makes the game save settings in $HOME
- epatch "${FILESDIR}"/${P}-gentoo.diff
-}
-
-src_install() {
- games_make_wrapper ${PN} "python ${PN}.py" "${GAMES_DATADIR}"/${PN}
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r *
- newicon kde/icons/48x48/forcedattack2.png ${PN}.png
- make_desktop_entry ${PN} "4st Attack 2"
- dodoc ../{README.txt,credits.txt,changelog.txt}
- prepgamesdirs
-}