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: Fri, 26 Jun 2015 23:09:27
Message-Id: 20150626230914.212B0731@oystercatcher.gentoo.org
1 monsieurp 15/06/26 23:09:14
2
3 Modified: fop-2.0.ebuild ChangeLog
4 Log:
5 Slot version 2.0 as it should.
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.2 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.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?r1=1.1&r2=1.2
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.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- fop-2.0.ebuild 26 Jun 2015 23:05:10 -0000 1.1
24 +++ fop-2.0.ebuild 26 Jun 2015 23:09:14 -0000 1.2
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.1 2015/06/26 23:05:10 monsieurp Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-2.0.ebuild,v 1.2 2015/06/26 23:09:14 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 @@ -20,7 +20,7 @@
34 KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~sparc-solaris ~x86-linux ~x86-macos ~x86-solaris"
35 IUSE="hyphenation jai"
36 LICENSE="Apache-2.0"
37 -SLOT="0"
38 +SLOT="2"
39
40 # Doesn't work with java.awt.headless, requires Mockito.
41 RESTRICT="test"
42
43
44
45 1.73 dev-java/fop/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.73&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.73&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?r1=1.72&r2=1.73
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v
54 retrieving revision 1.72
55 retrieving revision 1.73
56 diff -u -r1.72 -r1.73
57 --- ChangeLog 26 Jun 2015 23:05:10 -0000 1.72
58 +++ ChangeLog 26 Jun 2015 23:09:14 -0000 1.73
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.72 2015/06/26 23:05:10 monsieurp Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.73 2015/06/26 23:09:14 monsieurp Exp $
64 +
65 + 27 Jun 2015; Patrice Clement <monsieurp@g.o> fop-2.0.ebuild:
66 + Slot version 2.0 as it should.
67
68 *fop-2.0 (27 Jun 2015)