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(+)] - )"
