Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/gnucash: gnucash-2.2.3.ebuild gnucash-2.2.4.ebuild ChangeLog
Date: Fri, 18 Apr 2008 14:38:51
Message-Id: E1Jmrjl-0006e7-Ho@stork.gentoo.org
1 tove 08/04/18 14:38:49
2
3 Modified: gnucash-2.2.3.ebuild gnucash-2.2.4.ebuild ChangeLog
4 Log:
5 Set GNC_DOT_DIR in src_test (#218235)
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.10 app-office/gnucash/gnucash-2.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.3.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.3.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.3.ebuild?r1=1.9&r2=1.10
14
15 Index: gnucash-2.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.3.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- gnucash-2.2.3.ebuild 25 Mar 2008 03:42:45 -0000 1.9
22 +++ gnucash-2.2.3.ebuild 18 Apr 2008 14:38:48 -0000 1.10
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/app-office/gnucash/gnucash-2.2.3.ebuild,v 1.9 2008/03/25 03:42:45 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.3.ebuild,v 1.10 2008/04/18 14:38:48 tove Exp $
28
29 inherit autotools eutils gnome2
30
31 @@ -95,6 +95,7 @@
32
33 src_test() {
34 GUILE_WARN_DEPRECATED=no \
35 + GNC_DOT_DIR="${T}"/.gnucash \
36 emake -j1 check \
37 || die "Make check failed. See above for details."
38 }
39
40
41
42 1.5 app-office/gnucash/gnucash-2.2.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild?rev=1.5&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild?rev=1.5&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild?r1=1.4&r2=1.5
47
48 Index: gnucash-2.2.4.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild,v
51 retrieving revision 1.4
52 retrieving revision 1.5
53 diff -u -r1.4 -r1.5
54 --- gnucash-2.2.4.ebuild 14 Apr 2008 21:56:22 -0000 1.4
55 +++ gnucash-2.2.4.ebuild 18 Apr 2008 14:38:49 -0000 1.5
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild,v 1.4 2008/04/14 21:56:22 eva Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild,v 1.5 2008/04/18 14:38:49 tove Exp $
61
62 EAPI=1
63
64 @@ -86,6 +86,7 @@
65
66 src_test() {
67 GUILE_WARN_DEPRECATED=no \
68 + GNC_DOT_DIR="${T}"/.gnucash \
69 emake check \
70 || die "Make check failed. See above for details."
71 }
72
73
74
75 1.160 app-office/gnucash/ChangeLog
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.160&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.160&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.159&r2=1.160
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
84 retrieving revision 1.159
85 retrieving revision 1.160
86 diff -u -r1.159 -r1.160
87 --- ChangeLog 14 Apr 2008 21:56:22 -0000 1.159
88 +++ ChangeLog 18 Apr 2008 14:38:49 -0000 1.160
89 @@ -1,6 +1,10 @@
90 # ChangeLog for app-office/gnucash
91 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.159 2008/04/14 21:56:22 eva Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.160 2008/04/18 14:38:49 tove Exp $
94 +
95 + 18 Apr 2008; Torsten Veller <tove@g.o> gnucash-2.2.3.ebuild,
96 + gnucash-2.2.4.ebuild:
97 + Set GNC_DOT_DIR in src_test (#218235)
98
99 14 Apr 2008; Gilles Dartiguelongue <eva@g.o> gnucash-2.2.4.ebuild:
100 unbreak configure
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list