diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-14 07:07:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-14 07:07:12 +0000 |
commit | 3e7bc504972b70019c13bd6c991a9426803bcfb4 (patch) | |
tree | f6f899dc001ac767f65bbc29a82efe200e88b320 /games-action/atanks | |
parent | Install the versioned wrappers also for ruby22, fixing bug 536288. (diff) | |
download | gentoo-2-3e7bc504972b70019c13bd6c991a9426803bcfb4.tar.gz gentoo-2-3e7bc504972b70019c13bd6c991a9426803bcfb4.tar.bz2 gentoo-2-3e7bc504972b70019c13bd6c991a9426803bcfb4.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/atanks')
-rw-r--r-- | games-action/atanks/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/atanks/atanks-5.9.ebuild | 52 |
2 files changed, 4 insertions, 53 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog index 3839ef1f41b4..5b53d5d26d68 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.87 2015/01/14 06:08:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.88 2015/01/14 07:07:12 mr_bones_ Exp $ + + 14 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> -atanks-5.9.ebuild: + old *atanks-6.1 (14 Jan 2015) diff --git a/games-action/atanks/atanks-5.9.ebuild b/games-action/atanks/atanks-5.9.ebuild deleted file mode 100644 index ac09f185c62a..000000000000 --- a/games-action/atanks/atanks-5.9.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-5.9.ebuild,v 1.1 2014/04/23 21:11:10 mr_bones_ Exp $ - -EAPI=5 -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]" -RDEPEND="${DEPEND}" - -src_prepare() { - find . -type f -name ".directory" -exec rm -vf '{}' + -} - -src_compile() { - emake \ - BINDIR="${GAMES_BINDIR}" \ - INSTALLDIR="${GAMES_DATADIR}/${PN}" -} - -src_install() { - dogamesbin ${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins -r button misc missile sound stock tank tankgun text title unicode.dat *.txt - 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 -} |