Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/thinktanks-demo: thinktanks-demo-1.1.ebuild
Date: Tue, 26 Feb 2008 22:33:30
Message-Id: E1JU8MW-0004zU-3A@stork.gentoo.org
1 mr_bones_ 08/02/26 22:33:24
2
3 Modified: thinktanks-demo-1.1.ebuild
4 Log:
5 quoting
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild?r1=1.4&r2=1.5
14
15 Index: thinktanks-demo-1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- thinktanks-demo-1.1.ebuild 19 Sep 2006 18:58:30 -0000 1.4
22 +++ thinktanks-demo-1.1.ebuild 26 Feb 2008 22:33:23 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild,v 1.4 2006/09/19 18:58:30 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild,v 1.5 2008/02/26 22:33:23 mr_bones_ Exp $
29
30 inherit eutils games
31
32 @@ -25,15 +25,15 @@
33
34 src_install() {
35 local dir=${GAMES_PREFIX_OPT}/${PN}
36 - dodir ${dir} ${GAMES_BINDIR}
37 + dodir "${dir}" "${GAMES_BINDIR}"
38
39 - tar -zxf ThinkTanks.tar.gz -C ${D}/${dir} || die "extracting ThinkTanks.tar.gz"
40 + tar -zxf ThinkTanks.tar.gz -C "${D}/${dir}" || die "extracting ThinkTanks.tar.gz"
41
42 - exeinto ${dir}
43 + exeinto "${dir}"
44 doexe bin/Linux/x86/thinktanksdemo
45 - dosym ${dir}/thinktanksdemo ${GAMES_BINDIR}/thinktanks-demo
46 + dosym "${dir}"/thinktanksdemo "${GAMES_BINDIR}"/thinktanks-demo
47
48 - insinto ${dir}
49 + insinto "${dir}"
50 doins icon.xpm
51
52 dodoc ReadMe_Linux.txt
53
54
55
56 --
57 gentoo-commits@l.g.o mailing list