From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/coursier-bin/
Date: Tue, 21 Mar 2023 11:15:36 +0000 (UTC) [thread overview]
Message-ID: <1679397330.5413da4264811046373c985e87652c8d3b01b8ba.flow@gentoo> (raw)
commit: 5413da4264811046373c985e87652c8d3b01b8ba
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 11:12:59 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 11:15:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5413da42
dev-java/coursier-bin: add 2.1.0
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-java/coursier-bin/Manifest | 1 +
dev-java/coursier-bin/coursier-bin-2.1.0.ebuild | 30 +++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-java/coursier-bin/Manifest b/dev-java/coursier-bin/Manifest
index d36b825f2cd3..dc24274517ae 100644
--- a/dev-java/coursier-bin/Manifest
+++ b/dev-java/coursier-bin/Manifest
@@ -1,2 +1,3 @@
+DIST coursier-bin-2.1.0.gz 20682614 BLAKE2B 16209943324466bc0e07b139bb17001f4490fde41dc683f4e534290e2394f1182493a63ec55235c42f3bd2fc5bd187c78c84386db3ab97c0c8bb03400f25b3d9 SHA512 f8e9e1cc972fe433ddab325c97d927beb70af0b81c4381e7bd96e10c12e996bc2060ce82406758e48a33f12fe22c086f9c21020afb6e8e99fe8e6d693124b59f
DIST coursier-bin-2.1.0_rc3.gz 21120545 BLAKE2B 55d4236c408b9883d49fa64ed79f269fc935171abe161c3bef8e92da396f12881c9cf7750dd8e8d5b955c390cfb29304a8406c3db702c3a477219acbf0c0b989 SHA512 1a31d7ced6c8c1137b6e330723c90e12f010a815592a4e11129c7bd5611528edc62166415937c6fa5dc92732b277bce1b971e6dee27f9b1350ac71b4b7afc290
DIST coursier-bin-2.1.0_rc5.gz 20759374 BLAKE2B 5e44db9b22a1b3febb5e815401249ed4df663efd8dbbfe8a54a05ae8fbb23a4cae6407e5845ef199098ac8f49e01138a3a2ac5c21998ae3e5addec3159093895 SHA512 5c276e13b65b2a3058a1d4010c97b59e28637c3e17e2f448fbb65dd4e97325846add95557836339d5026ee92bcba82ec5c0948a2ad8a31d7b60ce59c0c36160c
diff --git a/dev-java/coursier-bin/coursier-bin-2.1.0.ebuild b/dev-java/coursier-bin/coursier-bin-2.1.0.ebuild
new file mode 100644
index 000000000000..9bf4cb6eb641
--- /dev/null
+++ b/dev-java/coursier-bin/coursier-bin-2.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+get_orig_coursier_pv() {
+ local orig_pv=$(ver_rs 3 -)
+ orig_pv=${orig_pv/rc/RC}
+ orig_pv=${orig_pv/pre/M}
+ echo "${orig_pv}"
+}
+
+DESCRIPTION="Java/Scala artifact fetching, bundling and deploying"
+HOMEPAGE="https://get-coursier.io/"
+SRC_URI="https://github.com/coursier/coursier/releases/download/v$(get_orig_coursier_pv)/cs-x86_64-pc-linux.gz -> ${P}.gz"
+
+KEYWORDS="~amd64"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+S="${WORKDIR}"
+
+RDEPEND=">=virtual/jre-8"
+
+QA_FLAGS_IGNORED="usr/bin/coursier"
+QA_TEXTRELS="usr/bin/coursier"
+
+src_install() {
+ newbin "${P}" coursier
+}
next reply other threads:[~2023-03-21 11:15 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-21 11:15 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-15 8:50 [gentoo-commits] repo/gentoo:master commit in: dev-java/coursier-bin/ Florian Schmaus
2025-01-15 8:50 Florian Schmaus
2024-12-10 11:17 Florian Schmaus
2024-10-24 10:42 Florian Schmaus
2024-10-04 10:16 Florian Schmaus
2024-10-04 10:16 Florian Schmaus
2024-08-22 9:34 Florian Schmaus
2024-08-22 9:33 Florian Schmaus
2024-03-31 18:20 Florian Schmaus
2024-03-31 18:20 Florian Schmaus
2024-03-31 18:20 Florian Schmaus
2024-01-09 15:52 Florian Schmaus
2023-10-22 10:28 Florian Schmaus
2023-10-22 10:28 Florian Schmaus
2023-09-18 9:34 Florian Schmaus
2023-09-18 9:34 Florian Schmaus
2023-07-29 14:05 Florian Schmaus
2023-07-29 14:05 Florian Schmaus
2023-07-01 17:21 Florian Schmaus
2023-07-01 17:21 Florian Schmaus
2023-06-25 15:23 Florian Schmaus
2023-06-25 15:23 Florian Schmaus
2023-05-27 11:01 Florian Schmaus
2023-05-04 6:54 Florian Schmaus
2023-05-04 6:54 Florian Schmaus
2023-05-04 6:54 Florian Schmaus
2023-03-21 11:15 Florian Schmaus
2023-02-02 8:44 Florian Schmaus
2023-02-02 8:44 Florian Schmaus
2023-02-02 8:44 Florian Schmaus
2022-12-16 16:56 Florian Schmaus
2022-12-05 14:37 Florian Schmaus
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=1679397330.5413da4264811046373c985e87652c8d3b01b8ba.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