public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/src-cli/
Date: Tue, 28 Feb 2023 18:31:25 +0000 (UTC)	[thread overview]
Message-ID: <1677609068.681a984431711f73978a03c60547c28ebeadace7.williamh@gentoo> (raw)

commit:     681a984431711f73978a03c60547c28ebeadace7
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 18:30:14 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 18:31:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681a9844

dev-util/src-cli: add 4.5.0

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

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

diff --git a/dev-util/src-cli/Manifest b/dev-util/src-cli/Manifest
index 3f4e193674ed..df9c4d31ed2c 100644
--- a/dev-util/src-cli/Manifest
+++ b/dev-util/src-cli/Manifest
@@ -4,3 +4,5 @@ DIST src-cli-4.3.0-deps.tar.xz 141941984 BLAKE2B 59c0beb3e458eacec4451ec19e9b4fa
 DIST src-cli-4.3.0.tar.gz 258039 BLAKE2B 31abf15af1861693babf0be7ae5ba86715d46328e637b2b43411e1f16f611f364e1da66523e8bc1eff07fc6ede4ec1b8b2a85422e77f23da618038d102493f5f SHA512 cc4a072dac402b1ddaadce595ca96d05c24596ee4999f52edc85dd7662c1f95ca3390a7ad4e30b983343b58e52b349404736c76cb1e94b073779587c4d544a8b
 DIST src-cli-4.4.0-deps.tar.xz 141948812 BLAKE2B df5323e899d509a7f3da8c05718643701519cbdf4ccaf9f370e7aaf3da2d171acdd630cc8a078e15432c2c8c155ec1e48428e47a1c55d45bcaedec3b92329fed SHA512 4549b591d3c5d9976fe5b70010030b5cadf20853b99b595b6a602c2052736ace841d262019d3d54961e7940b590027145de55e590c0395b6e4711127525601c0
 DIST src-cli-4.4.0.tar.gz 258505 BLAKE2B c5f152e8843928f4cc10d8bcc11ebaf4e1e78d2b69b74b98612c74a93d12fab5daaebb9f3a949e31169f2a234a6e229b988b055020e966c8aa1f27e12a37cef4 SHA512 9dd4e5a681d5f4d846f24b0c0dd27ca8d15998486545a5a332f4fcfe2fdc443c1cdd9a74259c2397b914f5e19f10aa325dae7f7c428ca69871e6f1790a2d8421
+DIST src-cli-4.5.0-deps.tar.xz 153966948 BLAKE2B 2479d99e7a7dae09e1eeaf5a7202047dac271feecd6903b6f3cf72ebe790eb837a057fb6424e066c3729afe4f94d604ff8b08ca8fe62039453e10a742a46ea2a SHA512 c882db26c9504e11bbda565f527918ec4280ff8e0120a87b604c756223fffe3634723d8a7e1845d8f73fa49a581bb60df84d15e1344d06bd8c61fa19bb35e0a7
+DIST src-cli-4.5.0.tar.gz 267190 BLAKE2B 8fe1e93f3a4d1515801b8b0e85b7054c4bcc97fbe59b7e844c5424d91bb611068238cc372e960437be20d0154fadbba56a2f99733e05939780b8f90a61c7639f SHA512 1767397549f343c1a33add05de787d8823ad12ee74096b424d7e584dca32e966a724a28c237ff8718c4ed4a14b91a0b8cd769170db1e22c4bc62e8e88a3f24bb

diff --git a/dev-util/src-cli/src-cli-4.5.0.ebuild b/dev-util/src-cli/src-cli-4.5.0.ebuild
new file mode 100644
index 000000000000..96cf6ad246e2
--- /dev/null
+++ b/dev-util/src-cli/src-cli-4.5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="command line interface for the Sourcegraph code search tool"
+HOMEPAGE="https://sourcegraph.com https://docs.sourcegraph.com/cli"
+SRC_URI="https://github.com/sourcegraph/src-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+	ego build ./cmd/src
+}
+
+src_install() {
+	dobin src
+	dodoc AUTH_PROXY.md CHANGELOG.md
+}


             reply	other threads:[~2023-02-28 18:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28 18:31 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-02 16:24 [gentoo-commits] repo/gentoo:master commit in: dev-util/src-cli/ William Hubbs
2023-11-02 16:24 William Hubbs
2023-03-28  1:19 William Hubbs
2023-03-27 23:22 William Hubbs
2023-03-27 22:08 William Hubbs
2023-03-27 22:01 William Hubbs
2023-02-28 18:35 William Hubbs
2023-02-28 18:31 William Hubbs
2023-02-22  3:40 William Hubbs
2023-01-27 17:04 William Hubbs
2023-01-13 19:48 William Hubbs
2022-10-03 20:22 William Hubbs
2022-08-16 15:41 William Hubbs
2022-04-04 16:43 William Hubbs
2022-04-04 16:43 William Hubbs
2022-04-04 16:43 William Hubbs
2021-12-20 22:09 William Hubbs
2021-07-23 16:15 William Hubbs
2021-05-03 22:04 William Hubbs
2021-04-16 15:52 William Hubbs
2021-03-29 22:52 William Hubbs

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=1677609068.681a984431711f73978a03c60547c28ebeadace7.williamh@gentoo \
    --to=williamh@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