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.ebuild
@ 2008-04-28  0:54 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 2+ messages in thread
From: Petteri Raty (betelgeuse) @ 2008-04-28  0:54 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    08/04/28 00:54:28

  Modified:             jdk-1.6.0.ebuild
  Log:
  Add a note about keeping java-virtuals/jaf in sync.
  (Portage version: 2.1.5_rc6)

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

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

Index: jdk-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jdk-1.6.0.ebuild	18 Jan 2008 01:41:42 -0000	1.6
+++ jdk-1.6.0.ebuild	28 Apr 2008 00:54:28 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.6 2008/01/18 01:41:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.7 2008/04/28 00:54:28 betelgeuse Exp $
 
 DESCRIPTION="Virtual for JDK"
 HOMEPAGE="http://java.sun.com/"
@@ -11,6 +11,7 @@
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
+# Keeps this and java-virtuals/jaf in sync
 RDEPEND="|| (
 		=dev-java/sun-jdk-1.6.0*
 		=dev-java/ibm-jdk-bin-1.6.0*



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0.ebuild
@ 2009-12-17  9:50 Markus Duft (mduft)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Duft (mduft) @ 2009-12-17  9:50 UTC (permalink / raw
  To: gentoo-commits

mduft       09/12/17 09:50:12

  Modified:             jdk-1.6.0.ebuild
  Log:
  keyworded ~ia64-hpux and ~hppa-hpux
  (Portage version: 2.2.00.14771-prefix/cvs/Linux i686)

Revision  Changes    Path
1.13                 virtual/jdk/jdk-1.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild?r1=1.12&r2=1.13

Index: jdk-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- jdk-1.6.0.ebuild	15 Dec 2009 19:47:05 -0000	1.12
+++ jdk-1.6.0.ebuild	17 Dec 2009 09:50:11 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.12 2009/12/15 19:47:05 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jdk/jdk-1.6.0.ebuild,v 1.13 2009/12/17 09:50:11 mduft Exp $
 
 DESCRIPTION="Virtual for JDK"
 HOMEPAGE="http://java.sun.com/"
@@ -8,7 +8,7 @@
 
 LICENSE="as-is"
 SLOT="1.6"
-KEYWORDS="amd64 ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+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"
 IUSE=""
 
 # Keeps this and java-virtuals/jaf in sync






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

end of thread, other threads:[~2009-12-17  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-28  0:54 [gentoo-commits] gentoo-x86 commit in virtual/jdk: jdk-1.6.0.ebuild Petteri Raty (betelgeuse)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-17  9:50 Markus Duft (mduft)

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