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-r1.ebuild ChangeLog jdk-with-com-sun-20111111.ebuild
Date: Sun, 30 Jun 2013 09:09:17
Message-Id: 20130630090912.95A232171C@flycatcher.gentoo.org
1 tomwij 13/06/30 09:09:12
2
3 Modified: ChangeLog
4 Added: jdk-with-com-sun-20111111-r1.ebuild
5 Removed: jdk-with-com-sun-20111111.ebuild
6 Log:
7 Remove sun-jdk and sun-jre-bin from the virtuals, acked by Caster. For security bug #473830 reported by Agostino Sarubbo.
8
9 (Portage version: 2.1.12.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 6D34E57D)
10
11 Revision Changes Path
12 1.20 java-virtuals/jdk-with-com-sun/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog?rev=1.20&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog?rev=1.20&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog?r1=1.19&r2=1.20
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v
21 retrieving revision 1.19
22 retrieving revision 1.20
23 diff -u -r1.19 -r1.20
24 --- ChangeLog 4 Oct 2012 17:36:29 -0000 1.19
25 +++ ChangeLog 30 Jun 2013 09:09:12 -0000 1.20
26 @@ -1,6 +1,13 @@
27 # ChangeLog for java-virtuals/jdk-with-com-sun
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v 1.19 2012/10/04 17:36:29 sera Exp $
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/ChangeLog,v 1.20 2013/06/30 09:09:12 tomwij Exp $
32 +
33 +*jdk-with-com-sun-20111111-r1 (30 Jun 2013)
34 +
35 + 30 Jun 2013; Tom Wijsman <TomWij@g.o>
36 + +jdk-with-com-sun-20111111-r1.ebuild, -jdk-with-com-sun-20111111.ebuild:
37 + Remove sun-jdk and sun-jre-bin from the virtuals, acked by Caster. For
38 + security bug #473830 reported by Agostino Sarubbo.
39
40 04 Oct 2012; Ralph Sennhauser <sera@g.o>
41 jdk-with-com-sun-20111111.ebuild:
42 @@ -97,4 +104,3 @@
43 +jdk-with-com-sun-20080505.ebuild:
44 Rename sun-jdk virtual to jdk-with-com-sun to avoid having to specify
45 category with sun-jdk.
46 -
47
48
49
50 1.1 java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r1.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r1.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r1.ebuild?rev=1.1&content-type=text/plain
54
55 Index: jdk-with-com-sun-20111111-r1.ebuild
56 ===================================================================
57 # Copyright 1999-2013 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/java-virtuals/jdk-with-com-sun/jdk-with-com-sun-20111111-r1.ebuild,v 1.1 2013/06/30 09:09:12 tomwij Exp $
60
61 EAPI="5"
62
63 inherit java-virtuals-2
64
65 DESCRIPTION="Virtual ebuilds that require internal com.sun classes from a JDK"
66 HOMEPAGE="http://www.gentoo.org"
67 SRC_URI=""
68
69 LICENSE="public-domain"
70 SLOT="0"
71 KEYWORDS="amd64 x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
72 IUSE=""
73
74 DEPEND=""
75 RDEPEND="|| (
76 dev-java/icedtea-bin:6
77 dev-java/icedtea:6
78 dev-java/icedtea-bin:7
79 dev-java/icedtea:7
80 dev-java/oracle-jdk-bin:1.7
81 dev-java/diablo-jdk:1.6
82 dev-java/apple-jdk-bin:1.6
83 dev-java/apple-jdk-bin:1.5
84 dev-java/apple-jdk-bin:1.4
85 )"
86
87 JAVA_VIRTUAL_VM="icedtea-bin-6 icedtea6-bin icedtea-6 icedtea6 icedtea-bin-6 icedtea-bin-7 icedtea-7 oracle-jdk-bin-1.7 diablo-jdk-1.6 apple-jdk-bin-1.6 apple-jdk-bin-1.5 apple-jdk-bin-1.4"