summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-03-28 15:08:57 +0000
committerTom Wijsman <tomwij@gentoo.org>2014-03-28 15:08:57 +0000
commit4444ce0b53bcf03084ed88324151a8c36c0f5139 (patch)
tree7887756a30381124959de781034359ac2b0bf421 /virtual
parentOutput binary prefixes for units according to IEC 80000-13, as calculations a... (diff)
downloadgentoo-2-4444ce0b53bcf03084ed88324151a8c36c0f5139.tar.gz
gentoo-2-4444ce0b53bcf03084ed88324151a8c36c0f5139.tar.bz2
gentoo-2-4444ce0b53bcf03084ed88324151a8c36c0f5139.zip
Version bump to 1.8.0; for bug #505040, reported by wevrn5, contribution by Krzysztof Miksa, reviewed and adjusted.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/jre/ChangeLog8
-rw-r--r--virtual/jre/jre-1.8.0.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/virtual/jre/ChangeLog b/virtual/jre/ChangeLog
index c77bb5e140f6..6e080f6eebf2 100644
--- a/virtual/jre/ChangeLog
+++ b/virtual/jre/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/jre
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.46 2014/01/05 20:22:24 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.47 2014/03/28 15:08:57 tomwij Exp $
+
+*jre-1.8.0 (28 Mar 2014)
+
+ 28 Mar 2014; Tom Wijsman <TomWij@gentoo.org> +jre-1.8.0.ebuild:
+ Version bump to 1.8.0; for bug #505040, reported by wevrn5, contribution by
+ Krzysztof Miksa, reviewed and adjusted.
05 Jan 2014; Fabian Groffen <grobian@gentoo.org> jre-1.7.0.ebuild:
Marked ~x{86,64}-macos since oracle-jdk-bin now works
diff --git a/virtual/jre/jre-1.8.0.ebuild b/virtual/jre/jre-1.8.0.ebuild
new file mode 100644
index 000000000000..bbdeee6056c1
--- /dev/null
+++ b/virtual/jre/jre-1.8.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/jre/jre-1.8.0.ebuild,v 1.1 2014/03/28 15:08:57 tomwij Exp $
+
+EAPI="5"
+
+DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="1.8"
+
+# TODO: Temporarily dropped ~sparc-solaris and ~x86-solaris as oracle-jre-bin
+# no longer provides them. Also temporarily dropped ~ia64.
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+IUSE=""
+
+RDEPEND="|| (
+ =virtual/jdk-1.8.0*
+ =dev-java/oracle-jre-bin-1.8.0*
+ )"
+DEPEND=""