Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/xmlgraphics-commons: ChangeLog xmlgraphics-commons-1.2.ebuild
Date: Fri, 22 May 2009 22:34:12
Message-Id: E1M7dJZ-0005Cw-Cu@stork.gentoo.org
1 caster 09/05/22 22:34:09
2
3 Modified: ChangeLog xmlgraphics-commons-1.2.ebuild
4 Log:
5 Add icedtea6(-bin) as possible jdk's for jpeg support.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.19 dev-java/xmlgraphics-commons/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 9 Mar 2009 21:17:31 -0000 1.18
22 +++ ChangeLog 22 May 2009 22:34:09 -0000 1.19
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-java/xmlgraphics-commons
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.18 2009/03/09 21:17:31 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.19 2009/05/22 22:34:09 caster Exp $
28 +
29 + 22 May 2009; Vlastimil Babka <caster@g.o>
30 + xmlgraphics-commons-1.2.ebuild:
31 + Add icedtea6(-bin) as possible jdk's for jpeg support.
32
33 09 Mar 2009; Markus Meier <maekke@g.o>
34 xmlgraphics-commons-1.3.1.ebuild:
35
36
37
38 1.6 dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild?r1=1.5&r2=1.6
43
44 Index: xmlgraphics-commons-1.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- xmlgraphics-commons-1.2.ebuild 10 Mar 2008 13:10:01 -0000 1.5
51 +++ xmlgraphics-commons-1.2.ebuild 22 May 2009 22:34:09 -0000 1.6
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild,v 1.5 2008/03/10 13:10:01 betelgeuse Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild,v 1.6 2009/05/22 22:34:09 caster Exp $
58
59 JAVA_PKG_IUSE="doc examples source test"
60
61 @@ -23,8 +23,10 @@
62 || (
63 >=dev-java/sun-jdk-1.4
64 >=dev-java/blackdown-jdk-1.4
65 + dev-java/icedtea6-bin
66 >=dev-java/ibm-jdk-bin-1.4
67 >=dev-java/jrockit-jdk-bin-1.4
68 + dev-java/icedtea6
69 )
70 )
71 test? (
72 @@ -56,7 +58,7 @@
73 # automagic bad
74 java-ant_ignore-system-classes || die
75
76 - cd ${S}/lib || die
77 + cd "${S}/lib" || die
78 rm -v *.jar || die
79
80 java-pkg_jarfrom commons-io-1