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 8777D138359 for ; Sat, 19 Sep 2020 05:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 713DDE07D8; Sat, 19 Sep 2020 05:30:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 49EA4E07D8 for ; Sat, 19 Sep 2020 05:30:40 +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 CDB48340F2C for ; Sat, 19 Sep 2020 05:30:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DF33EC for ; Sat, 19 Sep 2020 05:30:37 +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: <1600492551.80339d991c3f1fc715429bd08c0be6ba9adbd442.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/jabref-bin/jabref-bin-4.0.ebuild app-text/jabref-bin/jabref-bin-4.1.ebuild app-text/jabref-bin/jabref-bin-4.3.1.ebuild app-text/jabref-bin/jabref-bin-4.9999.ebuild X-VCS-Directories: app-text/jabref-bin/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 80339d991c3f1fc715429bd08c0be6ba9adbd442 X-VCS-Branch: master Date: Sat, 19 Sep 2020 05:30:37 +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: 638f97e9-424c-4996-801b-3cef250fd377 X-Archives-Hash: 03491dfc663aa74087b8c6406e69a84e commit: 80339d991c3f1fc715429bd08c0be6ba9adbd442 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Sep 19 05:15:51 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Sep 19 05:15:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80339d99 app-text/jabref-bin: switch to openjdk[javafx] Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> app-text/jabref-bin/jabref-bin-4.0.ebuild | 7 ++----- app-text/jabref-bin/jabref-bin-4.1.ebuild | 7 ++----- app-text/jabref-bin/jabref-bin-4.3.1.ebuild | 7 ++----- app-text/jabref-bin/jabref-bin-4.9999.ebuild | 11 ++++------- 4 files changed, 10 insertions(+), 22 deletions(-) diff --git a/app-text/jabref-bin/jabref-bin-4.0.ebuild b/app-text/jabref-bin/jabref-bin-4.0.ebuild index a4bf511e4d4..cd9f996131f 100644 --- a/app-text/jabref-bin/jabref-bin-4.0.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,10 +23,7 @@ KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip" RDEPEND=" - || ( - dev-java/oracle-jre-bin:1.8[javafx] - dev-java/oracle-jdk-bin:1.8[javafx] - ) + dev-java/openjdk:8[javafx] >=virtual/jre-1.8 " diff --git a/app-text/jabref-bin/jabref-bin-4.1.ebuild b/app-text/jabref-bin/jabref-bin-4.1.ebuild index a4bf511e4d4..cd9f996131f 100644 --- a/app-text/jabref-bin/jabref-bin-4.1.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,10 +23,7 @@ KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip" RDEPEND=" - || ( - dev-java/oracle-jre-bin:1.8[javafx] - dev-java/oracle-jdk-bin:1.8[javafx] - ) + dev-java/openjdk:8[javafx] >=virtual/jre-1.8 " diff --git a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild index a4bf511e4d4..cd9f996131f 100644 --- a/app-text/jabref-bin/jabref-bin-4.3.1.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,10 +23,7 @@ KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip" RDEPEND=" - || ( - dev-java/oracle-jre-bin:1.8[javafx] - dev-java/oracle-jdk-bin:1.8[javafx] - ) + dev-java/openjdk:8[javafx] >=virtual/jre-1.8 " diff --git a/app-text/jabref-bin/jabref-bin-4.9999.ebuild b/app-text/jabref-bin/jabref-bin-4.9999.ebuild index 9c54f3b9b7e..e04fd8f296f 100644 --- a/app-text/jabref-bin/jabref-bin-4.9999.ebuild +++ b/app-text/jabref-bin/jabref-bin-4.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,12 +15,9 @@ SLOT="0" DEPEND="app-arch/unzip" RDEPEND=" - || ( - dev-java/oracle-jre-bin:1.8[javafx] - dev-java/oracle-jdk-bin:1.8[javafx] - ) - >=virtual/jre-1.8 - " + dev-java/openjdk:8[javafx] + >=virtual/jre-1.8 +" S="${WORKDIR}"