diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-03-28 15:11:23 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-03-28 15:11:23 +0000 |
commit | d303d3fc3d9b6aec0d233b6b5730c6129d8fc63f (patch) | |
tree | df8e3f9b2e4cd1b598bdc7483595120e45d998a2 /virtual/jdk | |
parent | Version bump to 1.8.0; for bug #505040, reported by wevrn5, contribution by K... (diff) | |
download | gentoo-2-d303d3fc3d9b6aec0d233b6b5730c6129d8fc63f.tar.gz gentoo-2-d303d3fc3d9b6aec0d233b6b5730c6129d8fc63f.tar.bz2 gentoo-2-d303d3fc3d9b6aec0d233b6b5730c6129d8fc63f.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/jdk')
-rw-r--r-- | virtual/jdk/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/jdk/jdk-1.8.0.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/virtual/jdk/ChangeLog b/virtual/jdk/ChangeLog index 1974f8ccfd07..63b5ca44985a 100644 --- a/virtual/jdk/ChangeLog +++ b/virtual/jdk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/jdk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.59 2014/01/05 20:21:08 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.60 2014/03/28 15:11:23 tomwij Exp $ + +*jdk-1.8.0 (28 Mar 2014) + + 28 Mar 2014; Tom Wijsman <TomWij@gentoo.org> +jdk-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> jdk-1.7.0.ebuild: Marked ~x{86,64}-macos since oracle-jdk-bin now works diff --git a/virtual/jdk/jdk-1.8.0.ebuild b/virtual/jdk/jdk-1.8.0.ebuild new file mode 100644 index 000000000000..9878d5efd09f --- /dev/null +++ b/virtual/jdk/jdk-1.8.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.8.0.ebuild,v 1.1 2014/03/28 15:11:23 tomwij Exp $ + +EAPI="5" + +DESCRIPTION="Virtual for Java Development Kit (JDK)" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="1.8" + +# TODO: Temporarily dropped ~sparc-solaris and ~x86-solaris as oracle-jdk-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="=dev-java/oracle-jdk-bin-1.8.0*" +DEPEND="" |