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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95B03158091 for ; Fri, 17 Jun 2022 13:50:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32AC3E0907; Fri, 17 Jun 2022 13:50:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18706E0907 for ; Fri, 17 Jun 2022 13:50:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21F89341957 for ; Fri, 17 Jun 2022 13:50:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86882507 for ; Fri, 17 Jun 2022 13:50:26 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1655473813.33275e7369fbcc1bb980d6f5e81d3e91e450a614.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/guava/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/guava/Manifest dev-java/guava/guava-20.0-r1.ebuild dev-java/guava/guava-20.0.ebuild X-VCS-Directories: dev-java/guava/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 33275e7369fbcc1bb980d6f5e81d3e91e450a614 X-VCS-Branch: master Date: Fri, 17 Jun 2022 13:50:26 +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: dadb08f9-9be3-4d87-8cf6-9cd2f1862cec X-Archives-Hash: 3e33827d15d429e2abd92acc433eceb2 commit: 33275e7369fbcc1bb980d6f5e81d3e91e450a614 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Fri Jun 17 11:43:29 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jun 17 13:50:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33275e73 dev-java/guava: drop 20.0, 20.0-r1 Closes: https://bugs.gentoo.org/833309 Closes: https://bugs.gentoo.org/657692 Bug: https://bugs.gentoo.org/760111 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/25940 Signed-off-by: Arthur Zamarin gentoo.org> dev-java/guava/Manifest | 1 - dev-java/guava/guava-20.0-r1.ebuild | 36 ------------------------------------ dev-java/guava/guava-20.0.ebuild | 36 ------------------------------------ 3 files changed, 73 deletions(-) diff --git a/dev-java/guava/Manifest b/dev-java/guava/Manifest index 23aa60425858..6cdfcc4ae4a4 100644 --- a/dev-java/guava/Manifest +++ b/dev-java/guava/Manifest @@ -1,2 +1 @@ -DIST guava-20.0.tar.gz 2522092 BLAKE2B 2ca76a71d0c169b80bfaa3e9847b2e465c57aabc0a67622a69519808fa8455146228747dc20e999ebc20ef7cd5fec1cfa82f6c025e9378011619cfedbc2c7d6c SHA512 e89eee8e66502f208878af286c660393712b12fb37647ec70719ca7c5184686c8dc5fc59d45c1813d792ecad9421e2c077dab075f76b1907c04f9f6e80567ac9 DIST guava-30.1.1.tar.gz 5404546 BLAKE2B 818ef4b17c4f0c8e92c327f046434a3bb428ac35d6e95edd6d6be558c755d138a8ac7f8ad2032073cad131890d8f838e896fff84ba217f8305be8bd65c619a48 SHA512 23b30d886a3200b8f998897ca7bc424b2d223a4fecb03ab644e08a989a85f008e30ef093055e6305c4148a1eb8919c407e35d19f492c5b189830bd115e9484f2 diff --git a/dev-java/guava/guava-20.0-r1.ebuild b/dev-java/guava/guava-20.0-r1.ebuild deleted file mode 100644 index 91ac8943a4bd..000000000000 --- a/dev-java/guava/guava-20.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="com.google.guava:guava:20.0" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A collection of Google's core Java libraries" -HOMEPAGE="https://github.com/google/guava" -SRC_URI="https://github.com/google/guava/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" -SLOT="${PV%.*}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - -CP_DEPEND=" - dev-java/animal-sniffer-annotations:0 - dev-java/error-prone-annotations:0 - dev-java/jsr305:0 -" - -RDEPEND="${CP_DEPEND} - >=virtual/jre-1.8:*" - -DEPEND="${CP_DEPEND} - >=virtual/jdk-1.8:* - dev-java/j2objc-annotations:0" - -S="${WORKDIR}/${P}/${PN}" -JAVA_SRC_DIR="src" - -src_configure() { - JAVA_GENTOO_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only j2objc-annotations) -} diff --git a/dev-java/guava/guava-20.0.ebuild b/dev-java/guava/guava-20.0.ebuild deleted file mode 100644 index b81b0b0497d0..000000000000 --- a/dev-java/guava/guava-20.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="com.google.guava:guava:20.0" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A collection of Google's core Java libraries" -HOMEPAGE="https://github.com/google/guava" -SRC_URI="https://github.com/google/guava/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" -SLOT="${PV%.*}" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" - -CP_DEPEND=" - dev-java/animal-sniffer-annotations:0 - dev-java/error-prone-annotations:0 - dev-java/jsr305:0 -" - -RDEPEND="${CP_DEPEND} - >=virtual/jre-1.7" - -DEPEND="${CP_DEPEND} - >=virtual/jdk-1.7 - dev-java/j2objc-annotations:0" - -S="${WORKDIR}/${P}/${PN}" -JAVA_SRC_DIR="src" - -src_configure() { - JAVA_GENTOO_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only j2objc-annotations) -}