Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.5.0.ebuild ChangeLog
Date: Wed, 04 Jan 2012 09:12:01
Message-Id: 20120104091151.63DD22004B@flycatcher.gentoo.org
1 sera 12/01/04 09:11:51
2
3 Modified: jdk-1.5.0.ebuild ChangeLog
4 Log:
5 Drop ia64 support #345433
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.20 virtual/jdk/jdk-1.5.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.5.0.ebuild?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.5.0.ebuild?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.5.0.ebuild?r1=1.19&r2=1.20
15
16 Index: jdk-1.5.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.5.0.ebuild,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- jdk-1.5.0.ebuild 4 Nov 2011 15:14:43 -0000 1.19
23 +++ jdk-1.5.0.ebuild 4 Jan 2012 09:11:51 -0000 1.20
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.5.0.ebuild,v 1.19 2011/11/04 15:14:43 caster Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.5.0.ebuild,v 1.20 2012/01/04 09:11:51 sera Exp $
30
31 DESCRIPTION="Virtual for JDK"
32 HOMEPAGE=""
33 @@ -8,7 +8,7 @@
34
35 LICENSE=""
36 SLOT="1.5"
37 -KEYWORDS="amd64 ia64 ppc ppc64 x86 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
38 +KEYWORDS="amd64 ppc ppc64 x86 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 IUSE=""
40
41 # The keyword voodoo below is needed so that ppc(64) users will
42
43
44
45 1.45 virtual/jdk/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.45&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.45&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.44&r2=1.45
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
54 retrieving revision 1.44
55 retrieving revision 1.45
56 diff -u -r1.44 -r1.45
57 --- ChangeLog 16 Dec 2011 15:04:14 -0000 1.44
58 +++ ChangeLog 4 Jan 2012 09:11:51 -0000 1.45
59 @@ -1,6 +1,9 @@
60 # ChangeLog for virtual/jdk
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.44 2011/12/16 15:04:14 grobian Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.45 2012/01/04 09:11:51 sera Exp $
65 +
66 + 04 Jan 2012; Ralph Sennhauser <sera@g.o> jdk-1.5.0.ebuild:
67 + Drop ia64 support #345433
68
69 16 Dec 2011; Fabian Groffen <grobian@g.o> jdk-1.7.0.ebuild:
70 Add Prefix keywords (now oracle-jdk-bin has them too)