Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/thinktanks-demo: ChangeLog thinktanks-demo-1.1-r1.ebuild
Date: Fri, 25 Apr 2008 21:52:18
Message-Id: E1JpVq2-0004aJ-TY@stork.gentoo.org
1 tupone 08/04/25 21:52:14
2
3 Modified: ChangeLog
4 Added: thinktanks-demo-1.1-r1.ebuild
5 Log:
6 Removing internal copies of system libraries. Fix bug #217036
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 games-arcade/thinktanks-demo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 19 Sep 2006 18:58:30 -0000 1.4
23 +++ ChangeLog 25 Apr 2008 21:52:14 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-arcade/thinktanks-demo
26 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.4 2006/09/19 18:58:30 wolf31o2 Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.5 2008/04/25 21:52:14 tupone Exp $
30 +
31 +*thinktanks-demo-1.1-r1 (25 Apr 2008)
32 +
33 + 25 Apr 2008; Tupone Alfredo <tupone@g.o>
34 + +thinktanks-demo-1.1-r1.ebuild:
35 + Removing internal copies of system libraries. Fix bug #217036 by Gordon Malm.
36
37 19 Sep 2006; Chris Gianelloni <wolf31o2@g.o>
38 thinktanks-demo-1.1.ebuild:
39
40
41
42 1.1 games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: thinktanks-demo-1.1-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild,v 1.1 2008/04/25 21:52:14 tupone Exp $
52
53 inherit eutils games
54
55 DESCRIPTION="tank combat game with lighthearted, fast paced pandemonium"
56 HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=12"
57 SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin"
58
59 LICENSE="THINKTANKS"
60 SLOT="0"
61 KEYWORDS="-* ~amd64 ~x86"
62 RESTRICT="strip"
63 IUSE=""
64
65 DEPEND=""
66 RDEPEND="media-libs/libsdl
67 media-libs/libvorbis"
68
69 GAMES_CHECK_LICENSE="yes"
70 S=${WORKDIR}
71
72 src_unpack() {
73 unpack_makeself
74 }
75
76 src_install() {
77 local dir=${GAMES_PREFIX_OPT}/${PN}
78 dodir "${dir}" "${GAMES_BINDIR}"
79
80 tar -zxf ThinkTanks.tar.gz -C "${D}/${dir}" || die "extracting ThinkTanks.tar.gz"
81
82 exeinto "${dir}"
83 doexe bin/Linux/x86/thinktanksdemo
84 dosym "${dir}"/thinktanksdemo "${GAMES_BINDIR}"/thinktanks-demo
85 # Using system libraries
86 rm -rf "${D}/${dir}"/lib
87
88 insinto "${dir}"
89 doins icon.xpm
90
91 dodoc ReadMe_Linux.txt
92
93 prepgamesdirs
94 }
95
96
97
98 --
99 gentoo-commits@l.g.o mailing list