public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-io/
Date: Sun, 24 Jul 2022 17:00:28 +0000 (UTC)	[thread overview]
Message-ID: <1658681503.cbae8092d98f132686474f6f74b2a03094f4dfc6.flow@gentoo> (raw)

commit:     cbae8092d98f132686474f6f74b2a03094f4dfc6
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Jul 11 15:17:12 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> 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"


             reply	other threads:[~2022-07-24 17:00 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-24 17:00 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-29 17:27 [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-io/ Miroslav Šulc
2024-12-30 19:41 Florian Schmaus
2024-12-25  5:51 Arthur Zamarin
2024-12-24  7:06 Sam James
2024-12-24  7:06 Sam James
2024-11-25  7:55 Miroslav Šulc
2024-10-27 17:39 Eli Schwartz
2024-10-25  5:46 Arthur Zamarin
2024-10-25  5:46 Arthur Zamarin
2024-10-15  7:32 Miroslav Šulc
2024-10-12  7:28 Michał Górny
2024-10-11  9:56 Arthur Zamarin
2024-10-11  9:56 Arthur Zamarin
2024-10-11  9:56 Arthur Zamarin
2024-09-25  7:04 Miroslav Šulc
2024-09-11  7:52 Miroslav Šulc
2024-03-22  8:43 Miroslav Šulc
2024-03-19 19:48 Arthur Zamarin
2024-03-04  9:14 Miroslav Šulc
2024-03-04  9:14 Miroslav Šulc
2022-08-23 18:53 Arthur Zamarin
2022-08-23 18:26 Sam James
2022-08-23 18:26 Sam James
2022-08-23 16:32 Arthur Zamarin
2022-08-23 16:32 Arthur Zamarin
2021-12-17 10:57 Arthur Zamarin
2021-10-26  6:43 Miroslav Šulc
2021-10-26  3:16 Sam James
2021-10-26  3:14 Sam James
2021-10-26  3:12 Sam James
2021-10-26  3:12 Sam James
2021-09-24  7:14 Miroslav Šulc
2021-05-16 18:58 Sam James
2021-04-27 18:18 Miroslav Šulc
2021-04-27 18:09 Sam James
2021-04-26 19:11 Sam James
2021-04-26 19:11 Sam James
2021-04-13 10:30 Miroslav Šulc
2017-07-17 10:51 Alexis Ballier
2015-11-16 18:36 Patrice Clement
2015-08-31 11:39 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1658681503.cbae8092d98f132686474f6f74b2a03094f4dfc6.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox