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 18:48:06
Message-Id: 20150627184754.CC469740@oystercatcher.gentoo.org
1 monsieurp 15/06/27 18:47:54
2
3 Modified: fop-2.0.ebuild ChangeLog
4 Log:
5 Use a combination of - instead of courtesy of James Le Cuirot <chewi@g.o>. Fix bug 553392.
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.6 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.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?r1=1.5&r2=1.6
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.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- fop-2.0.ebuild 27 Jun 2015 17:53:42 -0000 1.5
24 +++ fop-2.0.ebuild 27 Jun 2015 18:47:54 -0000 1.6
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.5 2015/06/27 17:53:42 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-2.0.ebuild,v 1.6 2015/06/27 18:47:54 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 @@ -22,6 +22,8 @@
34 LICENSE="Apache-2.0"
35 SLOT="2"
36
37 +MY_P="${PN}-${SLOT}"
38 +
39 # Doesn't work with java.awt.headless, requires Mockito.
40 RESTRICT="test"
41
42 @@ -108,12 +110,12 @@
43
44 if use hyphenation; then
45 java-pkg_dojar build/fop-hyph.jar
46 - insinto /usr/share/${P}/
47 + insinto /usr/share/${MY_P}/
48 doins -r hyph
49 fi
50
51 # Doesn't support everything upstream launcher does...
52 - java-pkg_dolauncher ${P} --main org.apache.fop.cli.Main
53 + java-pkg_dolauncher ${MY_P} --main org.apache.fop.cli.Main
54
55 dodoc NOTICE README
56
57
58
59
60 1.79 dev-java/fop/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.79&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.79&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?r1=1.78&r2=1.79
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v
69 retrieving revision 1.78
70 retrieving revision 1.79
71 diff -u -r1.78 -r1.79
72 --- ChangeLog 27 Jun 2015 18:30:43 -0000 1.78
73 +++ ChangeLog 27 Jun 2015 18:47:54 -0000 1.79
74 @@ -1,6 +1,10 @@
75 # ChangeLog for dev-java/fop
76 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.78 2015/06/27 18:30:43 monsieurp Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.79 2015/06/27 18:47:54 monsieurp Exp $
79 +
80 + 27 Jun 2015; Patrice Clement <monsieurp@g.o> fop-2.0.ebuild:
81 + Use a combination of - instead of courtesy of James Le Cuirot
82 + <chewi@g.o>. Fix bug 553392.
83
84 27 Jun 2015; Patrice Clement <monsieurp@g.o> metadata.xml:
85 Remove unused USE flag and clear QA warning.