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 B99A7138359 for ; Sat, 19 Sep 2020 03:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBEB9E082B; Sat, 19 Sep 2020 03:12:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C126CE082B for ; Sat, 19 Sep 2020 03:12:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C6425341099 for ; Sat, 19 Sep 2020 03:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28281378 for ; Sat, 19 Sep 2020 03:12:22 +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: <1600485101.0a7f740c6a58e860b062ec62619ea01aae863400.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jre/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/jre/jre-11-r2.ebuild X-VCS-Directories: virtual/jre/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0a7f740c6a58e860b062ec62619ea01aae863400 X-VCS-Branch: master Date: Sat, 19 Sep 2020 03:12:22 +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: 0b760549-250b-43d2-bcb1-1c42eb51f51b X-Archives-Hash: e142676785c82728a1ee5a2b96f6e5b8 commit: 0a7f740c6a58e860b062ec62619ea01aae863400 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Sep 19 03:08:34 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Sep 19 03:11:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7f740c virtual/jre: revbump 11, remove oracle provider Bug: https://bugs.gentoo.org/681828 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> virtual/jre/jre-11-r2.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/virtual/jre/jre-11-r2.ebuild b/virtual/jre/jre-11-r2.ebuild new file mode 100644 index 00000000000..1e2c5b84355 --- /dev/null +++ b/virtual/jre/jre-11-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for Java Runtime Environment (JRE)" +SLOT="${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64" + +RDEPEND="|| ( + virtual/jdk:${SLOT} + dev-java/openjdk-jre-bin:${SLOT}[gentoo-vm(+)] +)"