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: Tue, 25 Mar 2008 03:42:52
Message-Id: E1Je03i-0007sl-Bc@stork.gentoo.org
1 tove 08/03/25 03:42:46
2
3 Modified: gnucash-2.2.3.ebuild gnucash-2.2.4.ebuild ChangeLog
4 Log:
5 Parallel make issue after gnome2.eclass changed from make to emake. Back to one job. (#214339)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.9 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.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.3.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.3.ebuild?r1=1.8&r2=1.9
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.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- gnucash-2.2.3.ebuild 4 Mar 2008 10:35:38 -0000 1.8
22 +++ gnucash-2.2.3.ebuild 25 Mar 2008 03:42:45 -0000 1.9
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.8 2008/03/04 10:35:38 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.3.ebuild,v 1.9 2008/03/25 03:42:45 tove Exp $
28
29 inherit autotools eutils gnome2
30
31 @@ -89,6 +89,10 @@
32 emake -j1 || die "emake failed"
33 }
34
35 +src_install() {
36 + gnome2_src_install -j1
37 +}
38 +
39 src_test() {
40 GUILE_WARN_DEPRECATED=no \
41 emake -j1 check \
42
43
44
45 1.2 app-office/gnucash/gnucash-2.2.4.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild?r1=1.1&r2=1.2
50
51 Index: gnucash-2.2.4.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- gnucash-2.2.4.ebuild 3 Mar 2008 09:20:00 -0000 1.1
58 +++ gnucash-2.2.4.ebuild 25 Mar 2008 03:42:45 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild,v 1.1 2008/03/03 09:20:00 tove Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.4.ebuild,v 1.2 2008/03/25 03:42:45 tove Exp $
64
65 EAPI=1
66
67 @@ -85,6 +85,10 @@
68 emake -j1 || die "emake failed"
69 }
70
71 +src_install() {
72 + gnome2_src_install -j1
73 +}
74 +
75 src_test() {
76 GUILE_WARN_DEPRECATED=no \
77 emake -j1 check \
78
79
80
81 1.157 app-office/gnucash/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.157&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.157&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.156&r2=1.157
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
90 retrieving revision 1.156
91 retrieving revision 1.157
92 diff -u -r1.156 -r1.157
93 --- ChangeLog 4 Mar 2008 10:35:38 -0000 1.156
94 +++ ChangeLog 25 Mar 2008 03:42:45 -0000 1.157
95 @@ -1,6 +1,11 @@
96 # ChangeLog for app-office/gnucash
97 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.156 2008/03/04 10:35:38 tove Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.157 2008/03/25 03:42:45 tove Exp $
100 +
101 + 25 Mar 2008; Torsten Veller <tove@g.o> gnucash-2.2.3.ebuild,
102 + gnucash-2.2.4.ebuild:
103 + Parallel make issue after gnome2.eclass changed from make to emake. Back
104 + to one job. (#214339)
105
106 04 Mar 2008; Torsten Veller <tove@g.o> +files/SplitP.h.patch,
107 gnucash-2.2.3.ebuild:
108
109
110
111 --
112 gentoo-commits@l.g.o mailing list