public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-09-04 10:38 Patrice Clement
  0 siblings, 0 replies; 53+ messages in thread
From: Patrice Clement @ 2016-09-04 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     53ec22f6328d748001709158d37ba4bf834e7dca
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 19:34:44 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 10:38:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ec22f6

virtual/jdk: keyword for ~arm64.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2169

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 virtual/jdk/jdk-1.8.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r3.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild
index ce1ad25..f1b9f54 100644
--- a/virtual/jdk/jdk-1.8.0-r3.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r3.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
 		dev-java/icedtea-bin:8


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2024-09-19 20:18 Jakov Smolić
  0 siblings, 0 replies; 53+ messages in thread
From: Jakov Smolić @ 2024-09-19 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a8b2061ea7695101aac9902704ad14c167ba61dc
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 19 20:18:24 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 20:18:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b2061e

virtual/jdk: Keyword 21 riscv, #939808

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 virtual/jdk/jdk-21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/jdk/jdk-21.ebuild b/virtual/jdk/jdk-21.ebuild
index 409c2ad98324..0b469d838fcf 100644
--- a/virtual/jdk/jdk-21.ebuild
+++ b/virtual/jdk/jdk-21.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="headless-awt"
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2024-09-18 12:43 Miroslav Šulc
  0 siblings, 0 replies; 53+ messages in thread
From: Miroslav Šulc @ 2024-09-18 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ad28e7f8c9af5983ac110456a2964f301e56fc53
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Sep 18 04:28:16 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 12:43:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad28e7f8

virtual/jdk: add 23

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/38658/commits/9e7549a5a02a2e68ee45cdfc71e86e15fe949fbe
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 virtual/jdk/jdk-23.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/virtual/jdk/jdk-23.ebuild b/virtual/jdk/jdk-23.ebuild
new file mode 100644
index 000000000000..5a23aeed9722
--- /dev/null
+++ b/virtual/jdk/jdk-23.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+#	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="headless-awt"
+
+RDEPEND="|| (
+		dev-java/openjdk-bin:${SLOT}[gentoo-vm(+),headless-awt=]
+		dev-java/openjdk:${SLOT}[gentoo-vm(+),headless-awt=]
+)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2024-07-21 11:35 Miroslav Šulc
  0 siblings, 0 replies; 53+ messages in thread
From: Miroslav Šulc @ 2024-07-21 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     489b6daa0c2f82def4251025164cbfcc690cf137
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Jul 18 04:47:25 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 11:27:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489b6daa

virtual/jdk: add 24

- unkeyworded since java 24 has no LTS
- not for production

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 virtual/jdk/jdk-24.ebuild | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/virtual/jdk/jdk-24.ebuild b/virtual/jdk/jdk-24.ebuild
new file mode 100644
index 000000000000..fa432422ec6c
--- /dev/null
+++ b/virtual/jdk/jdk-24.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+#	KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="headless-awt"
+
+RDEPEND="dev-java/openjdk-bin:${SLOT}[gentoo-vm(+),headless-awt=]"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2024-04-08  7:15 Miroslav Šulc
  0 siblings, 0 replies; 53+ messages in thread
From: Miroslav Šulc @ 2024-04-08  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     34cbccc71c4950d06a422d5aeacf7f4e5ffa39b2
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Apr  1 15:24:55 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 07:14:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34cbccc7

virtual/jdk: drop dev-java/icedtea-bin

it was erroneously re-added.

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 virtual/jdk/{jdk-1.8.0-r8.ebuild => jdk-1.8.0-r9.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r8.ebuild b/virtual/jdk/jdk-1.8.0-r9.ebuild
similarity index 90%
rename from virtual/jdk/jdk-1.8.0-r8.ebuild
rename to virtual/jdk/jdk-1.8.0-r9.ebuild
index ef8c2961a8e1..5fc6997249a2 100644
--- a/virtual/jdk/jdk-1.8.0-r8.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r9.ebuild
@@ -11,5 +11,4 @@ IUSE="headless-awt"
 RDEPEND="|| (
 		dev-java/openjdk-bin:8[headless-awt=]
 		dev-java/openjdk:8[headless-awt=]
-		dev-java/icedtea-bin:8[headless-awt=]
 )"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2024-02-19  9:03 Miroslav Šulc
  0 siblings, 0 replies; 53+ messages in thread
From: Miroslav Šulc @ 2024-02-19  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ca368abe6eb1af863793cc159780d279d391379a
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Feb 19 08:10:53 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 09:03:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca368abe

virtual/jdk: re-add dev-java/icedtea-bin

Bug: https://bugs.gentoo.org/924945
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 virtual/jdk/{jdk-1.8.0-r7.ebuild => jdk-1.8.0-r8.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virtual/jdk/jdk-1.8.0-r7.ebuild b/virtual/jdk/jdk-1.8.0-r8.ebuild
similarity index 90%
rename from virtual/jdk/jdk-1.8.0-r7.ebuild
rename to virtual/jdk/jdk-1.8.0-r8.ebuild
index 5fc6997249a2..ef8c2961a8e1 100644
--- a/virtual/jdk/jdk-1.8.0-r7.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r8.ebuild
@@ -11,4 +11,5 @@ IUSE="headless-awt"
 RDEPEND="|| (
 		dev-java/openjdk-bin:8[headless-awt=]
 		dev-java/openjdk:8[headless-awt=]
+		dev-java/icedtea-bin:8[headless-awt=]
 )"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2024-02-16 11:22 Miroslav Šulc
  0 siblings, 0 replies; 53+ messages in thread
From: Miroslav Šulc @ 2024-02-16 11:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1ed495e1ff043670b7c04dcc32aa03960a749a5e
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Feb 14 13:37:35 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 11:21:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed495e1

virtual/jdk: drop dev-java/icedtea{,-bin}

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 virtual/jdk/{jdk-1.8.0-r6.ebuild => jdk-1.8.0-r7.ebuild} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/virtual/jdk/jdk-1.8.0-r6.ebuild b/virtual/jdk/jdk-1.8.0-r7.ebuild
similarity index 75%
rename from virtual/jdk/jdk-1.8.0-r6.ebuild
rename to virtual/jdk/jdk-1.8.0-r7.ebuild
index db1d7c529ff3..5fc6997249a2 100644
--- a/virtual/jdk/jdk-1.8.0-r6.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,6 +11,4 @@ IUSE="headless-awt"
 RDEPEND="|| (
 		dev-java/openjdk-bin:8[headless-awt=]
 		dev-java/openjdk:8[headless-awt=]
-		dev-java/icedtea-bin:8[headless-awt=]
-		dev-java/icedtea:8[headless-awt=]
 )"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2023-10-28 10:00 Florian Schmaus
  0 siblings, 0 replies; 53+ messages in thread
From: Florian Schmaus @ 2023-10-28 10:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5c2aebacd54d63b9285a188cd348c08aa47fa242
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 09:59:08 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 09:59:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2aebac

virtual/jdk: add 21

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 virtual/jdk/jdk-21.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/virtual/jdk/jdk-21.ebuild b/virtual/jdk/jdk-21.ebuild
new file mode 100644
index 000000000000..409c2ad98324
--- /dev/null
+++ b/virtual/jdk/jdk-21.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="headless-awt"
+
+RDEPEND="|| (
+		dev-java/openjdk-bin:${SLOT}[gentoo-vm(+),headless-awt=]
+		dev-java/openjdk:${SLOT}[gentoo-vm(+),headless-awt=]
+)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2022-08-11 22:53 Yixun Lan
  0 siblings, 0 replies; 53+ messages in thread
From: Yixun Lan @ 2022-08-11 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c9139df5f4da9af7247ff539a3f53688a9b4094b
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 22:36:21 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 22:51:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9139df5

virtual/jdk: keyword 17 for ~riscv

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 virtual/jdk/jdk-17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-17.ebuild b/virtual/jdk/jdk-17.ebuild
index 4c3f45fc8d30..d221cfbe93df 100644
--- a/virtual/jdk/jdk-17.ebuild
+++ b/virtual/jdk/jdk-17.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
 IUSE="headless-awt"
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2022-08-11 22:53 Yixun Lan
  0 siblings, 0 replies; 53+ messages in thread
From: Yixun Lan @ 2022-08-11 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ba9e0530dd043b683fc11f25745fa039014ca21a
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 22:36:02 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 22:51:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9e0530

virtual/jdk: keyword 11-r2 for ~riscv

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 virtual/jdk/jdk-11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-11-r2.ebuild b/virtual/jdk/jdk-11-r2.ebuild
index 7032cca35142..25d3c5f9211a 100644
--- a/virtual/jdk/jdk-11-r2.ebuild
+++ b/virtual/jdk/jdk-11-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
 IUSE="headless-awt"
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2022-06-19  5:24 Sam James
  0 siblings, 0 replies; 53+ messages in thread
From: Sam James @ 2022-06-19  5:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c3cdcd93e649edae1ccd7f19db9f07ac7d3ff5bf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 05:24:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 05:24:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cdcd93

virtual/jdk: Stabilize 17 ALLARCHES, #845225

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/jdk/jdk-17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-17.ebuild b/virtual/jdk/jdk-17.ebuild
index 3d55a5852c97..4c3f45fc8d30 100644
--- a/virtual/jdk/jdk-17.ebuild
+++ b/virtual/jdk/jdk-17.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 IUSE="headless-awt"
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2022-05-18 19:13 Arthur Zamarin
  0 siblings, 0 replies; 53+ messages in thread
From: Arthur Zamarin @ 2022-05-18 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     113a386ce5d2fc5a88ee19aaa6b8a234268dc879
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 19:12:58 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May 18 19:12:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113a386c

virtual/jdk: Keyword 17 x86, #836775

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/jdk/jdk-17.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/jdk/jdk-17.ebuild b/virtual/jdk/jdk-17.ebuild
index 56e0de933b79..3d55a5852c97 100644
--- a/virtual/jdk/jdk-17.ebuild
+++ b/virtual/jdk/jdk-17.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="headless-awt"
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2022-03-27 17:18 Arthur Zamarin
  0 siblings, 0 replies; 53+ messages in thread
From: Arthur Zamarin @ 2022-03-27 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     785db825a2192dd0dc5f39faa6bd0797efb7f558
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 17:18:21 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 17:18:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785db825

virtual/jdk: Stabilize 11-r2 x86, #835427

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/jdk/jdk-11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-11-r2.ebuild b/virtual/jdk/jdk-11-r2.ebuild
index 53f630ccf944..7032cca35142 100644
--- a/virtual/jdk/jdk-11-r2.ebuild
+++ b/virtual/jdk/jdk-11-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 IUSE="headless-awt"
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2022-02-16 20:25 Georgy Yakovlev
  0 siblings, 0 replies; 53+ messages in thread
From: Georgy Yakovlev @ 2022-02-16 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     cc662cb1403902b99fcf9b7ff8f9fe0c385b884f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 20:25:14 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 20:25:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc662cb1

virtual/jdk: Stabilize 11-r2 ppc64, #832523

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jdk/jdk-11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-11-r2.ebuild b/virtual/jdk/jdk-11-r2.ebuild
index 77edafacdace..53f630ccf944 100644
--- a/virtual/jdk/jdk-11-r2.ebuild
+++ b/virtual/jdk/jdk-11-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
 IUSE="headless-awt"
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2022-02-02 20:52 Arthur Zamarin
  0 siblings, 0 replies; 53+ messages in thread
From: Arthur Zamarin @ 2022-02-02 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8043df7239a441095ee38b205b0bf322f4756585
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 20:52:42 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 20:52:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8043df72

virtual/jdk: Stabilize 11-r2 arm64, #832523

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/jdk/jdk-11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-11-r2.ebuild b/virtual/jdk/jdk-11-r2.ebuild
index 61aa13d8b110..77edafacdace 100644
--- a/virtual/jdk/jdk-11-r2.ebuild
+++ b/virtual/jdk/jdk-11-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
 IUSE="headless-awt"
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2022-02-02  6:27 Sam James
  0 siblings, 0 replies; 53+ messages in thread
From: Sam James @ 2022-02-02  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c0eb30f0f51fd5d8ced3e4108f05c5d667ae5e3d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 06:27:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 06:27:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0eb30f0

virtual/jdk: Stabilize 11-r2 amd64, #832523

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/jdk/jdk-11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-11-r2.ebuild b/virtual/jdk/jdk-11-r2.ebuild
index 1e44f9330a45..61aa13d8b110 100644
--- a/virtual/jdk/jdk-11-r2.ebuild
+++ b/virtual/jdk/jdk-11-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="headless-awt"
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2022-01-20  7:23 Georgy Yakovlev
  0 siblings, 0 replies; 53+ messages in thread
From: Georgy Yakovlev @ 2022-01-20  7:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c362337062957dd41e8174daedc678fbcdb4507e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 07:11:59 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 07:23:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3623370

virtual/jdk: keyword 11-r2 for ~x86

Bug: https://bugs.gentoo.org/729790
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jdk/jdk-11-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/jdk/jdk-11-r2.ebuild b/virtual/jdk/jdk-11-r2.ebuild
index d7963a0f6c84..1e44f9330a45 100644
--- a/virtual/jdk/jdk-11-r2.ebuild
+++ b/virtual/jdk/jdk-11-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="headless-awt"
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2021-10-16 17:50 Georgy Yakovlev
  0 siblings, 0 replies; 53+ messages in thread
From: Georgy Yakovlev @ 2021-10-16 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     81445a479f68832b381570ba575e1e0e52d889a2
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 17:41:20 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 17:48:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81445a47

virtual/jdk: add 17

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jdk/jdk-17.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/virtual/jdk/jdk-17.ebuild b/virtual/jdk/jdk-17.ebuild
new file mode 100644
index 00000000000..56e0de933b7
--- /dev/null
+++ b/virtual/jdk/jdk-17.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+IUSE="headless-awt"
+
+RDEPEND="|| (
+		dev-java/openjdk-bin:${SLOT}[gentoo-vm(+),headless-awt=]
+		dev-java/openjdk:${SLOT}[gentoo-vm(+),headless-awt=]
+)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2021-07-16  9:49 Florian Schmaus
  0 siblings, 0 replies; 53+ messages in thread
From: Florian Schmaus @ 2021-07-16  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     86faba4c2d3d164a9f52adbb16f6b9b6643c72e8
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Jul 16 07:05:57 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 09:49:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86faba4c

virtual/jdk: remove obsolete

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/21670
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 virtual/jdk/jdk-11-r1.ebuild | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/virtual/jdk/jdk-11-r1.ebuild b/virtual/jdk/jdk-11-r1.ebuild
deleted file mode 100644
index 4548106d09b..00000000000
--- a/virtual/jdk/jdk-11-r1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
-
-RDEPEND="|| (
-		dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)]
-		dev-java/openjdk:${SLOT}[gentoo-vm(+)]
-)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2021-07-16  9:49 Florian Schmaus
  0 siblings, 0 replies; 53+ messages in thread
From: Florian Schmaus @ 2021-07-16  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     49825ff49b161b6b8909608b22a43459a8818f19
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Jul 16 07:04:35 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 09:49:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49825ff4

virtual/jdk: fix QA message

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 virtual/jdk/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/metadata.xml b/virtual/jdk/metadata.xml
index 3ebbb6191ee..f07a294e100 100644
--- a/virtual/jdk/metadata.xml
+++ b/virtual/jdk/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Java</name>
 	</maintainer>
 	<use>
-		 <flag name="headless-awt">Don't install the X backend for AWT, needed by some GUIs</flag>
+		<flag name="headless-awt">Don't install the X backend for AWT, needed by some GUIs</flag>
 	</use>
 	<stabilize-allarches/>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2021-07-16  6:58 Miroslav Šulc
  0 siblings, 0 replies; 53+ messages in thread
From: Miroslav Šulc @ 2021-07-16  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     91b9d579cdfc6a92c37f85a7beb82e80b05dccc3
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 16 06:58:01 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 06:58:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b9d579

virtual/jdk: copied stable to 1.8.0-r6, dropped old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 virtual/jdk/jdk-1.8.0-r5.ebuild | 15 ---------------
 virtual/jdk/jdk-1.8.0-r6.ebuild |  2 +-
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/virtual/jdk/jdk-1.8.0-r5.ebuild b/virtual/jdk/jdk-1.8.0-r5.ebuild
deleted file mode 100644
index f20b926921f..00000000000
--- a/virtual/jdk/jdk-1.8.0-r5.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="1.8"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris"
-
-RDEPEND="|| (
-		dev-java/openjdk-bin:8
-		dev-java/openjdk:8
-		dev-java/icedtea-bin:8
-		dev-java/icedtea:8
-)"

diff --git a/virtual/jdk/jdk-1.8.0-r6.ebuild b/virtual/jdk/jdk-1.8.0-r6.ebuild
index e284632739b..62bdccc8153 100644
--- a/virtual/jdk/jdk-1.8.0-r6.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r6.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris"
 IUSE="headless-awt"
 
 RDEPEND="|| (


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2021-07-16  6:29 Miroslav Šulc
  0 siblings, 0 replies; 53+ messages in thread
From: Miroslav Šulc @ 2021-07-16  6:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2267a9aff4d5f488c7c86c2fa809aa33961fa81d
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Jul 15 11:47:59 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Jul 16 06:24:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2267a9af

virtual/jdk: introduce headless-awt flag

Bug: https://bugs.gentoo.org/801277
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 virtual/jdk/jdk-1.8.0-r6.ebuild | 16 ++++++++++++++++
 virtual/jdk/jdk-11-r2.ebuild    | 14 ++++++++++++++
 virtual/jdk/metadata.xml        |  3 +++
 3 files changed, 33 insertions(+)

diff --git a/virtual/jdk/jdk-1.8.0-r6.ebuild b/virtual/jdk/jdk-1.8.0-r6.ebuild
new file mode 100644
index 00000000000..e284632739b
--- /dev/null
+++ b/virtual/jdk/jdk-1.8.0-r6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="1.8"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris"
+IUSE="headless-awt"
+
+RDEPEND="|| (
+		dev-java/openjdk-bin:8[headless-awt=]
+		dev-java/openjdk:8[headless-awt=]
+		dev-java/icedtea-bin:8[headless-awt=]
+		dev-java/icedtea:8[headless-awt=]
+)"

diff --git a/virtual/jdk/jdk-11-r2.ebuild b/virtual/jdk/jdk-11-r2.ebuild
new file mode 100644
index 00000000000..d7963a0f6c8
--- /dev/null
+++ b/virtual/jdk/jdk-11-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+IUSE="headless-awt"
+
+RDEPEND="|| (
+		dev-java/openjdk-bin:${SLOT}[gentoo-vm(+),headless-awt=]
+		dev-java/openjdk:${SLOT}[gentoo-vm(+),headless-awt=]
+)"

diff --git a/virtual/jdk/metadata.xml b/virtual/jdk/metadata.xml
index e6adb0833e2..3ebbb6191ee 100644
--- a/virtual/jdk/metadata.xml
+++ b/virtual/jdk/metadata.xml
@@ -5,5 +5,8 @@
 		<email>java@gentoo.org</email>
 		<name>Java</name>
 	</maintainer>
+	<use>
+		 <flag name="headless-awt">Don't install the X backend for AWT, needed by some GUIs</flag>
+	</use>
 	<stabilize-allarches/>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2020-09-19  8:07 Georgy Yakovlev
  0 siblings, 0 replies; 53+ messages in thread
From: Georgy Yakovlev @ 2020-09-19  8:07 UTC (permalink / raw
  To: gentoo-commits

commit:     b6c379404a1146596eca6e535e27c2f9ffdd9c87
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 07:47:48 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 08:05:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c37940

virtual/jdk: 1.8.0-r5 stable

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jdk/jdk-1.8.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r5.ebuild b/virtual/jdk/jdk-1.8.0-r5.ebuild
index 02eb7d76ea4..714e6853a53 100644
--- a/virtual/jdk/jdk-1.8.0-r5.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r5.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
 		dev-java/openjdk-bin:8


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2020-09-19  8:07 Georgy Yakovlev
  0 siblings, 0 replies; 53+ messages in thread
From: Georgy Yakovlev @ 2020-09-19  8:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6fdc35648cef346db47718728ea5b0dd4bb3f959
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 07:50:46 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 08:05:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdc3564

virtual/jdk: add ~arm keyword to 11

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jdk/jdk-11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-11-r1.ebuild b/virtual/jdk/jdk-11-r1.ebuild
index 556db1627c6..4548106d09b 100644
--- a/virtual/jdk/jdk-11-r1.ebuild
+++ b/virtual/jdk/jdk-11-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 
 RDEPEND="|| (
 		dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)]


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2020-09-19  8:07 Georgy Yakovlev
  0 siblings, 0 replies; 53+ messages in thread
From: Georgy Yakovlev @ 2020-09-19  8:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5b642ddcd5fd7dccff144a873ada94f405701ab6
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 07:48:27 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 08:05:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b642ddc

virtual/jdk: drop old

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jdk/jdk-1.8.0-r3.ebuild | 14 --------------
 virtual/jdk/jdk-1.8.0-r4.ebuild | 16 ----------------
 virtual/jdk/jdk-11.ebuild       | 14 --------------
 3 files changed, 44 deletions(-)

diff --git a/virtual/jdk/jdk-1.8.0-r3.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild
deleted file mode 100644
index 29946e2b7fa..00000000000
--- a/virtual/jdk/jdk-1.8.0-r3.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="1.8"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
-
-RDEPEND="|| (
-		dev-java/icedtea-bin:8
-		dev-java/icedtea:8
-		dev-java/oracle-jdk-bin:1.8
-	)"

diff --git a/virtual/jdk/jdk-1.8.0-r4.ebuild b/virtual/jdk/jdk-1.8.0-r4.ebuild
deleted file mode 100644
index 4c4dec17876..00000000000
--- a/virtual/jdk/jdk-1.8.0-r4.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="1.8"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
-
-RDEPEND="|| (
-		dev-java/icedtea-bin:8
-		dev-java/icedtea:8
-		dev-java/openjdk-bin:8[gentoo-vm(+)]
-		dev-java/openjdk:8[gentoo-vm(+)]
-		dev-java/oracle-jdk-bin:1.8
-	)"

diff --git a/virtual/jdk/jdk-11.ebuild b/virtual/jdk/jdk-11.ebuild
deleted file mode 100644
index ece992cf94d..00000000000
--- a/virtual/jdk/jdk-11.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
-
-RDEPEND="|| (
-		dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)]
-		dev-java/openjdk:${SLOT}[gentoo-vm(+)]
-		dev-java/oracle-jdk-bin:${SLOT}[gentoo-vm(+)]
-	)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2020-09-19  3:12 Georgy Yakovlev
  0 siblings, 0 replies; 53+ messages in thread
From: Georgy Yakovlev @ 2020-09-19  3:12 UTC (permalink / raw
  To: gentoo-commits

commit:     83a1e5413257ef13dec0e480a3096091d3682856
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 03:07:30 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 03:11:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a1e541

virtual/jdk: revbump 11, remove oracle provider

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jdk/jdk-11-r1.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/virtual/jdk/jdk-11-r1.ebuild b/virtual/jdk/jdk-11-r1.ebuild
new file mode 100644
index 00000000000..556db1627c6
--- /dev/null
+++ b/virtual/jdk/jdk-11-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+RDEPEND="|| (
+		dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)]
+		dev-java/openjdk:${SLOT}[gentoo-vm(+)]
+)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2020-09-19  3:12 Georgy Yakovlev
  0 siblings, 0 replies; 53+ messages in thread
From: Georgy Yakovlev @ 2020-09-19  3:12 UTC (permalink / raw
  To: gentoo-commits

commit:     aebb1a4d39b51d9192880b5ee08b5451ea558304
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 03:04:10 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 03:11:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebb1a4d

virtual/jdk: revbump 1.8.0, move openjdk to preferred

and remove oracle as provider

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jdk/jdk-1.8.0-r5.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/jdk/jdk-1.8.0-r5.ebuild b/virtual/jdk/jdk-1.8.0-r5.ebuild
new file mode 100644
index 00000000000..02eb7d76ea4
--- /dev/null
+++ b/virtual/jdk/jdk-1.8.0-r5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="1.8"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+
+RDEPEND="|| (
+		dev-java/openjdk-bin:8
+		dev-java/openjdk:8
+		dev-java/icedtea-bin:8
+		dev-java/icedtea:8
+)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2019-12-03  1:30 Georgy Yakovlev
  0 siblings, 0 replies; 53+ messages in thread
From: Georgy Yakovlev @ 2019-12-03  1:30 UTC (permalink / raw
  To: gentoo-commits

commit:     bf88c02072d82282e20bc128c57682348f65dd8c
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  3 01:29:15 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 01:30:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf88c020

virtual/jdk: ppc64 stable, bug #698808

Bug: https://bugs.gentoo.org/698808
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jdk/jdk-1.8.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r4.ebuild b/virtual/jdk/jdk-1.8.0-r4.ebuild
index 82c4452a4f9..4c4dec17876 100644
--- a/virtual/jdk/jdk-1.8.0-r4.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r4.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
 		dev-java/icedtea-bin:8


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2019-11-11 15:04 Aaron Bauman
  0 siblings, 0 replies; 53+ messages in thread
From: Aaron Bauman @ 2019-11-11 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     cda12861423fc99875b8c845d8a660fbb06bffba
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 02:40:09 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 15:04:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda12861

virtual/jdk: arm64 stable (bug #698808)

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

 virtual/jdk/jdk-1.8.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r4.ebuild b/virtual/jdk/jdk-1.8.0-r4.ebuild
index 44661251980..82c4452a4f9 100644
--- a/virtual/jdk/jdk-1.8.0-r4.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r4.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
 		dev-java/icedtea-bin:8


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2019-10-30 12:26 Agostino Sarubbo
  0 siblings, 0 replies; 53+ messages in thread
From: Agostino Sarubbo @ 2019-10-30 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     059a044423cfda626d47300c18594f72947ebfcf
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 12:26:17 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 12:26:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059a0444

virtual/jdk: amd64 stable wrt bug #698808

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/jdk/jdk-1.8.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r4.ebuild b/virtual/jdk/jdk-1.8.0-r4.ebuild
index 589862862cb..44661251980 100644
--- a/virtual/jdk/jdk-1.8.0-r4.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r4.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
 		dev-java/icedtea-bin:8


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2019-02-01  9:09 Georgy Yakovlev
  0 siblings, 0 replies; 53+ messages in thread
From: Georgy Yakovlev @ 2019-02-01  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     98a5a71b1cb2ac442d5dc06d02da4b41f8aa3164
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  1 08:15:47 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Feb  1 09:07:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a5a71b

virtual/jdk: add openjdk{,-bin} to virtual

Closes: https://bugs.gentoo.org/672058
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jdk/jdk-1.8.0-r4.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/virtual/jdk/jdk-1.8.0-r4.ebuild b/virtual/jdk/jdk-1.8.0-r4.ebuild
new file mode 100644
index 00000000000..589862862cb
--- /dev/null
+++ b/virtual/jdk/jdk-1.8.0-r4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="1.8"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+
+RDEPEND="|| (
+		dev-java/icedtea-bin:8
+		dev-java/icedtea:8
+		dev-java/openjdk-bin:8[gentoo-vm(+)]
+		dev-java/openjdk:8[gentoo-vm(+)]
+		dev-java/oracle-jdk-bin:1.8
+	)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2019-01-17  9:50 Miroslav Šulc
  0 siblings, 0 replies; 53+ messages in thread
From: Miroslav Šulc @ 2019-01-17  9:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e5fadc5fd84045340cd7204266745592e63454a5
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 09:09:19 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 09:50:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fadc5f

virtual/jdk-9: removed - jdk 9 is going to be removed from the tree

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 virtual/jdk/jdk-9.ebuild | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/virtual/jdk/jdk-9.ebuild b/virtual/jdk/jdk-9.ebuild
deleted file mode 100644
index 179fcc7dda4..00000000000
--- a/virtual/jdk/jdk-9.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~x64-macos ~sparc64-solaris"
-
-RDEPEND="
-		dev-java/oracle-jdk-bin:${SLOT}[gentoo-vm(+)]
-	"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2018-10-19 11:06 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2018-10-19 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     3c459666b2d19f60074c567d6ff1c5bebdc3e1b9
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 17 20:26:56 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 10:59:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c459666

virtual/jdk: Introduce masked Java 11 support

Package-Manager: Portage-2.3.45, Repoman-2.3.10
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 virtual/jdk/jdk-11.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/virtual/jdk/jdk-11.ebuild b/virtual/jdk/jdk-11.ebuild
new file mode 100644
index 00000000000..ece992cf94d
--- /dev/null
+++ b/virtual/jdk/jdk-11.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+RDEPEND="|| (
+		dev-java/openjdk-bin:${SLOT}[gentoo-vm(+)]
+		dev-java/openjdk:${SLOT}[gentoo-vm(+)]
+		dev-java/oracle-jdk-bin:${SLOT}[gentoo-vm(+)]
+	)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2017-12-17 22:15 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2017-12-17 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     77528d5726a4cd84d4534f29ad188476e0e9b41e
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 22:13:59 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 22:14:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77528d57

virtual/jdk: Introduce (masked) Java 9 support

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 virtual/jdk/jdk-9.ebuild | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/virtual/jdk/jdk-9.ebuild b/virtual/jdk/jdk-9.ebuild
new file mode 100644
index 00000000000..179fcc7dda4
--- /dev/null
+++ b/virtual/jdk/jdk-9.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x64-macos ~sparc64-solaris"
+
+RDEPEND="
+		dev-java/oracle-jdk-bin:${SLOT}[gentoo-vm(+)]
+	"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2017-12-06 21:54 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2017-12-06 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     bae77fb4c2eb031ab9769a17bd33625fcc819452
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 21:44:54 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 21:54:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae77fb4

virtual/jdk: Goodbye Java 7!

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 virtual/jdk/jdk-1.7.0-r2.ebuild | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/virtual/jdk/jdk-1.7.0-r2.ebuild b/virtual/jdk/jdk-1.7.0-r2.ebuild
deleted file mode 100644
index fa63fed45cb..00000000000
--- a/virtual/jdk/jdk-1.7.0-r2.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="1.7"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="|| (
-		dev-java/icedtea-bin:7
-		dev-java/icedtea:7
-	)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2017-01-26 21:50 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2017-01-26 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     54dc485875e3e664c17584a9c97b0852cf5b7e55
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 11:37:22 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 21:49:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54dc4858

virtual/jdk: added ~arm64 keyword. Tested on cortex-a53 Dependency of icedtea on arm64

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3668

 virtual/jdk/jdk-1.7.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/jdk/jdk-1.7.0-r2.ebuild b/virtual/jdk/jdk-1.7.0-r2.ebuild
index f3f1cda..fb97cbb 100644
--- a/virtual/jdk/jdk-1.7.0-r2.ebuild
+++ b/virtual/jdk/jdk-1.7.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.7"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="|| (
 		dev-java/icedtea-bin:7


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-08-05  9:21 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-08-05  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d4208222cd77a12e49f4e31c11e11ac05d2d58ec
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 22:18:48 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 09:21:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4208222

virtual/jdk: Drop Java 7 on arm

Package-Manager: portage-2.3.0

 virtual/jdk/jdk-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.7.0-r2.ebuild b/virtual/jdk/jdk-1.7.0-r2.ebuild
index c868d78..f3f1cda 100644
--- a/virtual/jdk/jdk-1.7.0-r2.ebuild
+++ b/virtual/jdk/jdk-1.7.0-r2.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.7"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="|| (
 		dev-java/icedtea-bin:7


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-05-17 21:43 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-05-17 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     5fdd41be94370d6c90820a5651c8c43d1bc2578a
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 21:38:54 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue May 17 21:43:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdd41be

virtual/jdk: oracle-jdk-bin:1.7 has gone

Package-Manager: portage-2.3.0_rc1

 virtual/jdk/{jdk-1.7.0-r1.ebuild => jdk-1.7.0-r2.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.7.0-r1.ebuild b/virtual/jdk/jdk-1.7.0-r2.ebuild
similarity index 92%
rename from virtual/jdk/jdk-1.7.0-r1.ebuild
rename to virtual/jdk/jdk-1.7.0-r2.ebuild
index cb6f30e..c868d78 100644
--- a/virtual/jdk/jdk-1.7.0-r1.ebuild
+++ b/virtual/jdk/jdk-1.7.0-r2.ebuild
@@ -11,5 +11,4 @@ KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-maco
 RDEPEND="|| (
 		dev-java/icedtea-bin:7
 		dev-java/icedtea:7
-		dev-java/oracle-jdk-bin:1.7
 	)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-05-17 21:43 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-05-17 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     03ad313e19d4b6c2b18317667d91016cc98862f9
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 21:04:14 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue May 17 21:36:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ad313e

virtual/jdk: 1.8.0-r3 stable on amd64 and x86 (#581876)

Package-Manager: portage-2.3.0_rc1

 virtual/jdk/jdk-1.8.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r3.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild
index 0c719cd..ce1ad25 100644
--- a/virtual/jdk/jdk-1.8.0-r3.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r3.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="~amd64 ~arm ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
 		dev-java/icedtea-bin:8


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-04-24 10:42 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-04-24 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     e9ab557850d213f04155ab72f598f74c97f94a04
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 10:41:44 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 10:41:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ab5578

virtual/jdk: 1.8.0-r3 on ppc64

Remove 1.8.0-r2 to unbreak the tree.

Package-Manager: portage-2.2.28

 virtual/jdk/jdk-1.8.0-r2.ebuild | 14 --------------
 virtual/jdk/jdk-1.8.0-r3.ebuild |  2 +-
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/virtual/jdk/jdk-1.8.0-r2.ebuild b/virtual/jdk/jdk-1.8.0-r2.ebuild
deleted file mode 100644
index 08aa0a7..0000000
--- a/virtual/jdk/jdk-1.8.0-r2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="1.8"
-KEYWORDS="~amd64 ~arm ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
-
-RDEPEND="|| (
-		dev-java/icedtea-bin:8
-		dev-java/oracle-jdk-bin:1.8
-	)"

diff --git a/virtual/jdk/jdk-1.8.0-r3.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild
index 9275b04..0c719cd 100644
--- a/virtual/jdk/jdk-1.8.0-r3.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r3.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
 		dev-java/icedtea-bin:8


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-04-14 20:24 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-04-14 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     468dacf9a7b645f25f73cd3517e4ab6ac9b8a20e
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 19:21:22 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 20:23:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468dacf9

virtual/jdk: Remove soylatte-jdk-bin from 1.7

It's being last-rited.

Package-Manager: portage-2.2.28

 virtual/jdk/jdk-1.7.0-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.7.0-r1.ebuild b/virtual/jdk/jdk-1.7.0-r1.ebuild
index 10133bf..cb6f30e 100644
--- a/virtual/jdk/jdk-1.7.0-r1.ebuild
+++ b/virtual/jdk/jdk-1.7.0-r1.ebuild
@@ -12,5 +12,4 @@ RDEPEND="|| (
 		dev-java/icedtea-bin:7
 		dev-java/icedtea:7
 		dev-java/oracle-jdk-bin:1.7
-		dev-java/soylatte-jdk-bin:1.7
 	)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-04-14 20:24 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-04-14 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8362d3c84b09427fd82e6cfc23f8583bd5723674
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 19:20:12 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 20:23:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8362d3c8

virtual/jdk: Goodbye Java 6! (bug #483018)

Package-Manager: portage-2.2.28

 virtual/jdk/jdk-1.6.0-r2.ebuild | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/virtual/jdk/jdk-1.6.0-r2.ebuild b/virtual/jdk/jdk-1.6.0-r2.ebuild
deleted file mode 100644
index d1b9409..0000000
--- a/virtual/jdk/jdk-1.6.0-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="1.6"
-KEYWORDS="amd64 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"
-
-# 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* )"
-
-RDEPEND="|| (
-	ppc? ( ${PPC_OPTS} )
-	ppc64? ( ${PPC_OPTS} )
-	=dev-java/icedtea-bin-6*
-	=dev-java/icedtea-6*
-	=dev-java/ibm-jdk-bin-1.6.0*
-	=dev-java/hp-jdk-bin-1.6.0*
-	=dev-java/soylatte-jdk-bin-1.0*
-	=dev-java/apple-jdk-bin-1.6.0* )"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-04-10 22:05 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-04-10 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     d5d9b274ea22ad401abafa023476291bced8d18c
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 21:55:41 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 22:05:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d9b274

virtual/jdk: Add dev-java/icedtea:8 to 1.8

Package-Manager: portage-2.2.28

 virtual/jdk/jdk-1.8.0-r3.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/jdk/jdk-1.8.0-r3.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild
new file mode 100644
index 0000000..9275b04
--- /dev/null
+++ b/virtual/jdk/jdk-1.8.0-r3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="1.8"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+
+RDEPEND="|| (
+		dev-java/icedtea-bin:8
+		dev-java/icedtea:8
+		dev-java/oracle-jdk-bin:1.8
+	)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-03-27  8:44 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-03-27  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     539638d43b4d0faf8a12ea61184c4d998e1d2c69
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 08:41:14 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 08:43:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539638d4

virtual/jdk: 1.7.0-r1 stable on amd64, x86, drop ppc64

Java 7 on ppc64 never worked very well for us. We have Java 8 now.

Package-Manager: portage-2.2.28

 virtual/jdk/jdk-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.7.0-r1.ebuild b/virtual/jdk/jdk-1.7.0-r1.ebuild
index 2ab126f..10133bf 100644
--- a/virtual/jdk/jdk-1.7.0-r1.ebuild
+++ b/virtual/jdk/jdk-1.7.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.7"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="|| (
 		dev-java/icedtea-bin:7


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-03-27  8:44 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-03-27  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     1bcbb2c845c7e752224a245bad45e377b206b064
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 08:41:39 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 08:43:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcbb2c8

virtual/jdk: Remove old 1.7.0

Package-Manager: portage-2.2.28

 virtual/jdk/jdk-1.7.0.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/virtual/jdk/jdk-1.7.0.ebuild b/virtual/jdk/jdk-1.7.0.ebuild
deleted file mode 100644
index 4dd8ca4..0000000
--- a/virtual/jdk/jdk-1.7.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="Virtual for Java Development Kit (JDK)"
-SLOT="1.7"
-KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="|| (
-		=dev-java/icedtea-bin-7*
-		=dev-java/icedtea-7*
-		=dev-java/oracle-jdk-bin-1.7.0*
-		=dev-java/soylatte-jdk-bin-7*
-	)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-03-15  7:06 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-03-15  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     e5bc81272a19af7a9afd259ef571c916106bbbf5
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 22:40:10 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 07:05:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5bc8127

virtual/jdk: 1.8.0-r2 stable on ppc64 (tested by ago)

Package-Manager: portage-2.2.28

 virtual/jdk/jdk-1.8.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r2.ebuild b/virtual/jdk/jdk-1.8.0-r2.ebuild
index ab3b5cf..08aa0a7 100644
--- a/virtual/jdk/jdk-1.8.0-r2.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r2.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
 		dev-java/icedtea-bin:8


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-03-01 22:43 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-03-01 22:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c3e97966579475bf7a26a514f69fb0a901604c7d
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  1 22:38:03 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Mar  1 22:43:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e97966

virtual/jdk: icedtea-bin:8 now available for amd64, arm, x86

Package-Manager: portage-2.2.27

 virtual/jdk/{jdk-1.8.0-r1.ebuild => jdk-1.8.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r1.ebuild b/virtual/jdk/jdk-1.8.0-r2.ebuild
similarity index 90%
rename from virtual/jdk/jdk-1.8.0-r1.ebuild
rename to virtual/jdk/jdk-1.8.0-r2.ebuild
index 880ec09..ab3b5cf 100644
--- a/virtual/jdk/jdk-1.8.0-r1.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r2.ebuild
@@ -9,6 +9,6 @@ SLOT="1.8"
 KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
-		ppc64? ( dev-java/icedtea-bin:8 )
+		dev-java/icedtea-bin:8
 		dev-java/oracle-jdk-bin:1.8
 	)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-02-01 22:02 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-02-01 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     44b3174fe1f9aa0ee32efb2f47056a0f8932acbd
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 21:55:44 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 22:01:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b3174f

virtual/jdk: Remove icedtea, limit icedtea-bin to ~ppc64, bug #573042

Portage was complaining about the missing ebuilds instead of
suggesting a license change, which is bug #327177. Even after adding
the ebuilds, Portage suggested a keyword change in some cases, which
is bug #573500.

I don't really want to add icedtea:8 to the tree just yet so let's
remove this and limit icedtea-bin:8 to ~ppc64 to deal with the
remaining issue.

Package-Manager: portage-2.2.27

 virtual/jdk/jdk-1.8.0-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/virtual/jdk/jdk-1.8.0-r1.ebuild b/virtual/jdk/jdk-1.8.0-r1.ebuild
index 55de6b7..880ec09 100644
--- a/virtual/jdk/jdk-1.8.0-r1.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r1.ebuild
@@ -6,10 +6,9 @@ EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="|| (
-		dev-java/icedtea-bin:8
-		dev-java/icedtea:8
+		ppc64? ( dev-java/icedtea-bin:8 )
 		dev-java/oracle-jdk-bin:1.8
 	)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-01-24 20:34 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-01-24 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     228c22b8330588129679207a2e661171c31e19cd
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 20:28:51 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 20:32:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228c22b8

virtual/jdk: Add the upcoming icedtea(-bin):8 to 1.8

Package-Manager: portage-2.2.27

 virtual/jdk/jdk-1.8.0-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0-r1.ebuild b/virtual/jdk/jdk-1.8.0-r1.ebuild
index 03f73ae..55de6b7 100644
--- a/virtual/jdk/jdk-1.8.0-r1.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r1.ebuild
@@ -8,4 +8,8 @@ DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
-RDEPEND="dev-java/oracle-jdk-bin:1.8"
+RDEPEND="|| (
+		dev-java/icedtea-bin:8
+		dev-java/icedtea:8
+		dev-java/oracle-jdk-bin:1.8
+	)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-01-24 20:34 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-01-24 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     317b6668b829f623fe4cc2deccba7dbbaedf6627
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 20:26:12 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 20:32:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317b6668

virtual/jdk: It's 2016, let's use EAPI 6 and SLOT dependencies

Ignoring 1.6 because it's about to die.

Package-Manager: portage-2.2.27

 virtual/jdk/jdk-1.7.0-r1.ebuild                       | 16 ++++++++++++++++
 virtual/jdk/{jdk-1.8.0.ebuild => jdk-1.8.0-r1.ebuild} |  8 +++-----
 2 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/virtual/jdk/jdk-1.7.0-r1.ebuild b/virtual/jdk/jdk-1.7.0-r1.ebuild
new file mode 100644
index 0000000..2ab126f
--- /dev/null
+++ b/virtual/jdk/jdk-1.7.0-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Java Development Kit (JDK)"
+SLOT="1.7"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="|| (
+		dev-java/icedtea-bin:7
+		dev-java/icedtea:7
+		dev-java/oracle-jdk-bin:1.7
+		dev-java/soylatte-jdk-bin:1.7
+	)"

diff --git a/virtual/jdk/jdk-1.8.0.ebuild b/virtual/jdk/jdk-1.8.0-r1.ebuild
similarity index 52%
rename from virtual/jdk/jdk-1.8.0.ebuild
rename to virtual/jdk/jdk-1.8.0-r1.ebuild
index 73c1d41..03f73ae 100644
--- a/virtual/jdk/jdk-1.8.0.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r1.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
-# TODO: Temporarily dropped ~sparc-solaris and ~x86-solaris as oracle-jdk-bin
-#       no longer provides them. Also temporarily dropped ~ia64.
 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
-RDEPEND="=dev-java/oracle-jdk-bin-1.8.0*"
+RDEPEND="dev-java/oracle-jdk-bin:1.8"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2016-01-02 21:45 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2016-01-02 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     70f28cc1107df3abfa8217d3f3ee5f5ade45bdf1
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 21:43:27 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 21:45:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f28cc1

virtual/jdk: Mark Java 7 stable on ppc

icedtea and icedtea-bin now satisfy this and it's been working well.

Package-Manager: portage-2.2.26

 virtual/jdk/jdk-1.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/jdk/jdk-1.7.0.ebuild b/virtual/jdk/jdk-1.7.0.ebuild
index 6873034..a449652 100644
--- a/virtual/jdk/jdk-1.7.0.ebuild
+++ b/virtual/jdk/jdk-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI="5"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.7"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="|| (
 		=dev-java/icedtea-bin-7*


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2015-12-11 10:30 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2015-12-11 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f202bce4140306c70150f76628de664fc2b82937
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 10:29:56 2015 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 10:29:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f202bce4

virtual/jdk: Add ~arm keyword to Java 8

Package-Manager: portage-2.2.26

 virtual/jdk/jdk-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.8.0.ebuild b/virtual/jdk/jdk-1.8.0.ebuild
index 07bf6b6..73c1d41 100644
--- a/virtual/jdk/jdk-1.8.0.ebuild
+++ b/virtual/jdk/jdk-1.8.0.ebuild
@@ -8,6 +8,6 @@ DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.8"
 # TODO: Temporarily dropped ~sparc-solaris and ~x86-solaris as oracle-jdk-bin
 #       no longer provides them. Also temporarily dropped ~ia64.
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
 
 RDEPEND="=dev-java/oracle-jdk-bin-1.8.0*"


^ permalink raw reply related	[flat|nested] 53+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
@ 2015-11-22 21:00 James Le Cuirot
  0 siblings, 0 replies; 53+ messages in thread
From: James Le Cuirot @ 2015-11-22 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     52fe72824e9a64f77f65bb8f168a6898c0194f29
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 20:54:12 2015 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 20:59:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52fe7282

virtual/jdk: Add ~ppc64 keyword to Java 7

Package-Manager: portage-2.2.25

 virtual/jdk/jdk-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-1.7.0.ebuild b/virtual/jdk/jdk-1.7.0.ebuild
index 004d1c3..6873034 100644
--- a/virtual/jdk/jdk-1.7.0.ebuild
+++ b/virtual/jdk/jdk-1.7.0.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="1.7"
-KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="|| (
 		=dev-java/icedtea-bin-7*


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

end of thread, other threads:[~2024-09-19 20:18 UTC | newest]

Thread overview: 53+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-04 10:38 [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2024-09-19 20:18 Jakov Smolić
2024-09-18 12:43 Miroslav Šulc
2024-07-21 11:35 Miroslav Šulc
2024-04-08  7:15 Miroslav Šulc
2024-02-19  9:03 Miroslav Šulc
2024-02-16 11:22 Miroslav Šulc
2023-10-28 10:00 Florian Schmaus
2022-08-11 22:53 Yixun Lan
2022-08-11 22:53 Yixun Lan
2022-06-19  5:24 Sam James
2022-05-18 19:13 Arthur Zamarin
2022-03-27 17:18 Arthur Zamarin
2022-02-16 20:25 Georgy Yakovlev
2022-02-02 20:52 Arthur Zamarin
2022-02-02  6:27 Sam James
2022-01-20  7:23 Georgy Yakovlev
2021-10-16 17:50 Georgy Yakovlev
2021-07-16  9:49 Florian Schmaus
2021-07-16  9:49 Florian Schmaus
2021-07-16  6:58 Miroslav Šulc
2021-07-16  6:29 Miroslav Šulc
2020-09-19  8:07 Georgy Yakovlev
2020-09-19  8:07 Georgy Yakovlev
2020-09-19  8:07 Georgy Yakovlev
2020-09-19  3:12 Georgy Yakovlev
2020-09-19  3:12 Georgy Yakovlev
2019-12-03  1:30 Georgy Yakovlev
2019-11-11 15:04 Aaron Bauman
2019-10-30 12:26 Agostino Sarubbo
2019-02-01  9:09 Georgy Yakovlev
2019-01-17  9:50 Miroslav Šulc
2018-10-19 11:06 James Le Cuirot
2017-12-17 22:15 James Le Cuirot
2017-12-06 21:54 James Le Cuirot
2017-01-26 21:50 James Le Cuirot
2016-08-05  9:21 James Le Cuirot
2016-05-17 21:43 James Le Cuirot
2016-05-17 21:43 James Le Cuirot
2016-04-24 10:42 James Le Cuirot
2016-04-14 20:24 James Le Cuirot
2016-04-14 20:24 James Le Cuirot
2016-04-10 22:05 James Le Cuirot
2016-03-27  8:44 James Le Cuirot
2016-03-27  8:44 James Le Cuirot
2016-03-15  7:06 James Le Cuirot
2016-03-01 22:43 James Le Cuirot
2016-02-01 22:02 James Le Cuirot
2016-01-24 20:34 James Le Cuirot
2016-01-24 20:34 James Le Cuirot
2016-01-02 21:45 James Le Cuirot
2015-12-11 10:30 James Le Cuirot
2015-11-22 21:00 James Le Cuirot

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