Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/gnucash: ChangeLog gnucash-2.2.9.ebuild gnucash-2.2.9-r1.ebuild
Date: Thu, 10 Sep 2009 15:59:08
Message-Id: E1Mlm37-0007Ph-TG@stork.gentoo.org
1 ssuominen 09/09/10 15:59:05
2
3 Modified: ChangeLog gnucash-2.2.9.ebuild
4 gnucash-2.2.9-r1.ebuild
5 Log:
6 Fix lzma-utils vs. xz-utils deps.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.199 app-office/gnucash/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.199&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?rev=1.199&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/ChangeLog?r1=1.198&r2=1.199
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v
19 retrieving revision 1.198
20 retrieving revision 1.199
21 diff -u -r1.198 -r1.199
22 --- ChangeLog 6 Sep 2009 19:23:43 -0000 1.198
23 +++ ChangeLog 10 Sep 2009 15:59:05 -0000 1.199
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-office/gnucash
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.198 2009/09/06 19:23:43 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.199 2009/09/10 15:59:05 ssuominen Exp $
29 +
30 + 10 Sep 2009; Samuli Suominen <ssuominen@g.o> gnucash-2.2.9.ebuild,
31 + gnucash-2.2.9-r1.ebuild:
32 + Fix lzma-utils vs. xz-utils deps.
33
34 06 Sep 2009; Torsten Veller <tove@g.o> -gnucash-2.3.2.ebuild:
35 Cleanup
36
37
38
39 1.7 app-office/gnucash/gnucash-2.2.9.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.9.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.9.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.9.ebuild?r1=1.6&r2=1.7
44
45 Index: gnucash-2.2.9.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.9.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- gnucash-2.2.9.ebuild 27 Apr 2009 13:07:33 -0000 1.6
52 +++ gnucash-2.2.9.ebuild 10 Sep 2009 15:59:05 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.9.ebuild,v 1.6 2009/04/27 13:07:33 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.9.ebuild,v 1.7 2009/09/10 15:59:05 ssuominen Exp $
58
59 EAPI=2
60
61 @@ -43,7 +43,7 @@
62 x11-libs/pango"
63
64 DEPEND="${RDEPEND}
65 - app-arch/lzma-utils
66 + || ( app-arch/xz-utils app-arch/lzma-utils )
67 dev-util/pkgconfig
68 dev-util/intltool
69 sys-devel/libtool
70
71
72
73 1.7 app-office/gnucash/gnucash-2.2.9-r1.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.9-r1.ebuild?rev=1.7&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.9-r1.ebuild?rev=1.7&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnucash/gnucash-2.2.9-r1.ebuild?r1=1.6&r2=1.7
78
79 Index: gnucash-2.2.9-r1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.9-r1.ebuild,v
82 retrieving revision 1.6
83 retrieving revision 1.7
84 diff -u -r1.6 -r1.7
85 --- gnucash-2.2.9-r1.ebuild 2 Aug 2009 15:30:08 -0000 1.6
86 +++ gnucash-2.2.9-r1.ebuild 10 Sep 2009 15:59:05 -0000 1.7
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2009 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.9-r1.ebuild,v 1.6 2009/08/02 15:30:08 maekke Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.9-r1.ebuild,v 1.7 2009/09/10 15:59:05 ssuominen Exp $
92
93 EAPI=2
94
95 @@ -44,7 +44,7 @@
96 x11-libs/pango"
97
98 DEPEND="${RDEPEND}
99 - app-arch/lzma-utils
100 + || ( app-arch/xz-utils app-arch/lzma-utils )
101 dev-util/pkgconfig
102 dev-util/intltool
103 sys-devel/libtool