Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/fop: fop-2.0.ebuild ChangeLog
Date: Sat, 27 Jun 2015 21:28:36
Message-Id: 20150627212833.D22DC740@oystercatcher.gentoo.org
1 monsieurp 15/06/27 21:28:33
2
3 Modified: fop-2.0.ebuild ChangeLog
4 Log:
5 Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@g.o>.
6
7 Signed-off-by: Patrice Clement <monsieurp@g.o>
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
9
10 Revision Changes Path
11 1.7 dev-java/fop/fop-2.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?r1=1.6&r2=1.7
16
17 Index: fop-2.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/fop/fop-2.0.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- fop-2.0.ebuild 27 Jun 2015 18:47:54 -0000 1.6
24 +++ fop-2.0.ebuild 27 Jun 2015 21:28:33 -0000 1.7
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-2.0.ebuild,v 1.6 2015/06/27 18:47:54 monsieurp Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-2.0.ebuild,v 1.7 2015/06/27 21:28:33 monsieurp Exp $
30
31 # TODO: if 'doc' use flag is used then should build also extra docs ('docs' ant target), currently it cannot
32 # be built as it needs forrest which we do not have
33 @@ -9,7 +9,6 @@
34 EAPI="5"
35
36 JAVA_PKG_IUSE="doc examples source test"
37 -WANT_ANT_TASKS="ant-trax"
38
39 inherit eutils java-pkg-2 java-ant-2
40
41 @@ -17,7 +16,7 @@
42 HOMEPAGE="http://xmlgraphics.apache.org/fop/"
43 SRC_URI="mirror://apache/xmlgraphics/${PN}/source/${P}-src.zip"
44
45 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
46 +KEYWORDS="amd64 x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
47 IUSE="hyphenation jai"
48 LICENSE="Apache-2.0"
49 SLOT="2"
50
51
52
53 1.80 dev-java/fop/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.80&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.80&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?r1=1.79&r2=1.80
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v
62 retrieving revision 1.79
63 retrieving revision 1.80
64 diff -u -r1.79 -r1.80
65 --- ChangeLog 27 Jun 2015 18:47:54 -0000 1.79
66 +++ ChangeLog 27 Jun 2015 21:28:33 -0000 1.80
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-java/fop
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.79 2015/06/27 18:47:54 monsieurp Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.80 2015/06/27 21:28:33 monsieurp Exp $
72 +
73 + 27 Jun 2015; Patrice Clement <monsieurp@g.o> fop-2.0.ebuild:
74 + Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@g.o>.
75
76 27 Jun 2015; Patrice Clement <monsieurp@g.o> fop-2.0.ebuild:
77 Use a combination of - instead of courtesy of James Le Cuirot