public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/jfrog-cli/
Date: Fri, 26 Aug 2022 23:27:56 +0000 (UTC)	[thread overview]
Message-ID: <1661556472.0ede4c38efc0d6fc5388fe6b0980894d17db5769.zmedico@gentoo> (raw)

commit:     0ede4c38efc0d6fc5388fe6b0980894d17db5769
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 23:27:34 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 23:27:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ede4c38

dev-util/jfrog-cli: add 2.25.0

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-util/jfrog-cli/Manifest                |  2 ++
 dev-util/jfrog-cli/jfrog-cli-2.25.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-util/jfrog-cli/Manifest b/dev-util/jfrog-cli/Manifest
index e7460fbcf2d9..f1eb647956b5 100644
--- a/dev-util/jfrog-cli/Manifest
+++ b/dev-util/jfrog-cli/Manifest
@@ -2,3 +2,5 @@ DIST jfrog-cli-1.35.3-deps.tar.xz 115342932 BLAKE2B 053c718ca61ba03454b068e5fd34
 DIST jfrog-cli-1.35.3.tar.gz 346736 BLAKE2B 5b88a54c328ae6cf83b72e420a8d6d7224a67226465c7101b817bccb2d6024b283a84a118516c85f8056b5e0b9f2f74cde3322a44b2c8b40ba8fb36932437d06 SHA512 1a0a088611df84dbace620c90e2a51372c7b3b19cf55b0616d5629bd61da190300f38ce2c9db96785bfe871e83cc03bdace9e0fd4161380acda7a2a3dc24df1b
 DIST jfrog-cli-2.21.4-deps.tar.xz 168791144 BLAKE2B dc405831c66dad14427909d7f2e1d87829a98083f84f9e2aa597f698c0132df46af17edda759d4f23e08f2625194f3a453f705f4f51127ee81610f6358399c5f SHA512 f8f7e4adf5f2ace30f48ef595d0f3137e3755d51e0c2b2ed5d1207313bae7ccca7a8c413ca9920a6835fc02129a96ca2a2c5562519c2ad9e0260a43cb8a6ef96
 DIST jfrog-cli-2.21.4.tar.gz 10364911 BLAKE2B 691bb8e46010bb0cee247452fbf2feb0e325bfc3d4d46e776c37e4e051b3287c405555b50017045c17ea49cf978e304974114795d47ab97e7bafb250e8ae3db7 SHA512 de81f6dfb03494c34439142edd5e2b14a844e47b32576f51fd153a902d63a6bc1d418201d47fc370f6a695f075652549605f342b8d35902f029a2af023d2d854
+DIST jfrog-cli-2.25.0-deps.tar.xz 171748840 BLAKE2B b17c23e58ec16a5e3e58505a9e6f8db31ace203d0514bf658f007a0164a158baaa0c5bed5fbf22b79bde199a93688a715a61cc80d6a284c937e9b3fc70486832 SHA512 8b55109d0bd98ef63cfa20ef4cc864493b25a9b3c59dc2bcf57e86bbb943c590d4155246fe31f14e001c9934c09523cb7b3326836f24fc62dee4ace9b27526b1
+DIST jfrog-cli-2.25.0.tar.gz 10351466 BLAKE2B cef89325ac60fdf68bc8b69cbae1979c7eb74d3af9a6be3a0475afa8fefbcd71cab550b6e7d50f8fa4a0a17df7f15a1fa63559045c176dd387d4eeaa51017ccc SHA512 1fe988a47d89781e6dd42f0a3318fbc551ec94a3a45af39fb1d9012f632856e890193022c54e10aac0e09c12bf51e714f3bdad15dd120bf3008c77840b149bb5

diff --git a/dev-util/jfrog-cli/jfrog-cli-2.25.0.ebuild b/dev-util/jfrog-cli/jfrog-cli-2.25.0.ebuild
new file mode 100644
index 000000000000..8f8fecf94d4b
--- /dev/null
+++ b/dev-util/jfrog-cli/jfrog-cli-2.25.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="Command line utility for operations on container images and image repositories"
+HOMEPAGE="https://github.com/jfrog/jfrog-cli"
+SRC_URI="https://github.com/jfrog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
+
+LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+	build/build.sh jfrog || die
+}
+
+src_install() {
+	dobin jfrog
+	einstalldocs
+}


             reply	other threads:[~2022-08-27 23:11 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-26 23:27 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-25  0:10 [gentoo-commits] repo/gentoo:master commit in: dev-util/jfrog-cli/ Zac Medico
2024-03-25  0:10 Zac Medico
2024-03-25  0:01 Zac Medico
2023-12-10 23:34 Zac Medico
2023-09-11 20:48 William Hubbs
2022-10-21  0:19 Zac Medico
2022-10-21  0:19 Zac Medico
2022-10-04  3:28 Zac Medico
2022-10-04  3:28 Zac Medico
2022-09-03 19:52 Zac Medico
2022-09-03 19:52 Zac Medico
2022-08-26 23:27 Zac Medico
2022-07-24 22:38 Zac Medico
2022-07-15 23:00 Zac Medico
2022-07-10 21:08 Zac Medico
2022-06-18 22:32 Zac Medico
2022-06-02  3:21 Zac Medico
2022-06-02  3:21 Zac Medico
2022-05-27  1:49 Zac Medico
2022-05-22 18:50 Zac Medico
2022-05-16  2:44 Zac Medico
2020-05-04 18:07 William Hubbs
2020-04-03  0:59 William Hubbs
2020-03-10  3:22 William Hubbs
2019-11-26  7:19 Zac Medico

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=1661556472.0ede4c38efc0d6fc5388fe6b0980894d17db5769.zmedico@gentoo \
    --to=zmedico@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