From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/delve/
Date: Wed, 21 Feb 2018 16:11:08 +0000 (UTC) [thread overview]
Message-ID: <1519229453.5e529802311c41e051c8c3c8c37da53ae36c2ee6.mrueg@gentoo> (raw)
commit: 5e529802311c41e051c8c3c8c37da53ae36c2ee6
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 16:10:53 2018 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 16:10:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e529802
dev-go/delve: Version bump to 1.0.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-go/delve/Manifest | 1 +
dev-go/delve/delve-1.0.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-go/delve/Manifest b/dev-go/delve/Manifest
index ed805d0a522..faacfd391f2 100644
--- a/dev-go/delve/Manifest
+++ b/dev-go/delve/Manifest
@@ -1,2 +1,3 @@
DIST delve-0.12.2.tar.gz 1127128 BLAKE2B 3728eea41bcad6dc44cb642b536730fcc75e29524dda7081c3a3e761f6c00bfb8b7ef9e65a16578c152313d19ce361a1766f8a7fa86742ac9c3b843a08b24196 SHA512 f2351340a1f9cefe2410535cda79ad5ef5ad3c3783cd5869d8f0b682d5c109ea6efd3041f9ccc9988ccef77922c9bfab59ca062d98f429f85466b3e2ccc1eeee
+DIST delve-1.0.0.tar.gz 1573015 BLAKE2B de9318cb1fa289984fd2c7daabcff61fe4a0ed141460bfa3020097fd8d1cde535ddf4825371608521e03cc0f9c25a59e2a7dedc65a781cb86911d0c2c2f2e025 SHA512 128311bb7fd61b5b681c89060d7c0817da649fdbeef6367e627ca537ad4c3f07771d638e7e803c052c95bace8a7f5c8fb07feda1e06ce0ef34fd87143c29fece
DIST delve-1.0.0_rc1.tar.gz 1268859 BLAKE2B 6192128ace7b8896e2624f7fa25a5b70b748780097630b2db535acc4f8867cd015ff61f14e0cea255ed863591991addaee1b3bd5d1e1489522a268dbdf7ee23d SHA512 97e58bd7e00089bcdee7fa6e749a6c5b72cf5d63f776d56b6000703371091129ac52ab58601256429362d12c88a4ba7cd0d3d196d5cee2d6d2701a73963a9358
diff --git a/dev-go/delve/delve-1.0.0.ebuild b/dev-go/delve/delve-1.0.0.ebuild
new file mode 100644
index 00000000000..c7290865e8e
--- /dev/null
+++ b/dev-go/delve/delve-1.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN="github.com/derekparker/delve"
+
+if [[ ${PV} == *9999 ]]; then
+ inherit golang-vcs
+else
+ DELVE_SHA="279a8a7"
+ SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="A source-level debugger for the Go programming language"
+HOMEPAGE="https://github.com/derekparker/delve"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+RESTRICT="test"
+
+src_compile() {
+ GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -ldflags="-X main.Build=${DELVE_SHA}" -o "bin/dlv" ./cmd/dlv || die
+}
+
+src_install() {
+ dodoc README.md CHANGELOG.md
+ dobin bin/dlv
+}
next reply other threads:[~2018-02-21 16:11 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-21 16:11 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-22 8:17 [gentoo-commits] repo/gentoo:master commit in: dev-go/delve/ 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-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
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=1519229453.5e529802311c41e051c8c3c8c37da53ae36c2ee6.mrueg@gentoo \
--to=mrueg@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