Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0.ebuild ChangeLog
Date: Sun, 05 Jul 2009 05:10:31
Message-Id: E1MNJzh-0007u0-Mv@stork.gentoo.org
1 ali_bush 09/07/05 05:10:29
2
3 Modified: jdk-1.6.0.ebuild ChangeLog
4 Log:
5 Add ~x86-fbsd
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 virtual/jdk/jdk-1.6.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?r1=1.10&r2=1.11
14
15 Index: jdk-1.6.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- jdk-1.6.0.ebuild 24 Dec 2008 22:28:21 -0000 1.10
22 +++ jdk-1.6.0.ebuild 5 Jul 2009 05:10:29 -0000 1.11
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.10 2008/12/24 22:28:21 caster Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.11 2009/07/05 05:10:29 ali_bush Exp $
29
30 DESCRIPTION="Virtual for JDK"
31 HOMEPAGE="http://java.sun.com/"
32 @@ -8,7 +8,7 @@
33
34 LICENSE="as-is"
35 SLOT="1.6"
36 -KEYWORDS="amd64 ppc ppc64 x86"
37 +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
38 IUSE=""
39
40 # Keeps this and java-virtuals/jaf in sync
41 @@ -16,5 +16,6 @@
42 dev-java/icedtea6-bin
43 =dev-java/sun-jdk-1.6.0*
44 =dev-java/ibm-jdk-bin-1.6.0*
45 + =dev-java/diablo-jdk-1.6.0*
46 )"
47 DEPEND=""
48
49
50
51 1.23 virtual/jdk/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/ChangeLog?rev=1.23&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/ChangeLog?rev=1.23&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/ChangeLog?r1=1.22&r2=1.23
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
60 retrieving revision 1.22
61 retrieving revision 1.23
62 diff -u -r1.22 -r1.23
63 --- ChangeLog 24 Dec 2008 22:28:21 -0000 1.22
64 +++ ChangeLog 5 Jul 2009 05:10:29 -0000 1.23
65 @@ -1,6 +1,9 @@
66 # ChangeLog for virtual/jdk
67 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.22 2008/12/24 22:28:21 caster Exp $
69 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.23 2009/07/05 05:10:29 ali_bush Exp $
71 +
72 + 05 Jul 2009; Alistair Bush <ali_bush@g.o> jdk-1.6.0.ebuild:
73 + Keyword ~x86-fbsd and add diablo-jdk
74
75 24 Dec 2008; Vlastimil Babka <caster@g.o> jdk-1.6.0.ebuild:
76 Add icedtea6-bin as an alternative.