From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1207338-garchives=archives.gentoo.org@lists.gentoo.org>
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 59A9113835A
	for <garchives@archives.gentoo.org>; 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 B29C7E0826;
	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 9827EE0828
	for <gentoo-commits@lists.gentoo.org>; 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 A4F5D34108F
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Sep 2020 03:12:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 0342E376
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Sep 2020 03:12:22 +0000 (UTC)
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
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" <gyakovlev@gentoo.org>
Message-ID: <1600485091.c8426bca4cadb376ac4d52c57595b1aa7670b051.gyakovlev@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jre/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/jre/jre-1.8.0-r3.ebuild
X-VCS-Directories: virtual/jre/
X-VCS-Committer: gyakovlev
X-VCS-Committer-Name: Georgy Yakovlev
X-VCS-Revision: c8426bca4cadb376ac4d52c57595b1aa7670b051
X-VCS-Branch: master
Date: Sat, 19 Sep 2020 03:12:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 889d1058-77fa-43ae-b2fe-45527580fae2
X-Archives-Hash: d2b29ff47912d3f2ece96b40d0a83bf6

commit:     c8426bca4cadb376ac4d52c57595b1aa7670b051
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 03:06:01 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 03:11:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8426bca

virtual/jre: revbump 1.8.0

remove oracle as provider

Bug: https://bugs.gentoo.org/681828
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/jre/jre-1.8.0-r3.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/virtual/jre/jre-1.8.0-r3.ebuild b/virtual/jre/jre-1.8.0-r3.ebuild
new file mode 100644
index 00000000000..4ef62157254
--- /dev/null
+++ b/virtual/jre/jre-1.8.0-r3.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="1.8"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
+
+RDEPEND="|| (
+		virtual/jdk:1.8
+		dev-java/openjdk-jre-bin:8
+)"