Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
Date: Thu, 17 Jan 2019 09:50:54
Message-Id: 1547718633.e5fadc5fd84045340cd7204266745592e63454a5.fordfrog@gentoo
1 commit: e5fadc5fd84045340cd7204266745592e63454a5
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 09:09:19 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 09:50:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fadc5f
7
8 virtual/jdk-9: removed - jdk 9 is going to be removed from the tree
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 virtual/jdk/jdk-9.ebuild | 12 ------------
14 1 file changed, 12 deletions(-)
15
16 diff --git a/virtual/jdk/jdk-9.ebuild b/virtual/jdk/jdk-9.ebuild
17 deleted file mode 100644
18 index 179fcc7dda4..00000000000
19 --- a/virtual/jdk/jdk-9.ebuild
20 +++ /dev/null
21 @@ -1,12 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="Virtual for Java Development Kit (JDK)"
28 -SLOT="${PV}"
29 -KEYWORDS="~amd64 ~x64-macos ~sparc64-solaris"
30 -
31 -RDEPEND="
32 - dev-java/oracle-jdk-bin:${SLOT}[gentoo-vm(+)]
33 - "