summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-30 21:49:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-30 21:49:04 +0000
commit3f969b20ab84d345f43e830aff57c986c169724c (patch)
tree6e142caff2c3971a7d7206e35417998b3e2fc89f /games-action
parentold (diff)
downloadgentoo-2-3f969b20ab84d345f43e830aff57c986c169724c.tar.gz
gentoo-2-3f969b20ab84d345f43e830aff57c986c169724c.tar.bz2
gentoo-2-3f969b20ab84d345f43e830aff57c986c169724c.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/atanks/ChangeLog5
-rw-r--r--games-action/atanks/atanks-5.4.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog
index 8a8bb207fb3a..b6e26bd07f0c 100644
--- a/games-action/atanks/ChangeLog
+++ b/games-action/atanks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/atanks
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.84 2013/01/13 11:39:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.85 2013/01/30 21:49:04 mr_bones_ Exp $
+
+ 30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -atanks-5.4.ebuild:
+ old
13 Jan 2013; Agostino Sarubbo <ago@gentoo.org> atanks-5.7.ebuild:
Stable for x86, wrt bug #449896
diff --git a/games-action/atanks/atanks-5.4.ebuild b/games-action/atanks/atanks-5.4.ebuild
deleted file mode 100644
index f4bad7f46105..000000000000
--- a/games-action/atanks/atanks-5.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.4.ebuild,v 1.4 2012/05/30 05:40:01 jdhore Exp $
-
-EAPI=2
-inherit eutils games
-
-DESCRIPTION="Worms and Scorched Earth-like game"
-HOMEPAGE="http://atanks.sourceforge.net/"
-SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="media-libs/allegro:0[X]"
-
-src_prepare() {
- find . -type f -name ".directory" -exec rm -vf '{}' +
-}
-
-src_compile() {
- emake \
- BINDIR="${GAMES_BINDIR}" \
- INSTALLDIR="${GAMES_DATADIR}/${PN}" \
- || die "emake failed"
-}
-
-src_install() {
- dogamesbin ${PN} || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r button misc missile sound stock tank tankgun text title \
- unicode.dat *.txt \
- || die "doins failed"
- doicon ${PN}.png
- make_desktop_entry atanks "Atomic Tanks"
- dodoc Changelog README TODO
- prepgamesdirs
-}