From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-io/
Date: Tue, 13 Apr 2021 10:30:47 +0000 (UTC) [thread overview]
Message-ID: <1618309817.a69dc4ba502fc196b8e498fd7c9b3edd1c2822de.fordfrog@gentoo> (raw)
commit: a69dc4ba502fc196b8e498fd7c9b3edd1c2822de
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 10:30:17 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 10:30:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69dc4ba
dev-java/commons-io: bump to 2.8.0
Bug: https://bugs.gentoo.org/736579
Bug: https://bugs.gentoo.org/758371
Bug: https://bugs.gentoo.org/779499
Bug: https://bugs.gentoo.org/782568
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/commons-io/Manifest | 1 +
dev-java/commons-io/commons-io-2.8.0.ebuild | 33 +++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-java/commons-io/Manifest b/dev-java/commons-io/Manifest
index 83cae7deb5d..564428f2721 100644
--- a/dev-java/commons-io/Manifest
+++ b/dev-java/commons-io/Manifest
@@ -1 +1,2 @@
DIST commons-io-2.4-src.tar.gz 330961 BLAKE2B 1a1ae7c968bfc38b4a4f3c4c131de088c4efdd8fff0858e7493e057909076c74d4b0ebee1999ef01af9636d88600ecca71bb0808686a6f9c1a20f4d7a5cbe6e6 SHA512 69ac5f7b8de952d8b519ad89d4e9a33a9d269af0e68b735c0180ee8853a30e2a09147ceac362626a2fb3a041bd46eca094be2661ff280c1bab54a0548cae0aee
+DIST commons-io-2.8.0-sources.tar.gz 445833 BLAKE2B 4fc6f9b66fa88adfc110742bd3eab55cbe165552f71d665f70fd54d4b0b79c4e76b45fccdb78c6ef64e476f54efc8b51adc9b2d7e880c71dbdb6bc5883d2fe55 SHA512 6189c72eff8661bfb8cfed95dd7ee32578b24b50f6586d4628a4dbfd3618853a72eb73da311729e55742ace47b2d38d3ce130ab87b684494d8ce33d1ccf14a2d
diff --git a/dev-java/commons-io/commons-io-2.8.0.ebuild b/dev-java/commons-io/commons-io-2.8.0.ebuild
new file mode 100644
index 00000000000..f6f4ca1b4eb
--- /dev/null
+++ b/dev-java/commons-io/commons-io-2.8.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 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://ftp.fau.de/apache//commons/io/source/commons-io-2.8.0-src.tar.gz --slot 1 --keywords "~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" --ebuild commons-io-2.8.ebuild
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="commons-io:commons-io:2.8.0"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Utility classes, stream implementations, file filters, and endian classes"
+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 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+
+DEPEND="
+ >=virtual/jdk-1.8:*
+"
+
+RDEPEND="
+ >=virtual/jre-1.8:*
+"
+
+S="${WORKDIR}/${P}-src"
+
+JAVA_ENCODING="iso-8859-1"
+
+JAVA_SRC_DIR="src/main/java"
next reply other threads:[~2021-04-13 10:30 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-13 10:30 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-02 15:19 [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-io/ Arthur Zamarin
2025-08-02 15:19 Arthur Zamarin
2025-08-02 15:19 Arthur Zamarin
2025-04-29 17:27 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
2022-07-24 17:00 Florian Schmaus
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
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=1618309817.a69dc4ba502fc196b8e498fd7c9b3edd1c2822de.fordfrog@gentoo \
--to=fordfrog@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