commit:     b5ffdb7415f456b1135409c728df551368b79665
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Jan 26 20:02:36 2026 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jan 27 19:15:46 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ffdb74

dev-java/commons-beanutils: drop 1.9.4-r2

Bug: https://bugs.gentoo.org/960929
Closes: https://bugs.gentoo.org/966143
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/45531
Closes: https://github.com/gentoo/gentoo/pull/45531
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/commons-beanutils/Manifest                |  2 -
 .../commons-beanutils-1.9.4-r2.ebuild              | 84 ----------------------
 2 files changed, 86 deletions(-)

diff --git a/dev-java/commons-beanutils/Manifest 
b/dev-java/commons-beanutils/Manifest
index 41958b701e76..1b9b573d75ab 100644
--- a/dev-java/commons-beanutils/Manifest
+++ b/dev-java/commons-beanutils/Manifest
@@ -1,5 +1,3 @@
 DIST commons-beanutils-1.11.0-src.tar.gz 403183 BLAKE2B 
3823f9ff060d182485cd7cae54999ae5d076d3cff0eec5f5ae87d66cfc960f9224cf17940023991b7e599a826796d572dd476681ced2a46accbeb209ff723f13
 SHA512 
edd930e7f8118d0cceb8647666fe1d5f873f939f858f433cd19985a75c4575455f2a2d339e4bcbf08b3f586c785a60429d4bb33ff6239da8f2c6183c8c318f18
 DIST commons-beanutils-1.11.0-src.tar.gz.asc 488 BLAKE2B 
57401bf829ff9badc9ace98c8b3e36e65d2a649b4eb07a314426bd7b5b566965c9b5122a976be78e665f203af67d732fa401b1f417a4b0a349a0071f5cdc26e1
 SHA512 
f40927ad294f0280460aef5c53fd4a29357e59238a7f407013b9f67c333aa0752bde709f2fedc802f8140175bc3eedc446d8ad68d184643e6bf643aeff42f319
-DIST commons-beanutils-1.9.4-src.tar.gz 412606 BLAKE2B 
213a2ad4d976ed4c55c9a73c0970a656e2f03efcba886369c8be164e04618937ad636ce7ffa6aa7b981e9595b24e4cbacc2bc632268bbfede8172091ef6eb4ff
 SHA512 
6f3d30d02b9a66cf20509bd868c6e2dadb44bb27da1e6b9af7275675e0f3826845a5d4005509dd1eb77a5b2937820c4770a3753daaab072785dcdab0caa69e73
-DIST commons-beanutils-1.9.4-src.tar.gz.asc 833 BLAKE2B 
c971231cfb034bd9bbbd6e7801a4fcb54853c0d18872cfae81ce761fc8f71ebb70955456827ad33b4abd4df8c9820031fd49f28c50eddef5251b2a0d1b01cff9
 SHA512 
2a966959b2c94bf013df71885c2906a092b43a0ac6d63963f1462e7c09376964bb948c0681278a58fffae6716d042dc846b1649e1f4b0816e2adb3733bf14451
 DIST commons-collections-3.2.2-src.tar.gz 630693 BLAKE2B 
a70cebe9526291d5207db7edd7c9b50060413880d41dcb28c01cf05f7e00a9f5e1560012c3c3c763162412282db9512bc2b64a5788f210c5c8866943d912dafb
 SHA512 
2e8ef638f07515b028a3e7e97851fcf1d9023a2c188e211bd1e936f35d3d91c2885adf3b1103ad17dfb7aeea6e7a67ce7826ee346a8a29c1aa7c6b0cf14e9230

diff --git a/dev-java/commons-beanutils/commons-beanutils-1.9.4-r2.ebuild 
b/dev-java/commons-beanutils/commons-beanutils-1.9.4-r2.ebuild
deleted file mode 100644
index bbced5733489..000000000000
--- a/dev-java/commons-beanutils/commons-beanutils-1.9.4-r2.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="commons-beanutils:commons-beanutils:1.9.4"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple verify-sig
-
-DESCRIPTION="Provides easy-to-use wrappers around Reflection and Introspection 
APIs"
-HOMEPAGE="https://commons.apache.org/proper/commons-beanutils/";
-# We need some test classes of commons-collections which are not part of the 
jar file.
-ACC="commons-collections-3.2.2"
-SRC_URI="mirror://apache/commons/beanutils/source/${P}-src.tar.gz
-       test? ( 
https://archive.apache.org/dist/commons/collections/source/${ACC}-src.tar.gz )
-       verify-sig? ( 
https://downloads.apache.org/commons/beanutils/source/${P}-src.tar.gz.asc )"
-S="${WORKDIR}/${P}-src"
-
-LICENSE="Apache-2.0"
-SLOT="1.7"
-KEYWORDS="amd64 arm64 ppc64 ~x64-macos"
-
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/commons.apache.org.asc"
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-commons )"
-CP_DEPEND="
-       dev-java/commons-collections:0
-       dev-java/commons-logging:0
-"
-DEPEND="${CP_DEPEND}
-       >=virtual/jdk-1.8:*"
-RDEPEND="${CP_DEPEND}
-       >=virtual/jre-1.8:*"
-
-DOCS=( {CONTRIBUTING,README}.md {NOTICE,RELEASE-NOTES}.txt )
-
-JAVA_ENCODING="iso-8859-1"
-JAVA_SRC_DIR="src/main/java"
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4 "
-JAVA_TEST_SRC_DIR=(
-       src/test/java
-       ../"${ACC}"-src/src/test
-)
-
-src_unpack() {
-       if use verify-sig; then
-               verify-sig_verify_detached "${DISTDIR}"/${P}-src.tar.gz{,.asc}
-       fi
-       default
-}
-
-src_test() {
-       export LC_ALL="en_US.UTF-8"
-       # Apply patch to unpacked commons-collections
-       pushd "../${ACC}-src" >> /dev/null || die
-               eapply "${FILESDIR}/${ACC}-fixes.patch"
-       popd
-
-       pushd src/test/java || die
-               # Selection according to lines 375-383 pom.xml
-               local JAVA_TEST_RUN_ONLY=$(find * \
-                       -path "**/*TestCase.java" \
-                       ! -path "**/*MemoryTestCase.java" \
-                       ! -path "**/*MemoryLeakTestCase.java" \
-                       ! -path "**/*LocaleBeanificationTestCase.java" \
-                       ! -path "**/Jira347TestCase.java" \
-                       )
-       popd
-       JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//.java}"
-       JAVA_TEST_RUN_ONLY="${JAVA_TEST_RUN_ONLY//\//.}"
-
-       # We skip 2 more test classes conditionally which have failures with 
Java 21
-       # Error converting 'String' to 'java.sql.Time' using pattern 'h:mm a'
-       # Error converting 'String' to 'java.sql.Timestamp' using pattern 
'M/d/yy, h:mm a'
-       local vm_version="$(java-config -g PROVIDES_VERSION)"
-       if ver_test "${vm_version}" -ge "21"; then
-               
JAVA_TEST_RUN_ONLY=${JAVA_TEST_RUN_ONLY//org.apache.commons.beanutils.converters.SqlTimeConverterTestCase}
-               
JAVA_TEST_RUN_ONLY=${JAVA_TEST_RUN_ONLY//org.apache.commons.beanutils.converters.SqlTimestampConverterTestCase}
-       fi
-
-       java-pkg-simple_src_test
-}

Reply via email to