From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
Date: Sun, 8 Oct 2023 11:26:03 +0000 (UTC) [thread overview]
Message-ID: <1696764317.9bad57ac3bd87d01821283483f7a963219ef2136.matthew@gentoo> (raw)
commit: 9bad57ac3bd87d01821283483f7a963219ef2136
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 8 11:20:39 2023 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Oct 8 11:25:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bad57ac
dev-libs/tree-sitter-go: fix SRC_URI
TS_PV meant that the old version was still used after the version bump.
Fixes: b76af2ea3f8272cb147ae97400fd22f0623ee781
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
dev-libs/tree-sitter-go/Manifest | 2 +-
...tree-sitter-go-0.20.0.ebuild => tree-sitter-go-0.20.0-r1.ebuild} | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-libs/tree-sitter-go/Manifest b/dev-libs/tree-sitter-go/Manifest
index d25fc60825e6..5e4d96e64955 100644
--- a/dev-libs/tree-sitter-go/Manifest
+++ b/dev-libs/tree-sitter-go/Manifest
@@ -1,2 +1,2 @@
DIST tree-sitter-go-0.19.1.tar.gz 160180 BLAKE2B f92bbb342eae3a7705dbd6f6564a16fdbad1a25c405970bca1e8df01ff6d0c20b45f9849a0d13d53e2f56d95b71db0f7813765f64e0dcdfd9ca617d1f71e688d SHA512 8390dd3e39daa42ec5254b4c6c0b15fec0caa7ae64a9ec3b9116a10f9e9f1b6940cd88c8cf14dc50b28b97ea588ff302ebd16f3c88e0bd6983e76b5526a31b45
-DIST tree-sitter-go-0.20.0.tar.gz 160180 BLAKE2B f92bbb342eae3a7705dbd6f6564a16fdbad1a25c405970bca1e8df01ff6d0c20b45f9849a0d13d53e2f56d95b71db0f7813765f64e0dcdfd9ca617d1f71e688d SHA512 8390dd3e39daa42ec5254b4c6c0b15fec0caa7ae64a9ec3b9116a10f9e9f1b6940cd88c8cf14dc50b28b97ea588ff302ebd16f3c88e0bd6983e76b5526a31b45
+DIST tree-sitter-go-0.20.0-2.tar.gz 195753 BLAKE2B eca2965c0d7bba3c639e092845ac98d05936e9d87290dca2a283dcd6afb1151f8d63aba907337fee79e9fd9b0d901edfda62ec936ef948f57dc663c9d906715b SHA512 ff438a6c84454f38cdefe506f5da787007cb50b3d41bcb9c7f26ed7d951a3268e6bf0b32f2e750d0e4233516c1e4a827c24af831020f81f268fe825adcd5f836
diff --git a/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0.ebuild b/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild
similarity index 61%
rename from dev-libs/tree-sitter-go/tree-sitter-go-0.20.0.ebuild
rename to dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild
index 0ac5d9eb9288..3aaeb75e3d6d 100644
--- a/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0.ebuild
+++ b/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild
@@ -3,7 +3,6 @@
EAPI=8
-TS_PV=rust-0.19.1
inherit tree-sitter-grammar
DESCRIPTION="Go grammar for Tree-sitter"
@@ -12,3 +11,8 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
+
+# Override eclass SRC_URI as 0.20.0 was bumped incorrectly.
+SRC_URI="https://github.com/tree-sitter/${PN}/archive/v${PV}.tar.gz
+ -> ${P}-2.tar.gz"
+S="${WORKDIR}"/${PN}-${PV}/src
next reply other threads:[~2023-10-08 11:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-08 11:26 Matthew Smith [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-10 18:26 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/ Arthur Zamarin
2024-10-17 7:09 Arthur Zamarin
2024-09-06 10:38 Arthur Zamarin
2024-08-28 7:59 Arthur Zamarin
2024-06-12 23:24 Nick Sarnie
2024-05-17 6:56 Arthur Zamarin
2024-04-14 15:19 Matthew Smith
2024-04-14 15:19 Matthew Smith
2024-01-14 14:16 Sam James
2023-10-08 10:54 Matthew Smith
2022-12-03 11:39 Arthur Zamarin
2021-10-21 23:50 Nick Sarnie
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=1696764317.9bad57ac3bd87d01821283483f7a963219ef2136.matthew@gentoo \
--to=matthew@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