From 8200b1a3de89546caacd213dcaa4424a7337d91f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 24 Dec 2020 22:04:07 +0000 Subject: adjust some virtuals, replace sys-apps/opentmpfiles with sys-apps/systemd-tmpfiles (static linked, better supported) --- virtual/jdk/jdk-1.8.0-r10.ebuild | 10 ++++++++++ virtual/jdk/jdk-1.8.0-r314.ebuild | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 virtual/jdk/jdk-1.8.0-r10.ebuild delete mode 100644 virtual/jdk/jdk-1.8.0-r314.ebuild (limited to 'virtual/jdk') diff --git a/virtual/jdk/jdk-1.8.0-r10.ebuild b/virtual/jdk/jdk-1.8.0-r10.ebuild new file mode 100644 index 00000000..c582e15f --- /dev/null +++ b/virtual/jdk/jdk-1.8.0-r10.ebuild @@ -0,0 +1,10 @@ +# 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" + +RDEPEND="dev-java/openjdk-bin:8[gentoo-vm(+)]" diff --git a/virtual/jdk/jdk-1.8.0-r314.ebuild b/virtual/jdk/jdk-1.8.0-r314.ebuild deleted file mode 100644 index 50721192..00000000 --- a/virtual/jdk/jdk-1.8.0-r314.ebuild +++ /dev/null @@ -1,10 +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/openjdk-bin:8[gentoo-vm(+)]" -- cgit v1.2.3