commit:     5822adcdf6435830817ebdf779888063e501fd02
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Jan  2 09:46:08 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 08:34:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5822adcd

dev-java/commons-collections: drop 3.2.2-r1

Closes: https://bugs.gentoo.org/916445
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/34602
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../commons-collections-3.2.2-r1.ebuild            | 70 ----------------------
 1 file changed, 70 deletions(-)

diff --git a/dev-java/commons-collections/commons-collections-3.2.2-r1.ebuild 
b/dev-java/commons-collections/commons-collections-3.2.2-r1.ebuild
deleted file mode 100644
index 77421d30330b..000000000000
--- a/dev-java/commons-collections/commons-collections-3.2.2-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="commons-collections:commons-collections:3.2.2"
-
-inherit java-pkg-2 java-ant-2 verify-sig
-
-DESCRIPTION="Jakarta-Commons Collections Component"
-HOMEPAGE="https://commons.apache.org/collections/";
-SRC_URI="https://archive.apache.org/dist/commons/collections/source/commons-collections-${PV}-src.tar.gz
-       verify-sig? ( 
https://archive.apache.org/dist/commons/collections/source/commons-collections-${PV}-src.tar.gz.asc
 )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       >=virtual/jdk-1.8:*
-       test? (
-               dev-java/junit:0
-               dev-java/ant-junit:0
-       )"
-
-RDEPEND=">=virtual/jre-1.8:*"
-
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-apache-commons )"
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/commons.apache.org.asc"
-
-S="${WORKDIR}/${P}-src"
-
-PATCHES=(
-       "${FILESDIR}/${P}-fixes.patch"
-)
-
-src_prepare() {
-       default
-}
-
-src_compile() {
-       local antflags
-       if use test; then
-               antflags="tf.jar -Djunit.jar=$(java-pkg_getjars --build-only 
junit)"
-       fi
-       eant jar $(use_doc) ${antflags}
-}
-
-src_test() {
-       if [[ "${ARCH}" = "ppc" ]]; then
-               einfo "tests are disabled on ppc"
-       else
-               ANT_TASKS="ant-junit" eant testjar 
-Djunit.jar="$(java-pkg_getjars junit)"
-       fi
-}
-
-src_install() {
-       java-pkg_newjar build/${P}.jar ${PN}.jar
-       use test && \
-               java-pkg_newjar build/${PN}-testframework-${PV}.jar \
-                       ${PN}-testframework.jar
-
-       java-pkg_dohtml *.html
-       if use doc; then
-               java-pkg_dojavadoc build/docs/apidocs
-       fi
-       use source && java-pkg_dosrc src/java/*
-}

Reply via email to