Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/abiword: abiword-3.0.0-r1.ebuild ChangeLog
Date: Fri, 22 Nov 2013 21:19:09
Message-Id: 20131122211906.3F2852004B@flycatcher.gentoo.org
1 pacho 13/11/22 21:19:06
2
3 Modified: abiword-3.0.0-r1.ebuild ChangeLog
4 Log:
5 Drop openxml USE (#491884 by A. Person)
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.3 app-office/abiword/abiword-3.0.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: abiword-3.0.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- abiword-3.0.0-r1.ebuild 13 Nov 2013 20:20:33 -0000 1.2
23 +++ abiword-3.0.0-r1.ebuild 22 Nov 2013 21:19:06 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v 1.2 2013/11/13 20:20:33 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v 1.3 2013/11/22 21:19:06 pacho Exp $
29
30 EAPI=5
31 GCONF_DEBUG="yes"
32 @@ -15,10 +15,10 @@
33 LICENSE="GPL-2"
34 SLOT="2"
35 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
36 -IUSE="calendar collab cups eds +goffice grammar +introspection latex map math ots openxml +plugins readline redland spell wordperfect wmf thesaurus"
37 +IUSE="calendar collab cups eds +goffice grammar +introspection latex map math ots +plugins readline redland spell wordperfect wmf thesaurus"
38
39 # You need 'plugins' enabled if want to enable the extra plugins
40 -REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !openxml !ots !readline !thesaurus !wordperfect !wmf )"
41 +REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline !thesaurus !wordperfect !wmf )"
42
43 RDEPEND="
44 >=app-text/wv-1.2
45 @@ -94,7 +94,8 @@
46
47 # Plugins not depending on anything
48 plugins="${plugins} gimp bmp freetranslation iscii s5 babelfish opml eml
49 - wikipedia gdict passepartout google presentation urldict hrtext mif"
50 + wikipedia gdict passepartout google presentation urldict hrtext mif
51 + openxml"
52
53 # inter7eps: eps.h
54 # libtidy: gsf + tidy.h
55 @@ -103,7 +104,6 @@
56 use goffice && plugins="${plugins} goffice"
57 use latex && plugins="${plugins} latex"
58 use math && plugins="${plugins} mathview"
59 - use openxml && plugins="${plugins} openxml"
60 use ots && plugins="${plugins} ots"
61 # psion: >=psiconv-0.9.4
62 use readline && plugins="${plugins} command"
63
64
65
66 1.268 app-office/abiword/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.268&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.268&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?r1=1.267&r2=1.268
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v
75 retrieving revision 1.267
76 retrieving revision 1.268
77 diff -u -r1.267 -r1.268
78 --- ChangeLog 13 Nov 2013 20:20:33 -0000 1.267
79 +++ ChangeLog 22 Nov 2013 21:19:06 -0000 1.268
80 @@ -1,6 +1,9 @@
81 # ChangeLog for app-office/abiword
82 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.267 2013/11/13 20:20:33 pacho Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.268 2013/11/22 21:19:06 pacho Exp $
85 +
86 + 22 Nov 2013; Pacho Ramos <pacho@g.o> abiword-3.0.0-r1.ebuild:
87 + Drop openxml USE (#491884 by A. Person)
88
89 13 Nov 2013; Pacho Ramos <pacho@g.o> abiword-3.0.0-r1.ebuild:
90 Parallel build fails, bug #488462; fix libgoffice dependency (#491076 by A.