From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-compress/
Date: Sat, 13 Mar 2021 12:03:57 +0000 (UTC) [thread overview]
Message-ID: <1615637030.b004ba63d887ce3077e5504727edafde0f21fefd.fordfrog@gentoo> (raw)
commit: b004ba63d887ce3077e5504727edafde0f21fefd
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 11:56:35 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 12:03:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b004ba63
dev-java/commons-compress: bump to 1.20
Closes: https://bugs.gentoo.org/591696
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/commons-compress/Manifest | 1 +
.../commons-compress/commons-compress-1.20.ebuild | 41 ++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-java/commons-compress/Manifest b/dev-java/commons-compress/Manifest
index 917a541bdd4..cbff7f678be 100644
--- a/dev-java/commons-compress/Manifest
+++ b/dev-java/commons-compress/Manifest
@@ -1 +1,2 @@
DIST commons-compress-1.10-src.tar.gz 8528642 BLAKE2B 7fe3891340f8d215134c6926711dabe139cc978560c1c92739a755d69f8f99503e3aa7f8b9a5728922e11109ee196f27ae04a03e26e009a61415d5df2bba975e SHA512 1eee157134d861f49b735df02f028781ef86370d7d246cb8fbfc1f445427d5cdd753a9df7a78e760d53667c43ab5c37df315a1e36e845e5d308961ebe138d910
+DIST commons-compress-1.20-sources.tar.gz 12990994 BLAKE2B 5709419bc7b54ac9eee4ee9a42f2ecef9ae7ed0d4b1a91e0b79c791f4cf018aed8bff4ce507d1ef9136fdc28bd550d234632d0bb9ebe7819b57c5ce99694adb6 SHA512 1794bae69e00339d9e4d35b3276543ff6f9a0f1614ec9bd7c4ec8ff1bc86d08cd48e9dc3ec712b969cf8ccd61ef6054d0c6203d7cba0c28b22e6a3ecccd0c43e
diff --git a/dev-java/commons-compress/commons-compress-1.20.ebuild b/dev-java/commons-compress/commons-compress-1.20.ebuild
new file mode 100644
index 00000000000..f20803df625
--- /dev/null
+++ b/dev-java/commons-compress/commons-compress-1.20.ebuild
@@ -0,0 +1,41 @@
+# 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://mirrors.supportex.net/apache//commons/compress/source/commons-compress-1.20-src.tar.gz --slot 0 --keywords "~amd64 ~x86" --ebuild commons-compress-1.20.ebuild
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="org.apache.commons:commons-compress:1.20"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Java API for working with archive files"
+HOMEPAGE="https://commons.apache.org/proper/commons-compress/"
+SRC_URI="https://mirrors.supportex.net/apache//commons/compress/source/${P}-src.tar.gz -> ${P}-sources.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+CDEPEND="
+ dev-java/brotli-dec:0
+ dev-java/xz-java:0
+ dev-java/zstd-jni:0
+"
+
+DEPEND="
+ >=virtual/jdk-1.8:*
+ ${CDEPEND}
+"
+
+RDEPEND="
+ >=virtual/jre-1.8:*
+ ${CDEPEND}"
+
+S="${WORKDIR}/${P}-src"
+
+JAVA_ENCODING="iso-8859-1"
+
+JAVA_GENTOO_CLASSPATH="brotli-dec,xz-java,zstd-jni"
+JAVA_SRC_DIR="src/main/java"
next reply other threads:[~2021-03-13 12:04 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-13 12:03 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-25 13:51 [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-compress/ Sam James
2024-10-27 17:39 Eli Schwartz
2024-10-25 5:46 Arthur Zamarin
2024-10-25 5:46 Arthur Zamarin
2024-09-25 7:10 Miroslav Šulc
2024-04-14 18:56 Arthur Zamarin
2024-04-14 17:54 Arthur Zamarin
2024-04-14 13:39 Arthur Zamarin
2024-04-14 13:39 Arthur Zamarin
2024-03-22 8:43 Miroslav Šulc
2024-03-19 19:48 Arthur Zamarin
2024-03-15 10:12 Miroslav Šulc
2024-03-04 10:20 Miroslav Šulc
2024-03-04 9:14 Miroslav Šulc
2024-02-11 12:12 Miroslav Šulc
2022-12-03 8:27 Miroslav Šulc
2022-12-03 6:05 Arthur Zamarin
2022-12-02 6:26 Arthur Zamarin
2022-11-03 17:56 Arthur Zamarin
2022-11-03 17:24 Arthur Zamarin
2022-10-05 18:56 Arthur Zamarin
2022-10-04 9:40 Florian Schmaus
2021-12-22 18:47 Arthur Zamarin
2021-11-25 2:06 Sam James
2021-11-23 17:02 Sam James
2021-11-19 7:24 Arthur Zamarin
2021-11-12 12:31 Miroslav Šulc
2021-11-12 12:26 Jakov Smolić
2021-11-12 9:17 Jakov Smolić
2021-05-31 6:11 Agostino Sarubbo
2021-05-30 9:45 Agostino Sarubbo
2021-05-08 2:08 Thomas Deutschmann
2021-04-23 13:46 Sam James
2017-09-20 15:15 Thomas Sachau
2017-07-17 11:54 Alexis Ballier
2016-07-17 13:33 Patrice Clement
2016-07-17 13:33 Patrice Clement
2015-10-15 16:18 Patrice Clement
2015-10-05 20:43 Patrice Clement
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=1615637030.b004ba63d887ce3077e5504727edafde0f21fefd.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