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-strategy/glob2: glob2-0.9.3.ebuild
Date: Thu, 01 May 2008 18:49:12
Message-Id: E1Jrdq9-0004Xa-2A@stork.gentoo.org
1 mr_bones_ 08/05/01 18:49:09
2
3 Modified: glob2-0.9.3.ebuild
4 Log:
5 also install AUTHORS to fix credits scroll
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 games-strategy/glob2/glob2-0.9.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?r1=1.2&r2=1.3
14
15 Index: glob2-0.9.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- glob2-0.9.3.ebuild 1 May 2008 16:00:22 -0000 1.2
22 +++ glob2-0.9.3.ebuild 1 May 2008 18:49:08 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.2 2008/05/01 16:00:22 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild,v 1.3 2008/05/01 18:49:08 mr_bones_ Exp $
28
29 inherit eutils games
30
31 @@ -37,7 +37,7 @@
32 src_install() {
33 dogamesbin src/${PN} || die "dogamesbin failed"
34 insinto "${GAMES_DATADIR}"/${PN}
35 - doins -r campaigns data maps scripts || die "doins failed"
36 + doins -r AUTHORS campaigns data maps scripts || die "doins failed"
37 find "${D}/${GAMES_DATADIR}"/${PN} -name SConscript -exec rm -f {} \;
38 newicon data/icons/glob2-icon-48x48.png ${PN}.png
39 make_desktop_entry glob2 "Globulation 2"
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list