Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.8.0.ebuild ChangeLog
Date: Fri, 28 Mar 2014 15:11:32
Message-Id: 20140328151123.DEFB120051@flycatcher.gentoo.org
1 tomwij 14/03/28 15:11:23
2
3 Modified: ChangeLog
4 Added: jdk-1.8.0.ebuild
5 Log:
6 Version bump to 1.8.0; for bug #505040, reported by wevrn5, contribution by Krzysztof Miksa, reviewed and adjusted.
7
8 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.60 virtual/jdk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.60&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.60&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.59&r2=1.60
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
20 retrieving revision 1.59
21 retrieving revision 1.60
22 diff -u -r1.59 -r1.60
23 --- ChangeLog 5 Jan 2014 20:21:08 -0000 1.59
24 +++ ChangeLog 28 Mar 2014 15:11:23 -0000 1.60
25 @@ -1,6 +1,12 @@
26 # ChangeLog for virtual/jdk
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.59 2014/01/05 20:21:08 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.60 2014/03/28 15:11:23 tomwij Exp $
30 +
31 +*jdk-1.8.0 (28 Mar 2014)
32 +
33 + 28 Mar 2014; Tom Wijsman <TomWij@g.o> +jdk-1.8.0.ebuild:
34 + Version bump to 1.8.0; for bug #505040, reported by wevrn5, contribution by
35 + Krzysztof Miksa, reviewed and adjusted.
36
37 05 Jan 2014; Fabian Groffen <grobian@g.o> jdk-1.7.0.ebuild:
38 Marked ~x{86,64}-macos since oracle-jdk-bin now works
39
40
41
42 1.1 virtual/jdk/jdk-1.8.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: jdk-1.8.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.8.0.ebuild,v 1.1 2014/03/28 15:11:23 tomwij Exp $
52
53 EAPI="5"
54
55 DESCRIPTION="Virtual for Java Development Kit (JDK)"
56 HOMEPAGE=""
57 SRC_URI=""
58
59 LICENSE=""
60 SLOT="1.8"
61
62 # TODO: Temporarily dropped ~sparc-solaris and ~x86-solaris as oracle-jdk-bin
63 # no longer provides them. Also temporarily dropped ~ia64.
64 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris "
65 IUSE=""
66
67 RDEPEND="=dev-java/oracle-jdk-bin-1.8.0*"
68 DEPEND=""