summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-22 18:26:24 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-22 18:26:24 -0800
commit64bba884765fb64b368a43f35b909f2832cd842d (patch)
treee157888380de15115ac913b8bac4a2ca17d43058 /dev-java
parentsci-mathematics/geogebra-bin: add 5.0.683.0 (diff)
downloadgentoo-64bba884765fb64b368a43f35b909f2832cd842d.tar.gz
gentoo-64bba884765fb64b368a43f35b909f2832cd842d.tar.bz2
gentoo-64bba884765fb64b368a43f35b909f2832cd842d.zip
dev-java/openjdk-bin: update eselect branding to "Eclipse Temurin"
https://adoptium.net/faq.html#temurinName Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/openjdk-bin/files/openjdk-bin-11.env.sh2
-rw-r--r--dev-java/openjdk-bin/files/openjdk-bin-17.env.sh2
-rw-r--r--dev-java/openjdk-bin/files/openjdk-bin-8.env.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/openjdk-bin/files/openjdk-bin-11.env.sh b/dev-java/openjdk-bin/files/openjdk-bin-11.env.sh
index 9e9c5ec54870..073e66f7ee9c 100644
--- a/dev-java/openjdk-bin/files/openjdk-bin-11.env.sh
+++ b/dev-java/openjdk-bin/files/openjdk-bin-11.env.sh
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-VERSION="AdoptOpenJDK ${PV}"
+VERSION="Eclipse Temurin JDK ${PV}"
JAVA_HOME="${EPREFIX}/opt/${P}"
JDK_HOME="${EPREFIX}/opt/${P}"
JAVAC="\${JAVA_HOME}/bin/javac"
diff --git a/dev-java/openjdk-bin/files/openjdk-bin-17.env.sh b/dev-java/openjdk-bin/files/openjdk-bin-17.env.sh
index 6dc16a10bff2..f6d25d57c4a1 100644
--- a/dev-java/openjdk-bin/files/openjdk-bin-17.env.sh
+++ b/dev-java/openjdk-bin/files/openjdk-bin-17.env.sh
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-VERSION="AdoptOpenJDK ${PV}"
+VERSION="Eclipse Temurin JDK ${PV}"
JAVA_HOME="${EPREFIX}/opt/${P}"
JDK_HOME="${EPREFIX}/opt/${P}"
JAVAC="\${JAVA_HOME}/bin/javac"
diff --git a/dev-java/openjdk-bin/files/openjdk-bin-8.env.sh b/dev-java/openjdk-bin/files/openjdk-bin-8.env.sh
index 264572a4b219..fe1b484edfa1 100644
--- a/dev-java/openjdk-bin/files/openjdk-bin-8.env.sh
+++ b/dev-java/openjdk-bin/files/openjdk-bin-8.env.sh
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-VERSION="AdoptOpenJDK ${PV}"
+VERSION="Eclipse Temurin JDK ${PV}"
JAVA_HOME="${EPREFIX}/opt/${P}"
JDK_HOME="${EPREFIX}/opt/${P}"
JAVAC="\${JAVA_HOME}/bin/javac"