axs         14/06/27 14:29:46

  Modified:             ChangeLog
  Added:                thinktanks-demo-1.1-r2.ebuild
  Log:
  Updated EAPI to 5, fixed dependencies, ensured gx86-multilib support
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.11                 games-arcade/thinktanks-demo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   27 Dec 2012 21:34:19 -0000      1.10
+++ ChangeLog   27 Jun 2014 14:29:45 -0000      1.11
@@ -1,6 +1,12 @@
 # ChangeLog for games-arcade/thinktanks-demo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 
1.10 2012/12/27 21:34:19 tupone Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 
1.11 2014/06/27 14:29:45 axs Exp $
+
+*thinktanks-demo-1.1-r2 (27 Jun 2014)
+
+  27 Jun 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +thinktanks-demo-1.1-r2.ebuild:
+  Updated EAPI to 5, fixed dependencies, ensured gx86-multilib support
 
   27 Dec 2012; Tupone Alfredo <[email protected]>
   thinktanks-demo-1.1-r1.ebuild:



1.1                  games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: thinktanks-demo-1.1-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r2.ebuild,v
 1.1 2014/06/27 14:29:45 axs Exp $

EAPI=5
inherit unpacker games

DESCRIPTION="tank combat game with lighthearted, fast paced pandemonium"
HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=12";
SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin";

LICENSE="THINKTANKS"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
RESTRICT="strip"

DEPEND=""
RDEPEND="|| (
        (
                media-libs/libsdl[video,joystick,abi_x86_32(-)]
                media-libs/libogg[abi_x86_32(-)]
                media-libs/libvorbis[abi_x86_32(-)]
                x11-libs/libX11[abi_x86_32(-)]
                x11-libs/libXext[abi_x86_32(-)]
        )
        amd64? (
                app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
                app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
        )
)"

S=${WORKDIR}
dir=${GAMES_PREFIX_OPT}/${PN}

QA_PREBUILT="${dir:1}/ThinkTanks.bin"

src_install() {
        dodir "${dir}" "${GAMES_BINDIR}"

        tar -zxf ThinkTanks.tar.gz -C "${ED}/${dir}" || die "extracting 
ThinkTanks.tar.gz"

        exeinto "${dir}"
        doexe bin/Linux/x86/thinktanksdemo
        dosym "${dir}"/thinktanksdemo "${GAMES_BINDIR}"/thinktanks-demo
        # Using system libraries
        rm -rf "${ED}/${dir}"/lib

        insinto "${dir}"
        doins icon.xpm

        dodoc ReadMe_Linux.txt

        prepgamesdirs
}




Reply via email to