public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0-r1.ebuild ChangeLog
@ 2011-12-14  9:03 Ralph Sennhauser (sera)
  0 siblings, 0 replies; 7+ messages in thread
From: Ralph Sennhauser (sera) @ 2011-12-14  9:03 UTC (permalink / raw
  To: gentoo-commits

sera        11/12/14 09:03:17

  Modified:             ChangeLog
  Added:                jdk-1.6.0-r1.ebuild
  Log:
  EAPI bump and simplification.
  Allow all KEYWORDS including not listed ones to use all VMs. #345319
  
  (Portage version: 2.1.10.39/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 virtual/jdk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	11 Nov 2011 10:54:24 -0000	1.42
+++ ChangeLog	14 Dec 2011 09:03:17 -0000	1.43
@@ -1,6 +1,12 @@
 # ChangeLog for virtual/jdk
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.42 2011/11/11 10:54:24 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.43 2011/12/14 09:03:17 sera Exp $
+
+*jdk-1.6.0-r1 (14 Dec 2011)
+
+  14 Dec 2011; Ralph Sennhauser <sera@gentoo.org> +jdk-1.6.0-r1.ebuild:
+  EAPI bump and simplification.
+  Allow all KEYWORDS including not listed ones to use all VMs. #345319
 
   11 Nov 2011; Vlastimil Babka <caster@gentoo.org> jdk-1.7.0.ebuild:
   Add icedtea-bin-7 variant.



1.1                  virtual/jdk/jdk-1.6.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: jdk-1.6.0-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.1 2011/12/14 09:03:17 sera Exp $

EAPI="4"

DESCRIPTION="Virtual for JDK"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="1.6"
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"
IUSE=""

# The keyword voodoo below is needed to work around confilcting masking types
# and for having arch specific preferences.
# All VMs must be listed in the no use flag enabled case which reflects the
# default order for amd64 and x86.

# This is that ppc(64) users will get a masked license warning for ibm-jdk-bin
# instead of (not useful) missing keyword warning for sun-jdk. #287615
PPC_OPTS="|| (
	=dev-java/ibm-jdk-bin-1.6.0*
	=dev-java/icedtea-6* )"

# Prefix defaults - prefer sun-jdk over icedtea
PREFIX_OPTS="|| (
	=dev-java/icedtea-bin-6*
	=dev-java/icedtea-bin-1*
	=dev-java/sun-jdk-1.6.0* )"

# icedtea-bin-1* is old versioning scheme of icedtea-bin-6*
RDEPEND="|| (
	ppc? ( ${PPC_OPTS} )
	ppc64? ( ${PPC_OPTS} )
	prefix? ( ${PREFIX_OPTS} )
	=dev-java/icedtea-bin-6*
	=dev-java/icedtea-bin-1*
	=dev-java/icedtea-6*
	=dev-java/sun-jdk-1.6.0*
	=dev-java/ibm-jdk-bin-1.6.0*
	=dev-java/hp-jdk-bin-1.6.0*
	=dev-java/diablo-jdk-1.6.0*
	=dev-java/soylatte-jdk-bin-1.0*
	=dev-java/apple-jdk-bin-1.6.0*
	=dev-java/winjdk-bin-1.6.0* )"






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0-r1.ebuild ChangeLog
@ 2012-05-10 18:34 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-10 18:34 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/10 18:34:02

  Modified:             jdk-1.6.0-r1.ebuild ChangeLog
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha103/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  virtual/jdk/jdk-1.6.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?r1=1.2&r2=1.3

Index: jdk-1.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jdk-1.6.0-r1.ebuild	15 Apr 2012 18:27:18 -0000	1.2
+++ jdk-1.6.0-r1.ebuild	10 May 2012 18:34:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.2 2012/04/15 18:27:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.3 2012/05/10 18:34:02 aballier Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="1.6"
-KEYWORDS="~amd64 ~ia64 ~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"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-fbsd ~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"
 IUSE=""
 
 # The keyword voodoo below is needed to work around confilcting masking types



1.47                 virtual/jdk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	15 Apr 2012 18:27:18 -0000	1.46
+++ ChangeLog	10 May 2012 18:34:02 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/jdk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.46 2012/04/15 18:27:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.47 2012/05/10 18:34:02 aballier Exp $
+
+  10 May 2012; Alexis Ballier <aballier@gentoo.org> jdk-1.6.0-r1.ebuild:
+  keyword ~amd64-fbsd
 
   15 Apr 2012; Mike Frysinger <vapier@gentoo.org> jdk-1.6.0-r1.ebuild,
   jdk-1.7.0.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0-r1.ebuild ChangeLog
@ 2012-07-09 17:52 Johannes Huber (johu)
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber (johu) @ 2012-07-09 17:52 UTC (permalink / raw
  To: gentoo-commits

johu        12/07/09 17:52:01

  Modified:             jdk-1.6.0-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #425456
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  virtual/jdk/jdk-1.6.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?r1=1.3&r2=1.4

Index: jdk-1.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jdk-1.6.0-r1.ebuild	10 May 2012 18:34:02 -0000	1.3
+++ jdk-1.6.0-r1.ebuild	9 Jul 2012 17:52:00 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.3 2012/05/10 18:34:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.4 2012/07/09 17:52:00 johu Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="1.6"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~ppc-aix ~amd64-fbsd ~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"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 x86 ~ppc-aix ~amd64-fbsd ~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"
 IUSE=""
 
 # The keyword voodoo below is needed to work around confilcting masking types



1.48                 virtual/jdk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	10 May 2012 18:34:02 -0000	1.47
+++ ChangeLog	9 Jul 2012 17:52:00 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/jdk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.47 2012/05/10 18:34:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.48 2012/07/09 17:52:00 johu Exp $
+
+  09 Jul 2012; Johannes Huber <johu@gentoo.org> jdk-1.6.0-r1.ebuild:
+  Stable for x86, wrt bug #425456
 
   10 May 2012; Alexis Ballier <aballier@gentoo.org> jdk-1.6.0-r1.ebuild:
   keyword ~amd64-fbsd






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0-r1.ebuild ChangeLog
@ 2012-07-09 20:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-07-09 20:43 UTC (permalink / raw
  To: gentoo-commits

ago         12/07/09 20:43:47

  Modified:             jdk-1.6.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #425456
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  virtual/jdk/jdk-1.6.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?r1=1.4&r2=1.5

Index: jdk-1.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jdk-1.6.0-r1.ebuild	9 Jul 2012 17:52:00 -0000	1.4
+++ jdk-1.6.0-r1.ebuild	9 Jul 2012 20:43:47 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.4 2012/07/09 17:52:00 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.5 2012/07/09 20:43:47 ago Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="1.6"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 x86 ~ppc-aix ~amd64-fbsd ~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"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~ppc-aix ~amd64-fbsd ~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"
 IUSE=""
 
 # The keyword voodoo below is needed to work around confilcting masking types



1.49                 virtual/jdk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	9 Jul 2012 17:52:00 -0000	1.48
+++ ChangeLog	9 Jul 2012 20:43:47 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/jdk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.48 2012/07/09 17:52:00 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.49 2012/07/09 20:43:47 ago Exp $
+
+  09 Jul 2012; Agostino Sarubbo <ago@gentoo.org> jdk-1.6.0-r1.ebuild:
+  Stable for amd64, wrt bug #425456
 
   09 Jul 2012; Johannes Huber <johu@gentoo.org> jdk-1.6.0-r1.ebuild:
   Stable for x86, wrt bug #425456






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0-r1.ebuild ChangeLog
@ 2012-12-07 19:45 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-07 19:45 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/07 19:45:50

  Modified:             jdk-1.6.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #425456
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  virtual/jdk/jdk-1.6.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?r1=1.5&r2=1.6

Index: jdk-1.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jdk-1.6.0-r1.ebuild	9 Jul 2012 20:43:47 -0000	1.5
+++ jdk-1.6.0-r1.ebuild	7 Dec 2012 19:45:50 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.5 2012/07/09 20:43:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.6 2012/12/07 19:45:50 ago Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="1.6"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~ppc-aix ~amd64-fbsd ~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"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~ppc-aix ~amd64-fbsd ~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"
 IUSE=""
 
 # The keyword voodoo below is needed to work around confilcting masking types



1.53                 virtual/jdk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	7 Dec 2012 05:05:57 -0000	1.52
+++ ChangeLog	7 Dec 2012 19:45:50 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/jdk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.52 2012/12/07 05:05:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.53 2012/12/07 19:45:50 ago Exp $
+
+  07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> jdk-1.6.0-r1.ebuild:
+  Stable for ppc, wrt bug #425456
 
   07 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> jdk-1.7.0.ebuild:
   x86 stable wrt bug #435202





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0-r1.ebuild ChangeLog
@ 2012-12-08 12:34 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-08 12:34 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/08 12:34:59

  Modified:             jdk-1.6.0-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #425456
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  virtual/jdk/jdk-1.6.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?r1=1.6&r2=1.7

Index: jdk-1.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jdk-1.6.0-r1.ebuild	7 Dec 2012 19:45:50 -0000	1.6
+++ jdk-1.6.0-r1.ebuild	8 Dec 2012 12:34:59 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.6 2012/12/07 19:45:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.7 2012/12/08 12:34:59 ago Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="1.6"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~ppc-aix ~amd64-fbsd ~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"
+KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~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"
 IUSE=""
 
 # The keyword voodoo below is needed to work around confilcting masking types



1.55                 virtual/jdk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	8 Dec 2012 04:09:48 -0000	1.54
+++ ChangeLog	8 Dec 2012 12:34:59 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/jdk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.54 2012/12/08 04:09:48 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.55 2012/12/08 12:34:59 ago Exp $
+
+  08 Dec 2012; Agostino Sarubbo <ago@gentoo.org> jdk-1.6.0-r1.ebuild:
+  Stable for ppc64, wrt bug #425456
 
   08 Dec 2012; Rick Farina <zerochaos@gentoo.org> jdk-1.7.0.ebuild:
   revert improper x86 stabilization wrt #435202 comment 2





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0-r1.ebuild ChangeLog
@ 2013-02-05  6:08 Richard Farina (zerochaos)
  0 siblings, 0 replies; 7+ messages in thread
From: Richard Farina (zerochaos) @ 2013-02-05  6:08 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/02/05 06:08:52

  Modified:             jdk-1.6.0-r1.ebuild ChangeLog
  Log:
  adding ~arm
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.8                  virtual/jdk/jdk-1.6.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild?r1=1.7&r2=1.8

Index: jdk-1.6.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jdk-1.6.0-r1.ebuild	8 Dec 2012 12:34:59 -0000	1.7
+++ jdk-1.6.0-r1.ebuild	5 Feb 2013 06:08:52 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.7 2012/12/08 12:34:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0-r1.ebuild,v 1.8 2013/02/05 06:08:52 zerochaos Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="1.6"
-KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~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"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~ppc-aix ~amd64-fbsd ~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"
 IUSE=""
 
 # The keyword voodoo below is needed to work around confilcting masking types



1.56                 virtual/jdk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jdk/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	8 Dec 2012 12:34:59 -0000	1.55
+++ ChangeLog	5 Feb 2013 06:08:52 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/jdk
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.55 2012/12/08 12:34:59 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/ChangeLog,v 1.56 2013/02/05 06:08:52 zerochaos Exp $
+
+  05 Feb 2013; Rick Farina <zerochaos@gentoo.org> jdk-1.6.0-r1.ebuild:
+  adding ~arm
 
   08 Dec 2012; Agostino Sarubbo <ago@gentoo.org> jdk-1.6.0-r1.ebuild:
   Stable for ppc64, wrt bug #425456





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-02-05  6:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 17:52 [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0-r1.ebuild ChangeLog Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-05  6:08 Richard Farina (zerochaos)
2012-12-08 12:34 Agostino Sarubbo (ago)
2012-12-07 19:45 Agostino Sarubbo (ago)
2012-07-09 20:43 Agostino Sarubbo (ago)
2012-05-10 18:34 Alexis Ballier (aballier)
2011-12-14  9:03 Ralph Sennhauser (sera)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox