Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/jdk: ChangeLog jdk-1.6.0.ebuild
Date: Sun, 16 Dec 2007 11:12:15
Message-Id: E1J3rPj-0005lg-7Z@stork.gentoo.org
1 caster 07/12/16 11:12:07
2
3 Modified: ChangeLog jdk-1.6.0.ebuild
4 Log:
5 Add ibm-jdk-bin-1.6 to jdk-1.6 alternatives.
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.17 virtual/jdk/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 19 Oct 2007 14:55:03 -0000 1.16
22 +++ ChangeLog 16 Dec 2007 11:12:06 -0000 1.17
23 @@ -1,6 +1,9 @@
24 # ChangeLog for virtual/jdk
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.16 2007/10/19 14:55:03 wltjr Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.17 2007/12/16 11:12:06 caster Exp $
28 +
29 + 16 Dec 2007; Vlastimil Babka <caster@g.o> jdk-1.6.0.ebuild:
30 + Add ibm-jdk-bin-1.6 to jdk-1.6 alternatives.
31
32 19 Oct 2007; William L. Thomson Jr. <wltjr@g.o> jdk-1.6.0.ebuild:
33 amd64 stable, bug #194711
34
35
36
37 1.4 virtual/jdk/jdk-1.6.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?r1=1.3&r2=1.4
42
43 Index: jdk-1.6.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- jdk-1.6.0.ebuild 19 Oct 2007 14:55:03 -0000 1.3
50 +++ jdk-1.6.0.ebuild 16 Dec 2007 11:12:06 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.3 2007/10/19 14:55:03 wltjr Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.4 2007/12/16 11:12:06 caster Exp $
56
57 DESCRIPTION="Virtual for JDK"
58 HOMEPAGE="http://java.sun.com/"
59 @@ -11,5 +11,8 @@
60 KEYWORDS="amd64 x86"
61 IUSE=""
62
63 -RDEPEND="=dev-java/sun-jdk-1.6.0*"
64 +RDEPEND="|| (
65 + =dev-java/sun-jdk-1.6.0*
66 + =dev-java/ibm-jdk-bin-1.6.0*
67 + )"
68 DEPEND=""
69
70
71
72 --
73 gentoo-commits@g.o mailing list