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/jre: jre-1.8.0.ebuild ChangeLog
Date: Fri, 28 Mar 2014 15:09:01
Message-Id: 20140328150857.919C820051@flycatcher.gentoo.org
1 tomwij 14/03/28 15:08:57
2
3 Modified: ChangeLog
4 Added: jre-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.47 virtual/jre/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jre/ChangeLog?rev=1.47&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jre/ChangeLog?rev=1.47&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jre/ChangeLog?r1=1.46&r2=1.47
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v
20 retrieving revision 1.46
21 retrieving revision 1.47
22 diff -u -r1.46 -r1.47
23 --- ChangeLog 5 Jan 2014 20:22:24 -0000 1.46
24 +++ ChangeLog 28 Mar 2014 15:08:57 -0000 1.47
25 @@ -1,6 +1,12 @@
26 # ChangeLog for virtual/jre
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.46 2014/01/05 20:22:24 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/jre/ChangeLog,v 1.47 2014/03/28 15:08:57 tomwij Exp $
30 +
31 +*jre-1.8.0 (28 Mar 2014)
32 +
33 + 28 Mar 2014; Tom Wijsman <TomWij@g.o> +jre-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> jre-1.7.0.ebuild:
38 Marked ~x{86,64}-macos since oracle-jdk-bin now works
39
40
41
42 1.1 virtual/jre/jre-1.8.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jre/jre-1.8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jre/jre-1.8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: jre-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/jre/jre-1.8.0.ebuild,v 1.1 2014/03/28 15:08:57 tomwij Exp $
52
53 EAPI="5"
54
55 DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
56 HOMEPAGE=""
57 SRC_URI=""
58
59 LICENSE=""
60 SLOT="1.8"
61
62 # TODO: Temporarily dropped ~sparc-solaris and ~x86-solaris as oracle-jre-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="|| (
68 =virtual/jdk-1.8.0*
69 =dev-java/oracle-jre-bin-1.8.0*
70 )"
71 DEPEND=""