From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BCDE158094 for ; Sun, 24 Jul 2022 17:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2667FE1012; Sun, 24 Jul 2022 17:00:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00B07E1014 for ; Sun, 24 Jul 2022 17:00:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B9DA341130 for ; Sun, 24 Jul 2022 17:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 509EC54D for ; Sun, 24 Jul 2022 17:00:28 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1658681503.cbae8092d98f132686474f6f74b2a03094f4dfc6.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-io/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-io/commons-io-2.11.0-r1.ebuild X-VCS-Directories: dev-java/commons-io/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: cbae8092d98f132686474f6f74b2a03094f4dfc6 X-VCS-Branch: master Date: Sun, 24 Jul 2022 17:00:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66c2cb42-8282-40d8-80b9-de47c6797c93 X-Archives-Hash: 5c164d878db3d3be128eae086a6a703a commit: cbae8092d98f132686474f6f74b2a03094f4dfc6 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Jul 11 15:17:12 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Jul 24 16:51:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbae8092 dev-java/commons-io: add missing Automatic-Module-Name Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Florian Schmaus gentoo.org> dev-java/commons-io/commons-io-2.11.0-r1.ebuild | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) 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 new file mode 100644 index 000000000000..73150451cd28 --- /dev/null +++ b/dev-java/commons-io/commons-io-2.11.0-r1.ebuild @@ -0,0 +1,54 @@ +# 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 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 ~sparc-solaris ~x86-solaris" --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 ~sparc-solaris ~x86-solaris" + +# 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"