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 519ED158020 for ; Mon, 5 Dec 2022 14:37:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54F71E085E; Mon, 5 Dec 2022 14:37:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3B9A0E085E for ; Mon, 5 Dec 2022 14:37:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 2D2F2340C1C for ; Mon, 5 Dec 2022 14:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D762771 for ; Mon, 5 Dec 2022 14:37:20 +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: <1670251019.8c985cacf165ae1b5ace0f650779d1b523ba4fd6.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/coursier-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/coursier-bin/Manifest dev-java/coursier-bin/coursier-bin-2.1.0_rc2.ebuild dev-java/coursier-bin/metadata.xml X-VCS-Directories: dev-java/coursier-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 8c985cacf165ae1b5ace0f650779d1b523ba4fd6 X-VCS-Branch: master Date: Mon, 5 Dec 2022 14:37:20 +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: ade4a01a-11e2-4e26-99ff-97059d37006b X-Archives-Hash: d3103640165cda39d312811272de6227 commit: 8c985cacf165ae1b5ace0f650779d1b523ba4fd6 Author: Florian Schmaus gentoo org> AuthorDate: Mon Dec 5 14:35:42 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Dec 5 14:36:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c985cac dev-java/coursier-bin: new package, add 2.1.0_rc2 Signed-off-by: Florian Schmaus gentoo.org> dev-java/coursier-bin/Manifest | 1 + .../coursier-bin/coursier-bin-2.1.0_rc2.ebuild | 30 ++++++++++++++++++++++ dev-java/coursier-bin/metadata.xml | 11 ++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-java/coursier-bin/Manifest b/dev-java/coursier-bin/Manifest new file mode 100644 index 000000000000..d221834ae1ef --- /dev/null +++ b/dev-java/coursier-bin/Manifest @@ -0,0 +1 @@ +DIST coursier-bin-2.1.0_rc2.gz 21077153 BLAKE2B 19ff645670b3f94162672b669063491f10e4ae8aee645fe0205f4f0dc80e9380ab045c665cdca792d93f1723348c8d267b01bfabc4db5014765757417d1cdc6e SHA512 9b822f8642a10afe7933c8f7bf246aea73b42e0d6ef5db0f9e4f9edee96a31a3d00111a8e1ba2e77898135131b6158dd3be5ca5ba3bac9ca95866aef881e5b80 diff --git a/dev-java/coursier-bin/coursier-bin-2.1.0_rc2.ebuild b/dev-java/coursier-bin/coursier-bin-2.1.0_rc2.ebuild new file mode 100644 index 000000000000..32691c5ffc9b --- /dev/null +++ b/dev-java/coursier-bin/coursier-bin-2.1.0_rc2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 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 +} diff --git a/dev-java/coursier-bin/metadata.xml b/dev-java/coursier-bin/metadata.xml new file mode 100644 index 000000000000..eb6b7081158b --- /dev/null +++ b/dev-java/coursier-bin/metadata.xml @@ -0,0 +1,11 @@ + + + + + flow@gentoo.org + Florian Schmaus + + + coursier/coursier + +