From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2408D138334 for ; Fri, 1 Feb 2019 09:10:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3753DE0ABD; Fri, 1 Feb 2019 09:09:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BF88E0ABD for ; Fri, 1 Feb 2019 09:09:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8EBD335DBF for ; Fri, 1 Feb 2019 09:09:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DBC752F for ; Fri, 1 Feb 2019 09:09:54 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1549012025.98a5a71b1cb2ac442d5dc06d02da4b41f8aa3164.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/jdk/jdk-1.8.0-r4.ebuild X-VCS-Directories: virtual/jdk/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 98a5a71b1cb2ac442d5dc06d02da4b41f8aa3164 X-VCS-Branch: master Date: Fri, 1 Feb 2019 09:09:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5102d29b-132e-4cd5-b44b-cddd4baa0872 X-Archives-Hash: abdba46b1489866db0f042f50d9bfc45 commit: 98a5a71b1cb2ac442d5dc06d02da4b41f8aa3164 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Feb 1 08:15:47 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Feb 1 09:07:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a5a71b virtual/jdk: add openjdk{,-bin} to virtual Closes: https://bugs.gentoo.org/672058 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> virtual/jdk/jdk-1.8.0-r4.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/virtual/jdk/jdk-1.8.0-r4.ebuild b/virtual/jdk/jdk-1.8.0-r4.ebuild new file mode 100644 index 00000000000..589862862cb --- /dev/null +++ b/virtual/jdk/jdk-1.8.0-r4.ebuild @@ -0,0 +1,16 @@ +# 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 + )"