summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-05-03 18:53:36 +0000
committerTom Wijsman <tomwij@gentoo.org>2014-05-03 18:53:36 +0000
commitcd4ff5a27601db8799e8c45766725eae0a181904 (patch)
treec429868f4b1a2252feb82ee84c39fca1b8fcf401 /java-virtuals
parentAdd ~s390 keyword (diff)
downloadgentoo-2-cd4ff5a27601db8799e8c45766725eae0a181904.tar.gz
gentoo-2-cd4ff5a27601db8799e8c45766725eae0a181904.tar.bz2
gentoo-2-cd4ff5a27601db8799e8c45766725eae0a181904.zip
Support oracle-jdk-bin-1.8.
(Portage version: HEAD/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'java-virtuals')
-rw-r--r--java-virtuals/jdk-with-com-sun/ChangeLog10
-rw-r--r--java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r2.ebuild32
2 files changed, 40 insertions, 2 deletions
diff --git a/java-virtuals/jdk-with-com-sun/ChangeLog b/java-virtuals/jdk-with-com-sun/ChangeLog
index f09e809bbcf7..7dacc244a0b2 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v 1.20 2013/06/30 09:09:12 tomwij Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v 1.21 2014/05/03 18:53:36 tomwij Exp $
+
+*jdk-with-com-sun-20111111-r2 (03 May 2014)
+
+ 03 May 2014; Tom Wijsman <TomWij@gentoo.org>
+ +jdk-with-com-sun-20111111-r2.ebuild:
+ Support oracle-jdk-bin-1.8.
*jdk-with-com-sun-20111111-r1 (30 Jun 2013)
diff --git a/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r2.ebuild b/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r2.ebuild
new file mode 100644
index 000000000000..2284ff5fe99d
--- /dev/null
+++ b/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 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-20111111-r2.ebuild,v 1.1 2014/05/03 18:53:36 tomwij Exp $
+
+EAPI="5"
+
+inherit java-virtuals-2
+
+DESCRIPTION="Virtual ebuilds that require internal com.sun classes from a JDK"
+HOMEPAGE="http://www.gentoo.org"
+SRC_URI=""
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="amd64 x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND=""
+RDEPEND="|| (
+ dev-java/icedtea-bin:6
+ dev-java/icedtea:6
+ dev-java/icedtea-bin:7
+ dev-java/icedtea:7
+ dev-java/oracle-jdk-bin:1.7
+ dev-java/oracle-jdk-bin:1.8
+ dev-java/diablo-jdk:1.6
+ dev-java/apple-jdk-bin:1.6
+ dev-java/apple-jdk-bin:1.5
+ dev-java/apple-jdk-bin:1.4
+ )"
+
+JAVA_VIRTUAL_VM="icedtea-bin-6 icedtea6-bin icedtea-6 icedtea6 icedtea-bin-6 icedtea-bin-7 icedtea-7 oracle-jdk-bin-1.7 oracle-jdk-bin-1.8 diablo-jdk-1.6 apple-jdk-bin-1.6 apple-jdk-bin-1.5 apple-jdk-bin-1.4"