Gentoo Archives: gentoo-commits

From: "Romain Perier (mrpouet)" <mrpouet@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.6.8.ebuild ChangeLog
Date: Thu, 03 Sep 2009 15:32:44
Message-Id: E1MjJ7O-0006mG-JO@stork.gentoo.org
1 mrpouet 09/09/03 20:41:18
2
3 Modified: abiword-plugins-2.6.8.ebuild ChangeLog
4 Log:
5 Fix bug #283053, missing $(use_with wordperfect) in src_configure() which caused wordprefect plugin to be installed if libwpd was installed, even with USE=-wordperfect.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?r1=1.3&r2=1.4
14
15 Index: abiword-plugins-2.6.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- abiword-plugins-2.6.8.ebuild 29 Jul 2009 22:51:02 -0000 1.3
22 +++ abiword-plugins-2.6.8.ebuild 3 Sep 2009 20:41:18 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.3 2009/07/29 22:51:02 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.4 2009/09/03 20:41:18 mrpouet Exp $
28
29 EAPI=2
30
31 @@ -79,6 +79,7 @@
32 $(use_with thesaurus aiksaurus) \
33 $(use_with wmf) \
34 $(use_with wordperfect wpg) \
35 + $(use_with wordperfect) \
36 --disable-abiscan \
37 --without-psion"
38
39
40
41
42 1.66 app-office/abiword-plugins/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.66&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.66&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?r1=1.65&r2=1.66
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
51 retrieving revision 1.65
52 retrieving revision 1.66
53 diff -u -r1.65 -r1.66
54 --- ChangeLog 27 Aug 2009 20:10:50 -0000 1.65
55 +++ ChangeLog 3 Sep 2009 20:41:18 -0000 1.66
56 @@ -1,6 +1,12 @@
57 # ChangeLog for app-office/abiword-plugins
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.65 2009/08/27 20:10:50 pva Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.66 2009/09/03 20:41:18 mrpouet Exp $
61 +
62 + 03 Sep 2009; Romain Perier <mrpouet@g.o>
63 + abiword-plugins-2.6.8.ebuild:
64 + Fix bug #283053, missing $(use_with wordperfect) in src_configure() which
65 + caused wordprefect plugin to be installed if libwpd was installed, even
66 + with USE="-wordperfect".
67
68 27 Aug 2009; Peter Volkov <pva@g.o> metadata.xml:
69 Fixed typo: app-text/libwpdlibwpd -> app-text/libwpd.