summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-03-12 18:40:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-03-12 18:40:59 +0000
commitbce198fd4a13d2585e5757fecc4d969f6945c661 (patch)
treec31430a514e31bac84b36e74870997f6186bd1cd /games-action
parentold (diff)
downloadgentoo-2-bce198fd4a13d2585e5757fecc4d969f6945c661.tar.gz
gentoo-2-bce198fd4a13d2585e5757fecc4d969f6945c661.tar.bz2
gentoo-2-bce198fd4a13d2585e5757fecc4d969f6945c661.zip
old
(Portage version: 2.2.14/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.7.ebuild53
2 files changed, 4 insertions, 54 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog
index 06461ba73deb..d9ef8f3f33cd 100644
--- a/games-action/atanks/ChangeLog
+++ b/games-action/atanks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/atanks
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.91 2015/02/25 15:51:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.92 2015/03/12 18:40:59 mr_bones_ Exp $
+
+ 12 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> -atanks-5.7.ebuild:
+ old
25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> atanks-6.1.ebuild:
Stable for x86, wrt bug #539936
diff --git a/games-action/atanks/atanks-5.7.ebuild b/games-action/atanks/atanks-5.7.ebuild
deleted file mode 100644
index 922adf7203b9..000000000000
--- a/games-action/atanks/atanks-5.7.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.7.ebuild,v 1.4 2013/01/13 11:39:32 ago Exp $
-
-EAPI=2
-inherit eutils gnome2-utils 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
-}
-
-src_install() {
- dogamesbin ${PN} || die
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r button misc missile sound stock tank tankgun text title \
- unicode.dat *.txt || die
- doicon -s 48 ${PN}.png
- make_desktop_entry atanks "Atomic Tanks"
- dodoc Changelog README TODO
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}