diff --git a/dev-java/commons-text/Manifest b/dev-java/commons-text/Manifest index 6a46c7a8b..63e585c24 100644 --- a/dev-java/commons-text/Manifest +++ b/dev-java/commons-text/Manifest @@ -1 +1 @@ -DIST commons-text-1.10.0-src.tar.gz 342224 BLAKE2B efed282c9fed7dae5766f7158136a4d7414ba0610e16a52fa2d12ee04e43960d47ec7c62f220c2ab881a13afa8a81cf85e453364e37c67550e15c314122ebf25 SHA512 6bf2dc7dda4429cb1b9ba3a4d383c1d9ffabd5ff35a0adc55216e7cf4c532e51b2b012c9b0f3ea859cd32aef75e05547d892301f34f304a0bfd27c39a28fe04f +DIST commons-text-1.11.0-src.tar.gz 349659 BLAKE2B 1bb7e5b8b55b440d5420a0b972ec2c1a6d75ebba290980851f1f815f46a3fa3671a5ad4757e9897198ec52384be02cdc9ef06526c838d12070c58c44f1c4697f SHA512 3a97b58eae3e8a51fe46c3296021622bfe912869b2d9666c745f345d574bbc86307acfb39b329c6a544728b35d200487c6b752de1909a209692a2f00fb260460 diff --git a/dev-java/commons-text/commons-text-1.10.0.ebuild b/dev-java/commons-text/commons-text-1.10.0.ebuild deleted file mode 100644 index 8f036a4f9..000000000 --- a/dev-java/commons-text/commons-text-1.10.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2022 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 mirror://apache//commons/text/source/commons-text-1.10.0-src.tar.gz -# --slot 0 --keywords "~amd64 ~ppc64 ~x86" --ebuild commons-text-1.10.0.ebuild - -EAPI=8 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="org.apache.commons:commons-text:1.10.0" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Apache Commons Text is a library focused on algorithms working on strings" -HOMEPAGE="https://commons.apache.org/proper/commons-text/" -SRC_URI="mirror://apache//commons/text/source/commons-text-${PV}-src.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ppc64 x86" - -# Common dependencies -# POM: pom.xml -# org.apache.commons:commons-lang3:3.12.0 -> >=dev-java/commons-lang-3.12.0:3.6 - -CDEPEND=" - dev-java/commons-lang:3.6 -" - -# Compile dependencies -# POM: pom.xml -# test? commons-io:commons-io:2.11.0 -> >=dev-java/commons-io-2.11.0:1 -# test? org.apache.commons:commons-rng-simple:1.4 -> !!!artifactId-not-found!!! -# test? org.assertj:assertj-core:3.23.1 -> !!!suitable-mavenVersion-not-found!!! -# test? org.graalvm.js:js:22.0.0.2 -> !!!groupId-not-found!!! -# test? org.graalvm.js:js-scriptengine:22.0.0.2 -> !!!groupId-not-found!!! -# test? org.junit.jupiter:junit-jupiter:5.9.1 -> !!!groupId-not-found!!! -# test? org.mockito:mockito-inline:4.8.0 -> !!!artifactId-not-found!!! -# test? org.openjdk.jmh:jmh-core:1.35 -> >=dev-java/jmh-core-1.35:0 -# test? org.openjdk.jmh:jmh-generator-annprocess:1.35 -> !!!artifactId-not-found!!! - -DEPEND=" - >=virtual/jdk-1.8:* - ${CDEPEND} -" - -RDEPEND=" - >=virtual/jre-1.8:* - ${CDEPEND}" - -DOCS=( CONTRIBUTING.md NOTICE.txt README.md RELEASE-NOTES.txt ) - -S="${WORKDIR}/${P}-src" - -JAVA_AUTOMATIC_MODULE_NAME="org.apache.commons.text" -JAVA_ENCODING="ISO-8859-1" - -JAVA_GENTOO_CLASSPATH="commons-lang-3.6" -JAVA_SRC_DIR="src/main/java" diff --git a/dev-java/commons-text/commons-text-1.11.0.ebuild b/dev-java/commons-text/commons-text-1.11.0.ebuild index c548784e6..6d65244c7 100644 --- a/dev-java/commons-text/commons-text-1.11.0.ebuild +++ b/dev-java/commons-text/commons-text-1.11.0.ebuild @@ -15,11 +15,11 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Apache Commons Text is a library focused on algorithms working on strings" HOMEPAGE="https://commons.apache.org/proper/commons-text/" -SRC_URI="https://archive.apache.org/dist/commons/text/source/" +SRC_URI="https://archive.apache.org/dist/commons/text/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="~amd64 ~ppc64 ~x86" # Common dependencies # POM: pom.xml