diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-03-22 13:00:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-03-22 13:00:52 +0000 |
commit | a9715695537fe2582eaabd4a0d2cbe2322c01735 (patch) | |
tree | 4bca37e741d83c1d0ef189c2b3a1206301a8a0a4 /dev-java/commons-io | |
parent | 267b3b848468a603048b181330ee73cf0bd99c44 (diff) |
gentoo auto-resync : 22:03:2024 - 13:00:51
Diffstat (limited to 'dev-java/commons-io')
-rw-r--r-- | dev-java/commons-io/Manifest | 4 | ||||
-rw-r--r-- | dev-java/commons-io/commons-io-2.11.0-r1.ebuild | 54 | ||||
-rw-r--r-- | dev-java/commons-io/commons-io-2.15.1.ebuild | 2 |
3 files changed, 2 insertions, 58 deletions
diff --git a/dev-java/commons-io/Manifest b/dev-java/commons-io/Manifest index 8e6ecca529d6..98ad5f6ec3e9 100644 --- a/dev-java/commons-io/Manifest +++ b/dev-java/commons-io/Manifest @@ -1,6 +1,4 @@ -DIST commons-io-2.11.0-sources.tar.gz 498841 BLAKE2B e45ae4400246d7469e8628f08d2f647ea670b994360c1150fe1f414beee5177e7af7c94589a5c81ce6996f2fb755441f29080ca9b69b98cb5ae1ad897f8f00b5 SHA512 e2ab8ebc9c328093a460f8f5f96c80bb45f5073ec7aaa0beabdcdeac2e97324292eab2e2cb8b64d8e78b2c5d89048ba84e50daa0965dffcbe2fd0da7ab789ee3 DIST commons-io-2.15.1-src.tar.gz 618534 BLAKE2B 6fc539f28ce610e9947bf529154c79f6924d74872d6f03561d477feba6013e48d74cb5097c851173b690b27052d59c38a9ca4048c1ed54736d29d962746182d6 SHA512 809c7aa66354f2e35fd23f295c4e2f325596ee7f842b7f63f6acc3bd9377c17d4dd276ce62c477fff8d51d0d660e9addbc068270a876097cbecfe3e64f57f385 DIST commons-io-2.15.1-src.tar.gz.asc 488 BLAKE2B 5fb3128a63d2fbc74cd96bf00919cca0fbf7b0a2cbd48287c8495c0fdb78c9df53dcc06a443b626b52ff3f9c32c55425ba619a4f61de542f3dd912916f3b2469 SHA512 1d358d3acd88816fb4d95746d8e4bd4351062cf35caad8c6f4d2da42c7974a4a583db4f7d98d8768ca7fcb4900172b869c6d6f714b8df71bb214634f83c7a55a -EBUILD commons-io-2.11.0-r1.ebuild 1819 BLAKE2B 71a3f99e960c1b47dbc3163a1f68885dc368cbad322a4bfb73360d9ab860c47a796c7296b0a540c2e9b175901e92571a1d47e0b0c9cbb04f7b00c41eba4931e1 SHA512 b2f371cfa1d005c0b9f251bf10d3d35f366842720f519b3ef452745bc0a399f78c5bdaa46c087773ffa3e4437d299a645d5df6d6414cb570acf45052be95915b -EBUILD commons-io-2.15.1.ebuild 996 BLAKE2B b44c1f4a4e2b878488204c26362c70828585b6697cc260e335918b084b016d592083cc24c068c135b4320a45f645ce3b3084ee3f588772ab8f735f3fea9d6023 SHA512 b57a9f0a31302bbe4dfe60b16cac0a8563ba4b88e12bb1d8deb7d1e1c044c7db0649826bcbada6e351638ac39c8ae2b763fbc3f51ea82e35017418221b9082a5 +EBUILD commons-io-2.15.1.ebuild 994 BLAKE2B 9c3204eaa65b369b7a7529222e648f44437fbf915a7f6a62114c7f93372fef9deac75536962e06023b8297484fb60247db8923acf162efd704c4c5fa44b41bb8 SHA512 76f4bc4dd5baff6bfac14d9425bc9e27dbdbbbbf26393279bd5fdd3791927fba9c666f86d2c21c4851b038e80eb7cda1f73103917afb8cb3cb2dd920d808497d MISC metadata.xml 319 BLAKE2B 0cf0293595d7916fd34cf3a108f6f79e8ce3fc32d4bc02bcb093578e02c5386ed80b50487fb8e663cbcfa98873ab0a5a3763b3b002ff89323617b30c4a1b4143 SHA512 acbe501db8b7fe74845d68c3c288231b2140473652c12b04d4b4edac4a6031be67c470d4b59a170e743023e1f931a7daae647be0a23bf5d227d1fbd9c4927cfa diff --git a/dev-java/commons-io/commons-io-2.11.0-r1.ebuild b/dev-java/commons-io/commons-io-2.11.0-r1.ebuild deleted file mode 100644 index 29bd88fca479..000000000000 --- a/dev-java/commons-io/commons-io-2.11.0-r1.ebuild +++ /dev/null @@ -1,54 +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://mirror.dkm.cz/apache//commons/io/source/commons-io-2.11.0-src.tar.gz --slot 0 --keywords "~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" --ebuild commons-io-2.11.0.ebuild - -EAPI=7 - -JAVA_PKG_IUSE="doc source test" -MAVEN_ID="commons-io:commons-io:2.11.0" - -inherit java-pkg-2 java-pkg-simple - -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 -> ${P}-sources.tar.gz" -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" - -# Compile dependencies -# POM: pom.xml -# test? com.google.jimfs:jimfs:1.2 -> !!!groupId-not-found!!! -# test? org.apache.commons:commons-lang3:3.12.0 -> >=dev-java/commons-lang-3.12.0:3.6 -# test? org.junit-pioneer:junit-pioneer:1.4.2 -> !!!groupId-not-found!!! -# test? org.junit.jupiter:junit-jupiter:5.7.2 -> !!!groupId-not-found!!! -# test? org.mockito:mockito-inline:3.11.2 -> !!!artifactId-not-found!!! -# test? org.openjdk.jmh:jmh-core:1.32 -> !!!groupId-not-found!!! -# test? org.openjdk.jmh:jmh-generator-annprocess:1.32 -> !!!groupId-not-found!!! - -DEPEND=" - >=virtual/jdk-1.8:* - test? ( - >=dev-java/commons-lang-3.12.0:3.6 - ) -" - -RDEPEND=" - >=virtual/jre-1.8:* -" - -# some test dependencies are missing -RESTRICT="test" - -S="${WORKDIR}/${P}-src" - -JAVA_ENCODING="iso-8859-1" - -JAVA_SRC_DIR="src/main/java" - -JAVA_TEST_GENTOO_CLASSPATH="commons-lang-3.6" -JAVA_TEST_SRC_DIR="src/test/java" -JAVA_TEST_RESOURCE_DIRS="src/test/resources" -JAVA_AUTOMATIC_MODULE_NAME="org.apache.commons.io" diff --git a/dev-java/commons-io/commons-io-2.15.1.ebuild b/dev-java/commons-io/commons-io-2.15.1.ebuild index 2e300e56b692..99a17eafd8b9 100644 --- a/dev-java/commons-io/commons-io-2.15.1.ebuild +++ b/dev-java/commons-io/commons-io-2.15.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${P}-src" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" RESTRICT="test" #839681 VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/commons.apache.org.asc" |