mr_bones_    15/01/14 06:08:19

  Modified:             ChangeLog
  Added:                atanks-6.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.87                 games-action/atanks/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?rev=1.87&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?rev=1.87&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   23 Apr 2014 21:11:10 -0000      1.86
+++ ChangeLog   14 Jan 2015 06:08:19 -0000      1.87
@@ -1,6 +1,11 @@
 # ChangeLog for games-action/atanks
-# 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 $
+# 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 $
+
+*atanks-6.1 (14 Jan 2015)
+
+  14 Jan 2015; Michael Sterrett <mr_bon...@gentoo.org> +atanks-6.1.ebuild:
+  version bump
 
 *atanks-5.9 (23 Apr 2014)
 



1.1                  games-action/atanks/atanks-6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-6.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/atanks/atanks-6.1.ebuild?rev=1.1&content-type=text/plain

Index: atanks-6.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-6.1.ebuild,v 1.1 
2015/01/14 06:08:19 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
}




Reply via email to