Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0.ebuild ChangeLog
Date: Tue, 03 May 2011 14:03:00
Message-Id: 20110503140249.25B8C20054@flycatcher.gentoo.org
1 grobian 11/05/03 14:02:49
2
3 Modified: jdk-1.6.0.ebuild ChangeLog
4 Log:
5 Fix for and keyword ~x64-freebsd
6
7 (Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)
8
9 Revision Changes Path
10 1.20 virtual/jdk/jdk-1.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?r1=1.19&r2=1.20
15
16 Index: jdk-1.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- jdk-1.6.0.ebuild 13 Feb 2011 11:46:22 -0000 1.19
23 +++ jdk-1.6.0.ebuild 3 May 2011 14:02:49 -0000 1.20
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 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.19 2011/02/13 11:46:22 caster Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.20 2011/05/03 14:02:49 grobian Exp $
29
30 DESCRIPTION="Virtual for JDK"
31 HOMEPAGE=""
32 @@ -8,7 +8,7 @@
33
34 LICENSE=""
35 SLOT="1.6"
36 -KEYWORDS="amd64 ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
37 +KEYWORDS="amd64 ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
38 IUSE=""
39
40 # Keeps this and java-virtuals/jaf in sync
41
42
43
44 1.36 virtual/jdk/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.36&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.36&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.35&r2=1.36
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
53 retrieving revision 1.35
54 retrieving revision 1.36
55 diff -u -r1.35 -r1.36
56 --- ChangeLog 13 Feb 2011 11:46:22 -0000 1.35
57 +++ ChangeLog 3 May 2011 14:02:49 -0000 1.36
58 @@ -1,6 +1,9 @@
59 # ChangeLog for virtual/jdk
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.35 2011/02/13 11:46:22 caster Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.36 2011/05/03 14:02:49 grobian Exp $
63 +
64 + 03 May 2011; Fabian Groffen <grobian@g.o> jdk-1.6.0.ebuild:
65 + Marked ~x64-freebsd
66
67 13 Feb 2011; Vlastimil Babka <caster@g.o> jdk-1.6.0.ebuild:
68 Reorganize the keyword-specific logic for better readability (and more