summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-03 01:23:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-03 01:23:35 +0000
commita562a1ab3934ed25e3aad3999a827b7475ae981e (patch)
tree400cbec41d6eef9da02f081f6048f9151f7abfaa /games-action
parentreintroduce deletion of .a and .la files (diff)
downloadgentoo-2-a562a1ab3934ed25e3aad3999a827b7475ae981e.tar.gz
gentoo-2-a562a1ab3934ed25e3aad3999a827b7475ae981e.tar.bz2
gentoo-2-a562a1ab3934ed25e3aad3999a827b7475ae981e.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/ChangeLog7
-rw-r--r--games-action/atanks/atanks-5.6.ebuild53
2 files changed, 5 insertions, 55 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog
index 5251050d1fc6..bc44e5941b75 100644
--- a/games-action/atanks/ChangeLog
+++ b/games-action/atanks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/atanks
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.80 2012/11/27 20:03:06 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.81 2013/01/03 01:23:35 mr_bones_ Exp $
+
+ 03 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -atanks-5.6.ebuild:
+ old
*atanks-5.7 (27 Nov 2012)
diff --git a/games-action/atanks/atanks-5.6.ebuild b/games-action/atanks/atanks-5.6.ebuild
deleted file mode 100644
index abf4b6863b51..000000000000
--- a/games-action/atanks/atanks-5.6.ebuild
+++ /dev/null
@@ -1,53 +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.6.ebuild,v 1.2 2012/10/23 17:36:40 mr_bones_ 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
-}