From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/guava/
Date: Wed, 6 Sep 2023 07:58:42 +0000 (UTC) [thread overview]
Message-ID: <1693987112.09087115a677da4fa4ff0295ffb521c2f0785be3.flow@gentoo> (raw)
commit: 09087115a677da4fa4ff0295ffb521c2f0785be3
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Sep 6 07:31:03 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Sep 6 07:58:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09087115
dev-java/guava: drop 31.1
Bug: https://bugs.gentoo.org/908513
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/32645
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-java/guava/Manifest | 1 -
dev-java/guava/guava-31.1.ebuild | 52 ----------------------------------------
2 files changed, 53 deletions(-)
diff --git a/dev-java/guava/Manifest b/dev-java/guava/Manifest
index 953861d01714..beb166188cf0 100644
--- a/dev-java/guava/Manifest
+++ b/dev-java/guava/Manifest
@@ -1,2 +1 @@
-DIST guava-31.1.tar.gz 5583483 BLAKE2B b430257b6a21e8cc85b11241be3abc463d13d29d85c6e7a3e4240977213428ec92af63afb66d0637f6b6dbbab1e3493cfc684a6be21ba4633cec7c6df5d0a8e7 SHA512 660b486d82d526ce722130f2968ea8ab9eb53f5915f80e53ef135a7bfcb6ced9b2f2a50ebdb8b316cc48a4f2553fa067a1d6fc0bc4498774a9f1990a535651b8
DIST guava-32.1.2.tar.gz 5746736 BLAKE2B e10f9ca81acfd14c0bdc595d777c2738f88e35d3caf2ebaec5b3f3dcd6ee87672830671b8f99b0ce030d040adcbf0a88a4cba13a42dfb980bc926540b663167e SHA512 43a9b6068bd4b636f742a6a418a34f3b4d218a0ec14b39d5fbe67b4d3c11813295c3c0eb2cf41b5de7a2383eaba639001faab60dbf3821b7546e29fe9cf3dd78
diff --git a/dev-java/guava/guava-31.1.ebuild b/dev-java/guava/guava-31.1.ebuild
deleted file mode 100644
index 63da6851c481..000000000000
--- a/dev-java/guava/guava-31.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/google/guava/archive/refs/tags/v31.1.tar.gz --slot 0 --keywords "amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild guava-31.1.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source"
-MAVEN_ID="com.google.guava:guava:${PV}-jre"
-
-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="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-# Common dependencies
-# POM: pom.xml
-# com.google.code.findbugs:jsr305:3.0.2 -> >=dev-java/jsr305-3.0.2:0
-# com.google.errorprone:error_prone_annotations:2.11.0 -> >=dev-java/error-prone-annotations-2.16:0
-# com.google.guava:failureaccess:1.0.1 -> >=dev-java/failureaccess-30.1.1:0
-# com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava -> !!!artifactId-not-found!!!
-# com.google.j2objc:j2objc-annotations:1.3 -> >=dev-java/j2objc-annotations-2.8:0
-# org.checkerframework:checker-qual:3.12.0 -> >=dev-java/checker-framework-qual-3.14.0:0
-
-CP_DEPEND="
- >=dev-java/checker-framework-qual-3.14.0:0
- >=dev-java/error-prone-annotations-2.16:0
- >=dev-java/failureaccess-30.1.1:0
- >=dev-java/j2objc-annotations-2.8:0
- >=dev-java/jsr305-3.0.2:0
-"
-
-DEPEND="
- >=virtual/jdk-1.8:*
- ${CP_DEPEND}
-"
-
-RDEPEND="
- >=virtual/jre-1.8:*
- ${CP_DEPEND}
-"
-
-S="${WORKDIR}/${P}"
-
-JAVA_AUTOMATIC_MODULE_NAME="com.google.common"
-JAVA_SRC_DIR="guava/src"
next reply other threads:[~2023-09-06 7:58 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-06 7:58 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-19 17:35 [gentoo-commits] repo/gentoo:master commit in: dev-java/guava/ Arthur Zamarin
2025-01-19 13:11 Arthur Zamarin
2025-01-19 13:11 Arthur Zamarin
2025-01-19 13:11 Arthur Zamarin
2025-01-05 19:08 Sam James
2024-12-21 10:15 Miroslav Šulc
2024-12-07 12:49 Miroslav Šulc
2024-10-18 16:40 Miroslav Šulc
2024-10-18 15:40 Arthur Zamarin
2024-10-18 0:18 Sam James
2024-10-18 0:18 Sam James
2024-09-18 12:14 Miroslav Šulc
2024-06-21 7:45 Miroslav Šulc
2024-06-20 21:46 Sam James
2024-06-20 18:40 Arthur Zamarin
2024-06-20 17:43 Sam James
2024-06-20 17:40 Arthur Zamarin
2024-05-21 8:01 Miroslav Šulc
2024-01-21 17:17 Arthur Zamarin
2024-01-21 10:06 Sam James
2024-01-21 10:06 Sam James
2024-01-21 10:06 Sam James
2024-01-21 10:06 Sam James
2024-01-10 8:29 Florian Schmaus
2024-01-07 12:42 Arthur Zamarin
2024-01-07 7:10 Sam James
2024-01-07 6:14 Sam James
2024-01-07 6:14 Sam James
2023-12-22 15:13 Miroslav Šulc
2023-12-08 9:53 Miroslav Šulc
2023-09-18 6:50 Miroslav Šulc
2023-09-06 6:47 Sam James
2023-09-06 6:47 Sam James
2023-09-06 6:47 Sam James
2023-09-06 6:47 Sam James
2023-09-05 7:43 Miroslav Šulc
2023-01-28 6:52 Arthur Zamarin
2023-01-27 20:31 Arthur Zamarin
2023-01-27 20:18 Arthur Zamarin
2023-01-27 20:18 Arthur Zamarin
2023-01-27 19:45 Arthur Zamarin
2022-12-28 18:59 Florian Schmaus
2022-06-17 13:50 Arthur Zamarin
2022-02-25 21:07 Sam James
2022-02-21 7:47 Agostino Sarubbo
2022-02-21 3:45 Sam James
2022-02-20 20:32 Sam James
2022-02-13 23:13 Jakov Smolić
2022-01-20 9:38 Arthur Zamarin
2022-01-20 8:47 Arthur Zamarin
2022-01-20 8:46 Arthur Zamarin
2022-01-19 2:36 Sam James
2021-12-22 18:47 Arthur Zamarin
2021-12-21 8:04 Miroslav Šulc
2021-11-10 16:47 Sam James
2021-11-10 16:47 Sam James
2021-06-14 6:39 Sergei Trofimovich
2021-03-31 8:24 Miroslav Šulc
2017-11-05 13:56 James Le Cuirot
2017-08-31 19:55 James Le Cuirot
2017-07-13 18:32 Alexis Ballier
2016-11-05 22:56 James Le Cuirot
2016-11-05 22:49 James Le Cuirot
2016-01-02 23:15 James Le Cuirot
2015-12-06 23:06 James Le Cuirot
2015-10-27 20:36 Patrice Clement
2015-09-12 9:32 Patrice Clement
2015-09-10 16:47 Patrice Clement
2015-09-04 22:05 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1693987112.09087115a677da4fa4ff0295ffb521c2f0785be3.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox