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: Mon, 03 May 2010 12:12:24
Message-Id: 20100503121218.BAD1A2C330@corvid.gentoo.org
1 caster 10/05/03 12:12:18
2
3 Modified: ChangeLog xmlgraphics-commons-1.2.ebuild
4 Log:
5 Change icedtea6 to icedtea, bug #318271
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.21 dev-java/xmlgraphics-commons/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?r1=1.20&r2=1.21
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- ChangeLog 24 Apr 2010 16:26:47 -0000 1.20
22 +++ ChangeLog 3 May 2010 12:12:18 -0000 1.21
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-java/xmlgraphics-commons
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.20 2010/04/24 16:26:47 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.21 2010/05/03 12:12:18 caster Exp $
28 +
29 + 03 May 2010; Vlastimil Babka <caster@g.o>
30 + xmlgraphics-commons-1.2.ebuild:
31 + Change icedtea6 to icedtea, bug #318271
32
33 24 Apr 2010; Fabian Groffen <grobian@g.o>
34 xmlgraphics-commons-1.2.ebuild, xmlgraphics-commons-1.3.1.ebuild:
35
36
37
38 1.8 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.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild?rev=1.8&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.7&r2=1.8
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.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- xmlgraphics-commons-1.2.ebuild 24 Apr 2010 16:26:47 -0000 1.7
51 +++ xmlgraphics-commons-1.2.ebuild 3 May 2010 12:12:18 -0000 1.8
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild,v 1.7 2010/04/24 16:26:47 grobian Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild,v 1.8 2010/05/03 12:12:18 caster Exp $
57
58 JAVA_PKG_IUSE="doc examples source test"
59
60 @@ -26,7 +26,7 @@
61 dev-java/icedtea6-bin
62 >=dev-java/ibm-jdk-bin-1.4
63 >=dev-java/jrockit-jdk-bin-1.4
64 - dev-java/icedtea6
65 + dev-java/icedtea
66 >=dev-java/apple-jdk-bin-1.4
67 )
68 )