diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-10-13 23:03:26 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-10-14 11:21:00 +0200 |
commit | 97fcb768f6c644261e6f7b5be03212253dc3afdb (patch) | |
tree | 9feaf4ce898f4ab1ea1b170d843967c51fb81dd9 /dev-java/commons-cli | |
parent | games-server/mednafen-server: drop 0.5.2-r2 (diff) | |
download | gentoo-97fcb768f6c644261e6f7b5be03212253dc3afdb.tar.gz gentoo-97fcb768f6c644261e6f7b5be03212253dc3afdb.tar.bz2 gentoo-97fcb768f6c644261e6f7b5be03212253dc3afdb.zip |
dev-java/commons-cli: drop 1.5.0-r1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/38836/commits/e17f6c7658f2d9ddb26fe0f56c8113d5d86cbf38
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/commons-cli')
-rw-r--r-- | dev-java/commons-cli/Manifest | 1 | ||||
-rw-r--r-- | dev-java/commons-cli/commons-cli-1.5.0-r1.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/dev-java/commons-cli/Manifest b/dev-java/commons-cli/Manifest index 6e506677c4d4..4dc64591a27d 100644 --- a/dev-java/commons-cli/Manifest +++ b/dev-java/commons-cli/Manifest @@ -1,3 +1,2 @@ -DIST commons-cli-1.5.0-src.tar.gz 156731 BLAKE2B b3bc3c7426f4564187f6b2fecf2977a8d307277cb244bb51064f32e6d2fc0ddb08c539b3bae68bba5ccc2319d0e483f01f6765ae3e86ebfe99eb775564fd7c8f SHA512 aa2165695177c3e4561f68585cafb5434758138d8a863f3db1860477f660cf78664d2afb07cc3bc767bc8fa87befc7eaa5bdead423ee8b883c62ff00aec7cdda DIST commons-cli-1.9.0-src.tar.gz 187533 BLAKE2B d38f6602e065059521a052e2a9bfe7b05f9cd7da26537b3237868e583d7ca904e36cd58ffe04b9ea5feae81594cdc2bcbab7c16d2c95f2888f5ffd35c78c485c SHA512 d20df809e8e0ebed79c57af9c9b447b0068347ba0edfcdec3652cb00bd9575b24fc77093d735e827d9d02a6fe2681bf239fd01df5f7c682ae34ade0781c53e35 DIST commons-cli-1.9.0-src.tar.gz.asc 488 BLAKE2B 22992f7fe15617c0422061447f9bae8ff5ab5804514b48bb277cfad0483e932694048159b82f1782369bdf1f25f5a9387f63ea2d83f147ea80f9ef21d1b772c5 SHA512 27f46b143efef09c6ec84382b2c7ca3877441190f3201ed167560572e741c23d641c3c534b1c25df399445957353285bed7913f113db8489c097b2057ed70571 diff --git a/dev-java/commons-cli/commons-cli-1.5.0-r1.ebuild b/dev-java/commons-cli/commons-cli-1.5.0-r1.ebuild deleted file mode 100644 index d3b9d7264d64..000000000000 --- a/dev-java/commons-cli/commons-cli-1.5.0-r1.ebuild +++ /dev/null @@ -1,43 +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-cli:commons-cli:1.5.0" -JAVA_TESTING_FRAMEWORKS="junit-4" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A Java library for working with the command line arguments and options" -HOMEPAGE="https://commons.apache.org/proper/commons-cli/" -SRC_URI="mirror://apache/commons/cli/source/${P}-src.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" - -RDEPEND=">=virtual/jre-1.8:*" - -DEPEND=">=virtual/jdk-1.8:*" - -S="${WORKDIR}/${P}-src" - -JAVA_SRC_DIR="src/main/java" - -JAVA_TEST_GENTOO_CLASSPATH="junit-4" -JAVA_TEST_SRC_DIR="src/test/java" -JAVA_TEST_RESOURCE_DIRS="src/test/resources" - -# There were 62 failures: -# 1) testSimpleLong(org.apache.commons.cli.ParserTestCase) -# java.lang.InstantiationException -# at java.base/jdk.internal.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) -# FAILURES!!! -# Tests run: 444, Failures: 62 -JAVA_TEST_EXCLUDES="org.apache.commons.cli.ParserTestCase" - -src_install() { - default - java-pkg-simple_src_install -} |