commit: 3e5845f121bdc7a89fb761bca97ba5526d1c44e2
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 09:18:16 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=3e5845f1
virtual/jre-9: removed - jdk/jre 9 will be gone from the tree
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
virtual/jre/jre-9.ebuild | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/virtual/jre/jre-9.ebuild b/virtual/jre/jre-9.ebuild
deleted file mode 100644
index 1c10f13ff2f..00000000000
--- a/virtual/jre/jre-9.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 Runtime Environment (JRE)"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~x64-macos ~sparc64-solaris"
-
-RDEPEND="|| (
- virtual/jdk:${SLOT}
- dev-java/oracle-jre-bin:${SLOT}[gentoo-vm(+)]
- )"