diff options
author | Vlastimil Babka <caster@gentoo.org> | 2011-10-30 14:19:01 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2011-10-30 14:19:01 +0000 |
commit | ff057f43f97988b305d1c400fef4529edbbe27ed (patch) | |
tree | 1e70ff9540c359962e30e4eac5e0c2b4870d8bb1 /dev-java/xmlgraphics-commons | |
parent | Change icedtea6-bin to icedtea-bin:6. (diff) | |
download | gentoo-2-ff057f43f97988b305d1c400fef4529edbbe27ed.tar.gz gentoo-2-ff057f43f97988b305d1c400fef4529edbbe27ed.tar.bz2 gentoo-2-ff057f43f97988b305d1c400fef4529edbbe27ed.zip |
Package move icedtea6-bin to icedtea-bin.
(Portage version: 2.2.0_alpha68/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/xmlgraphics-commons')
-rw-r--r-- | dev-java/xmlgraphics-commons/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/xmlgraphics-commons/ChangeLog b/dev-java/xmlgraphics-commons/ChangeLog index a412583fdf94..52b352f3ab42 100644 --- a/dev-java/xmlgraphics-commons/ChangeLog +++ b/dev-java/xmlgraphics-commons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/xmlgraphics-commons -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.21 2010/05/03 12:12:18 caster Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 1.22 2011/10/30 14:19:01 caster Exp $ + + 30 Oct 2011; Vlastimil Babka <caster@gentoo.org> + xmlgraphics-commons-1.2.ebuild: + Package move icedtea6-bin to icedtea-bin. 03 May 2010; Vlastimil Babka <caster@gentoo.org> xmlgraphics-commons-1.2.ebuild: diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild index 2959a9cf1501..79c6cdf6b48f 100644 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.8 2010/05/03 12:12:18 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-1.2.ebuild,v 1.9 2011/10/30 14:19:01 caster Exp $ JAVA_PKG_IUSE="doc examples source test" @@ -23,7 +23,7 @@ DEPEND="|| ( =virtual/jdk-1.6* =virtual/jdk-1.5* =virtual/jdk-1.4* ) || ( >=dev-java/sun-jdk-1.4 >=dev-java/blackdown-jdk-1.4 - dev-java/icedtea6-bin + =dev-java/icedtea-bin-1* >=dev-java/ibm-jdk-bin-1.4 >=dev-java/jrockit-jdk-bin-1.4 dev-java/icedtea |