tomwij 14/03/28 15:11:23 Modified: ChangeLog Added: jdk-1.8.0.ebuild Log: 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)
Revision Changes Path 1.60 virtual/jdk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 5 Jan 2014 20:21:08 -0000 1.59 +++ ChangeLog 28 Mar 2014 15:11:23 -0000 1.60 @@ -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 <[email protected]> +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 <[email protected]> jdk-1.7.0.ebuild: Marked ~x{86,64}-macos since oracle-jdk-bin now works 1.1 virtual/jdk/jdk-1.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.8.0.ebuild?rev=1.1&content-type=text/plain Index: jdk-1.8.0.ebuild =================================================================== # 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=""
