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 ChangeLog
Date: Thu, 01 May 2008 16:00:26
Message-Id: E1JrbCp-0003js-3j@stork.gentoo.org
1 mr_bones_ 08/05/01 16:00:23
2
3 Modified: glob2-0.9.3.ebuild ChangeLog
4 Log:
5 datadir patch from Aleksey Kunitskiy via bug #219936
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 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.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/glob2-0.9.3.ebuild?r1=1.1&r2=1.2
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.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- glob2-0.9.3.ebuild 28 Apr 2008 21:44:09 -0000 1.1
22 +++ glob2-0.9.3.ebuild 1 May 2008 16:00:22 -0000 1.2
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.1 2008/04/28 21:44:09 mr_bones_ Exp $
27 +# $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 $
28
29 inherit eutils games
30
31 @@ -30,6 +30,7 @@
32 CXXFLAGS="${CXXFLAGS}" \
33 LINKFLAGS="${LDFLAGS}" \
34 INSTALLDIR="${GAMES_DATADIR}"/${PN} \
35 + DATADIR="${GAMES_DATADIR}"/${PN} \
36 || die "scons failed again"
37 }
38
39
40
41
42 1.40 games-strategy/glob2/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.40&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?rev=1.40&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glob2/ChangeLog?r1=1.39&r2=1.40
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v
51 retrieving revision 1.39
52 retrieving revision 1.40
53 diff -u -r1.39 -r1.40
54 --- ChangeLog 28 Apr 2008 21:44:09 -0000 1.39
55 +++ ChangeLog 1 May 2008 16:00:22 -0000 1.40
56 @@ -1,6 +1,9 @@
57 # ChangeLog for games-strategy/glob2
58 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.39 2008/04/28 21:44:09 mr_bones_ Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.40 2008/05/01 16:00:22 mr_bones_ Exp $
61 +
62 + 01 May 2008; Michael Sterrett <mr_bones_@g.o> glob2-0.9.3.ebuild:
63 + datadir patch from Aleksey Kunitskiy via bug #219936
64
65 *glob2-0.9.3 (28 Apr 2008)
66
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list