public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Eli Schwartz" <eschwartz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-io/
Date: Sun, 27 Oct 2024 17:39:11 +0000 (UTC)	[thread overview]
Message-ID: <1730050694.ffe2ded5286045965da09896036a03ad2b94c159.eschwartz@gentoo> (raw)

commit:     ffe2ded5286045965da09896036a03ad2b94c159
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun Oct 27 08:01:05 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 17:38:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe2ded5

dev-java/commons-io: drop 2.16.1

Bug: https://bugs.gentoo.org/942284
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-java/commons-io/Manifest                 |  2 --
 dev-java/commons-io/commons-io-2.16.1.ebuild | 42 ----------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-java/commons-io/Manifest b/dev-java/commons-io/Manifest
index 0950c1caee00..e973b5e8fc40 100644
--- a/dev-java/commons-io/Manifest
+++ b/dev-java/commons-io/Manifest
@@ -1,4 +1,2 @@
-DIST commons-io-2.16.1-src.tar.gz 634766 BLAKE2B 5bdc09ec07666ae513944040aae730a8bd5fe4fe65f05aa1f8295b6687f99c588ac4071113b5fa3bdc8f2e4fe0d8b40677c3afba18f332e283f28b5270d5f41c SHA512 07298e3af85726f2ec07a660fbb743f82cd88f8043a57e2e1063b758c81429dfafd77a024e2cdd48efe5d403299c20e898f5b3dd729f52bd55b8a6fb50c9a13a
-DIST commons-io-2.16.1-src.tar.gz.asc 488 BLAKE2B e42af1fe9cbb50371c981737e7899b30d99b8e7045485562614a72307068942b433614e4a1c3cdb17261917a1a5382c5828e290e50f3f3a12a3ed297be53cace SHA512 74e22fd7bf5daf58611537f6c21bd41e10942e3051785e13d771e5fd50e5403144a8d2ed9472de13263da5cbf579911a1aafaa7e43dea9f99fe6ad4011ecb74a
 DIST commons-io-2.17.0-src.tar.gz 652908 BLAKE2B c87f10584d7933215aa24e8bde1037eced0738098149e9423371a1fef0255e36e38a6c92cdafd75eecbf56d13c4c38d479fe2706afc86224900fcaf7cae5e5f5 SHA512 5681b7bab9e34e9051e4f7a48925ecdf5d8814894c2626298dfca7aa0566c2dc46c15843850e3e14a3e05613ae9ef9fd08077042931e2fe552057f9c1bee6b69
 DIST commons-io-2.17.0-src.tar.gz.asc 488 BLAKE2B 451dcfbc952994a2402a7657fb0702572c8873c977681236c26326eec15316d543a39a48530760cf8a7c8b8469c7d18b1a7f88a80ab096d1604c33ec050c9b27 SHA512 8708d9cd17a2805c385006fbd5d0db883b593c67ff4afaaac507ca2dbe9f4b2e51cc1c492577b2e2cc6151a766264f1b3cd7c4b526fe16afa814d7ae29d2722c

diff --git a/dev-java/commons-io/commons-io-2.16.1.ebuild b/dev-java/commons-io/commons-io-2.16.1.ebuild
deleted file mode 100644
index af581b24575f..000000000000
--- a/dev-java/commons-io/commons-io-2.16.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# No tests, #839681
-JAVA_PKG_IUSE="doc source"
-MAVEN_ID="commons-io:commons-io:${PV}"
-
-inherit java-pkg-2 java-pkg-simple verify-sig
-
-DESCRIPTION="Utility classes, stream implementations, file filters, and much more"
-HOMEPAGE="https://commons.apache.org/proper/commons-io/"
-SRC_URI="mirror://apache/commons/io/source/${P}-src.tar.gz
-	verify-sig? ( https://archive.apache.org/dist/commons/io/source/${P}-src.tar.gz.asc )"
-S="${WORKDIR}/${P}-src"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="amd64 arm64 ppc64 ~amd64-linux ~x86-linux ~ppc-macos"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/commons.apache.org.asc"
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-commons )"
-DEPEND=">=virtual/jdk-11:*"	# module-info
-RDEPEND=">=virtual/jre-1.8:*"
-
-JAVA_ENCODING="iso-8859-1"
-JAVA_SRC_DIR="src/main/java"
-
-src_compile() {
-	JAVA_JAR_FILENAME="org.apache.${PN}.jar"
-	java-pkg-simple_src_compile	# creates a legacy jar file without module-info
-
-	jdeps --generate-module-info \
-		src/main/java \
-		--multi-release 9 \
-		"${JAVA_JAR_FILENAME}" || die
-
-	JAVA_JAR_FILENAME="${PN}.jar"
-	java-pkg-simple_src_compile	# creates the final jar file including module-info
-
-}


             reply	other threads:[~2024-10-27 17:39 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-27 17:39 Eli Schwartz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-02 15:19 [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-io/ Arthur Zamarin
2025-08-02 15:19 Arthur Zamarin
2025-08-02 15:19 Arthur Zamarin
2025-04-29 17:27 Miroslav Šulc
2024-12-30 19:41 Florian Schmaus
2024-12-25  5:51 Arthur Zamarin
2024-12-24  7:06 Sam James
2024-12-24  7:06 Sam James
2024-11-25  7:55 Miroslav Šulc
2024-10-25  5:46 Arthur Zamarin
2024-10-25  5:46 Arthur Zamarin
2024-10-15  7:32 Miroslav Šulc
2024-10-12  7:28 Michał Górny
2024-10-11  9:56 Arthur Zamarin
2024-10-11  9:56 Arthur Zamarin
2024-10-11  9:56 Arthur Zamarin
2024-09-25  7:04 Miroslav Šulc
2024-09-11  7:52 Miroslav Šulc
2024-03-22  8:43 Miroslav Šulc
2024-03-19 19:48 Arthur Zamarin
2024-03-04  9:14 Miroslav Šulc
2024-03-04  9:14 Miroslav Šulc
2022-08-23 18:53 Arthur Zamarin
2022-08-23 18:26 Sam James
2022-08-23 18:26 Sam James
2022-08-23 16:32 Arthur Zamarin
2022-08-23 16:32 Arthur Zamarin
2022-07-24 17:00 Florian Schmaus
2021-12-17 10:57 Arthur Zamarin
2021-10-26  6:43 Miroslav Šulc
2021-10-26  3:16 Sam James
2021-10-26  3:14 Sam James
2021-10-26  3:12 Sam James
2021-10-26  3:12 Sam James
2021-09-24  7:14 Miroslav Šulc
2021-05-16 18:58 Sam James
2021-04-27 18:18 Miroslav Šulc
2021-04-27 18:09 Sam James
2021-04-26 19:11 Sam James
2021-04-26 19:11 Sam James
2021-04-13 10:30 Miroslav Šulc
2017-07-17 10:51 Alexis Ballier
2015-11-16 18:36 Patrice Clement
2015-08-31 11:39 Manuel Rüger

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=1730050694.ffe2ded5286045965da09896036a03ad2b94c159.eschwartz@gentoo \
    --to=eschwartz@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