Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Vlastimil Babka (caster)" <caster@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-java/xmlgraphics-commons: ChangeLog xmlgraphics-commons-1.2.ebuild
|
|
Date:
|
Fri, 22 May 2009 22:34:09 +0000
|
|
caster 09/05/22 22:34:09
Modified: ChangeLog xmlgraphics-commons-1.2.ebuild
Log:
Add icedtea6(-bin) as possible jdk's for jpeg support.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.19 dev-java/xmlgraphics-commons/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 9 Mar 2009 21:17:31 -0000 1.18
+++ ChangeLog 22 May 2009 22:34:09 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/xmlgraphics-commons
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.18 2009/03/09 21:17:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.19 2009/05/22 22:34:09 caster Exp $
+
+ 22 May 2009; Vlastimil Babka <caster@g.o>
+ xmlgraphics-commons-1.2.ebuild:
+ Add icedtea6(-bin) as possible jdk's for jpeg support.
09 Mar 2009; Markus Meier <maekke@g.o>
xmlgraphics-commons-1.3.1.ebuild:
1.6 dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild?rev=1.6&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild?r1=1.5&r2=1.6
Index: xmlgraphics-commons-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xmlgraphics-commons-1.2.ebuild 10 Mar 2008 13:10:01 -0000 1.5
+++ xmlgraphics-commons-1.2.ebuild 22 May 2009 22:34:09 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
JAVA_PKG_IUSE="doc examples source test"
@@ -23,8 +23,10 @@
|| (
>=dev-java/sun-jdk-1.4
>=dev-java/blackdown-jdk-1.4
+ dev-java/icedtea6-bin
>=dev-java/ibm-jdk-bin-1.4
>=dev-java/jrockit-jdk-bin-1.4
+ dev-java/icedtea6
)
)
test? (
@@ -56,7 +58,7 @@
# automagic bad
java-ant_ignore-system-classes || die
- cd ${S}/lib || die
+ cd "${S}/lib" || die
rm -v *.jar || die
java-pkg_jarfrom commons-io-1
|
|