From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/delve/
Date: Fri, 2 Jul 2021 07:38:34 +0000 (UTC) [thread overview]
Message-ID: <1625211505.7da66647cd743b65ad06cb75be1fcaf6f543bfc1.juippis@gentoo> (raw)
commit: 7da66647cd743b65ad06cb75be1fcaf6f543bfc1
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Thu May 27 08:38:18 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jul 2 07:38:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da66647
dev-go/delve: bump to 1.6.1
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-go/delve/Manifest | 1 +
dev-go/delve/delve-1.6.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-go/delve/Manifest b/dev-go/delve/Manifest
index 8e5e3c1be22..06160af8f27 100644
--- a/dev-go/delve/Manifest
+++ b/dev-go/delve/Manifest
@@ -1 +1,2 @@
DIST delve-1.6.0.tar.gz 7629850 BLAKE2B d5a264fc6f82da8a6abfa9843da43a834f208605df9c05a8ad18173cd5bb9aae7bf0c0f5a0c5c0c877b13a715c46e7cc351c0c14bd04db1cb75a547e6a7f7adf SHA512 3a0a59304284ea67e9c9be82816ad7c46979495ced22cf372739c254397d3bb3469b6a2de28f268dc704ddbe0282cf9fb3e3a3a1717f0c2921dc31e78c9ed0e3
+DIST delve-1.6.1.tar.gz 7686466 BLAKE2B 24ac5d3219ec5972a985b95a94c543af10c045d7ed7f3ea23234ef1284dd143ba719b2dd2a962c9fdbb2cf516cec65dac3a21c69500542db0ce8e6cf08ee2d31 SHA512 8665ecdad1cb27500ca5628ce0ef4cc5c23295fc3f67aa17fc1cd080d58fcd31c3a806b01e9cdf383907ae7fc07e9a57ce88f971205e43e069f26bf1cc3200cf
diff --git a/dev-go/delve/delve-1.6.1.ebuild b/dev-go/delve/delve-1.6.1.ebuild
new file mode 100644
index 00000000000..d484c713c34
--- /dev/null
+++ b/dev-go/delve/delve-1.6.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module
+
+DESCRIPTION="A source-level debugger for the Go programming language"
+HOMEPAGE="https://github.com/go-delve/delve"
+
+EGO_PN="github.com/go-delve/delve"
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+
+LICENSE="MIT BSD BSD-2 Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+# Needs network access to download more unspecified modules.
+RESTRICT="test"
+
+src_compile() {
+ go build -mod vendor -ldflags="-X main.Build=5dd4b7df9da1770edb4c2fd86535b58b1df294e7" -o "${S}/dlv" ./cmd/dlv || die
+}
+
+src_test() {
+ go test
+}
+
+src_install() {
+ dodoc README.md CHANGELOG.md
+ dobin dlv
+}
next reply other threads:[~2021-07-02 7:38 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-02 7:38 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-23 16:39 [gentoo-commits] repo/gentoo:master commit in: dev-go/delve/ Arthur Zamarin
2025-05-23 2:40 Sam James
2025-05-21 21:57 Sam James
2025-03-14 13:52 Arthur Zamarin
2025-01-19 18:18 Arthur Zamarin
2025-01-03 16:41 Joonas Niilola
2024-04-22 8:17 Arthur Zamarin
2024-04-19 16:15 Arthur Zamarin
2023-12-26 21:26 Sam James
2023-12-26 21:26 Sam James
2023-04-10 2:54 Sam James
2022-08-28 8:22 Joonas Niilola
2022-08-28 8:22 Joonas Niilola
2021-12-25 23:20 Sam James
2021-10-20 3:02 Sam James
2021-10-20 3:02 Sam James
2021-10-20 3:02 Sam James
2021-07-02 7:38 Joonas Niilola
2021-04-11 8:37 Joonas Niilola
2021-04-11 8:37 Joonas Niilola
2021-04-11 8:37 Joonas Niilola
2021-04-11 8:37 Joonas Niilola
2021-03-16 19:23 Sam James
2020-04-14 8:35 Joonas Niilola
2019-11-13 6:03 Joonas Niilola
2019-11-07 5:42 Joonas Niilola
2019-10-10 3:20 Joonas Niilola
2019-10-10 2:54 Joonas Niilola
2019-01-27 11:05 Pacho Ramos
2018-02-21 16:11 Manuel Rüger
2017-07-23 12:21 Manuel Rüger
2017-07-16 12:59 Manuel Rüger
2017-07-16 12:59 Manuel Rüger
2017-06-06 21:53 Manuel Rüger
2016-11-15 14:04 Manuel Rüger
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=1625211505.7da66647cd743b65ad06cb75be1fcaf6f543bfc1.juippis@gentoo \
--to=juippis@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