diff options
author | Serkan Kaba <serkan@gentoo.org> | 2011-09-11 06:12:15 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2011-09-11 06:12:15 +0000 |
commit | 8a791b047d80dfbf565b1626be7e2669854b1ed0 (patch) | |
tree | fadfec934799c2fbb4c23af3d94bd656002adcb2 | |
parent | version bump (bug #382529) (diff) | |
download | gentoo-2-8a791b047d80dfbf565b1626be7e2669854b1ed0.tar.gz gentoo-2-8a791b047d80dfbf565b1626be7e2669854b1ed0.tar.bz2 gentoo-2-8a791b047d80dfbf565b1626be7e2669854b1ed0.zip |
Bump to add oracle-jdk-bin-1.7
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
-rw-r--r-- | java-virtuals/jdk-with-com-sun/ChangeLog | 10 | ||||
-rw-r--r-- | java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20110911.ebuild | 29 |
2 files changed, 37 insertions, 2 deletions
diff --git a/java-virtuals/jdk-with-com-sun/ChangeLog b/java-virtuals/jdk-with-com-sun/ChangeLog index 8abe7d2e8008..c5dc68e797f2 100644 --- a/java-virtuals/jdk-with-com-sun/ChangeLog +++ b/java-virtuals/jdk-with-com-sun/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for java-virtuals/jdk-with-com-sun -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v 1.11 2010/06/01 06:49:48 phajdan.jr Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v 1.12 2011/09/11 06:12:15 serkan Exp $ + +*jdk-with-com-sun-20110911 (11 Sep 2011) + + 11 Sep 2011; Serkan Kaba <serkan@gentoo.org> + +jdk-with-com-sun-20110911.ebuild: + Bump to add oracle-jdk-bin-1.7 01 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> jdk-with-com-sun-20100419.ebuild: diff --git a/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20110911.ebuild b/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20110911.ebuild new file mode 100644 index 000000000000..a747a63ad151 --- /dev/null +++ b/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20110911.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20110911.ebuild,v 1.1 2011/09/11 06:12:15 serkan Exp $ + +EAPI=1 + +inherit java-virtuals-2 + +DESCRIPTION="Virtual ebuilds that require internal com.sun classes from a JDK" +HOMEPAGE="http://www.gentoo.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="|| ( + dev-java/icedtea6-bin + =dev-java/icedtea-6* + dev-java/sun-jdk:1.6 + dev-java/sun-jdk:1.5 + dev-java/sun-jdk:1.4 + dev-java/oracle-jdk-bin:1.7 + dev-java/diablo-jdk:1.6 + )" + +JAVA_VIRTUAL_VM="icedtea6-bin icedtea6 sun-jdk-1.6 sun-jdk-1.5 sun-jdk-1.4 oracle-jdk-bin-1.7 diablo-jdk-1.6" |