mr_bones_ 14/04/23 21:11:10 Modified: ChangeLog Added: atanks-5.9.ebuild Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.86 games-action/atanks/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 30 Jan 2013 21:49:04 -0000 1.85 +++ ChangeLog 23 Apr 2014 21:11:10 -0000 1.86 @@ -1,6 +1,11 @@ # 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.85 2013/01/30 21:49:04 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.86 2014/04/23 21:11:10 mr_bones_ Exp $ + +*atanks-5.9 (23 Apr 2014) + + 23 Apr 2014; Michael Sterrett <[email protected]> +atanks-5.9.ebuild: + version bump 30 Jan 2013; Michael Sterrett <[email protected]> -atanks-5.4.ebuild: old 1.1 games-action/atanks/atanks-5.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-5.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-5.9.ebuild?rev=1.1&content-type=text/plain Index: atanks-5.9.ebuild =================================================================== # 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 }
