Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in java-virtuals/jdk-with-com-sun: jdk-with-com-sun-20111111-r2.ebuild ChangeLog
Date: Sat, 03 May 2014 18:53:41
Message-Id: 20140503185336.789AA2004C@flycatcher.gentoo.org
1 tomwij 14/05/03 18:53:36
2
3 Modified: ChangeLog
4 Added: jdk-with-com-sun-20111111-r2.ebuild
5 Log:
6 Support oracle-jdk-bin-1.8.
7
8 (Portage version: HEAD/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.21 java-virtuals/jdk-with-com-sun/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 30 Jun 2013 09:09:12 -0000 1.20
24 +++ ChangeLog 3 May 2014 18:53:36 -0000 1.21
25 @@ -1,6 +1,12 @@
26 # ChangeLog for java-virtuals/jdk-with-com-sun
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v 1.20 2013/06/30 09:09:12 tomwij Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v 1.21 2014/05/03 18:53:36 tomwij Exp $
31 +
32 +*jdk-with-com-sun-20111111-r2 (03 May 2014)
33 +
34 + 03 May 2014; Tom Wijsman <TomWij@g.o>
35 + +jdk-with-com-sun-20111111-r2.ebuild:
36 + Support oracle-jdk-bin-1.8.
37
38 *jdk-with-com-sun-20111111-r1 (30 Jun 2013)
39
40
41
42
43 1.1 java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: jdk-with-com-sun-20111111-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r2.ebuild,v 1.1 2014/05/03 18:53:36 tomwij Exp $
53
54 EAPI="5"
55
56 inherit java-virtuals-2
57
58 DESCRIPTION="Virtual ebuilds that require internal com.sun classes from a JDK"
59 HOMEPAGE="http://www.gentoo.org"
60 SRC_URI=""
61
62 LICENSE="public-domain"
63 SLOT="0"
64 KEYWORDS="amd64 x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
65 IUSE=""
66
67 DEPEND=""
68 RDEPEND="|| (
69 dev-java/icedtea-bin:6
70 dev-java/icedtea:6
71 dev-java/icedtea-bin:7
72 dev-java/icedtea:7
73 dev-java/oracle-jdk-bin:1.7
74 dev-java/oracle-jdk-bin:1.8
75 dev-java/diablo-jdk:1.6
76 dev-java/apple-jdk-bin:1.6
77 dev-java/apple-jdk-bin:1.5
78 dev-java/apple-jdk-bin:1.4
79 )"
80
81 JAVA_VIRTUAL_VM="icedtea-bin-6 icedtea6-bin icedtea-6 icedtea6 icedtea-bin-6 icedtea-bin-7 icedtea-7 oracle-jdk-bin-1.7 oracle-jdk-bin-1.8 diablo-jdk-1.6 apple-jdk-bin-1.6 apple-jdk-bin-1.5 apple-jdk-bin-1.4"