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: Sun, 28 Jun 2015 15:01:32
Message-Id: 20150628150128.190BE746@oystercatcher.gentoo.org
1 monsieurp 15/06/28 15:01:28
2
3 Modified: fop-2.0.ebuild ChangeLog
4 Log:
5 Stable for ppc+ppc64 with ALLARCHES.
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.8 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.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?r1=1.7&r2=1.8
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.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- fop-2.0.ebuild 27 Jun 2015 21:28:33 -0000 1.7
24 +++ fop-2.0.ebuild 28 Jun 2015 15:01:28 -0000 1.8
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.7 2015/06/27 21:28:33 monsieurp Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-2.0.ebuild,v 1.8 2015/06/28 15:01:28 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 @@ -16,7 +16,7 @@
34 HOMEPAGE="http://xmlgraphics.apache.org/fop/"
35 SRC_URI="mirror://apache/xmlgraphics/${PN}/source/${P}-src.zip"
36
37 -KEYWORDS="amd64 x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
38 +KEYWORDS="amd64 x86 ppc ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
39 IUSE="hyphenation jai"
40 LICENSE="Apache-2.0"
41 SLOT="2"
42
43
44
45 1.81 dev-java/fop/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.81&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.81&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?r1=1.80&r2=1.81
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v
54 retrieving revision 1.80
55 retrieving revision 1.81
56 diff -u -r1.80 -r1.81
57 --- ChangeLog 27 Jun 2015 21:28:33 -0000 1.80
58 +++ ChangeLog 28 Jun 2015 15:01:28 -0000 1.81
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-java/fop
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.80 2015/06/27 21:28:33 monsieurp Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.81 2015/06/28 15:01:28 monsieurp Exp $
64 +
65 + 28 Jun 2015; Patrice Clement <monsieurp@g.o> fop-2.0.ebuild:
66 + Stable for ppc+ppc64 with ALLARCHES.
67
68 27 Jun 2015; Patrice Clement <monsieurp@g.o> fop-2.0.ebuild:
69 Keyword for ppc+ppc64. Signed off by James Le Cuirot <chewi@g.o>.