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: Fri, 27 Jan 2023 17:04:13 +0000 (UTC) [thread overview]
Message-ID: <1674839048.ab4090828bb902263b72bd93b63713a430f5e0ec.williamh@gentoo> (raw)
commit: ab4090828bb902263b72bd93b63713a430f5e0ec
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 17:03:49 2023 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 17:04:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab409082
dev-util/src-cli: add 4.4.0
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-util/src-cli/Manifest | 2 ++
dev-util/src-cli/src-cli-4.4.0.ebuild | 23 +++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-util/src-cli/Manifest b/dev-util/src-cli/Manifest
index 9075cca77430..b4adf7902635 100644
--- a/dev-util/src-cli/Manifest
+++ b/dev-util/src-cli/Manifest
@@ -8,3 +8,5 @@ DIST src-cli-4.0.0-deps.tar.xz 100901464 BLAKE2B 8de8300007e46d56831b3d297ea2a87
DIST src-cli-4.0.0.tar.gz 238721 BLAKE2B d02ee7a8967b7e2774d6a7f5771f805b48df892a7c8144f386405cc9d9d18ba1766d47698607740585ae16400051d1e9b10176811e4f16f60c2bd57a5e7c7a11 SHA512 2780bbdf43c321fb3c28af73ab7e50f4f2ea2122fe065f45aa82a9adbe9effb15af66041f4bb5191cbcf7570bd0cdb69ae429d3a460f6d2807ef4e262ed6218f
DIST src-cli-4.3.0-deps.tar.xz 141941984 BLAKE2B 59c0beb3e458eacec4451ec19e9b4fadef1dc160e58f04637e6c565b99e5f76ae3ea55ef9fdde0b9be3528f2c0bf0c52b750f0c5814f46b23ddef13467010a67 SHA512 f9a9cb7fe183a01a72fca10a0837171b1cba7b95cc659bd0e83c77183183206da71ecc1b2096dc6e7965e9109dbbf9df569cbfb8b545b0376215a71206f577a0
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
diff --git a/dev-util/src-cli/src-cli-4.4.0.ebuild b/dev-util/src-cli/src-cli-4.4.0.ebuild
new file mode 100644
index 000000000000..96cf6ad246e2
--- /dev/null
+++ b/dev-util/src-cli/src-cli-4.4.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
+}
next reply other threads:[~2023-01-27 17:04 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-27 17:04 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-28 18:31 William Hubbs
2023-02-22 3:40 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=1674839048.ab4090828bb902263b72bd93b63713a430f5e0ec.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