public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-bash/
Date: Sun,  8 Oct 2023 11:26:03 +0000 (UTC)	[thread overview]
Message-ID: <1696764317.437ed7fdfb1188e0314f800b5499099720945eac.matthew@gentoo> (raw)

commit:     437ed7fdfb1188e0314f800b5499099720945eac
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 11:17:20 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=437ed7fd

dev-libs/tree-sitter-bash: fix SRC_URI

TS_PV meant that the old version was still used after the version bump.

Fixes: 184a1048e77f12b73a5b3ded572a2351220f1fdf
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-libs/tree-sitter-bash/Manifest                                 | 2 +-
 ...sitter-bash-0.20.4.ebuild => tree-sitter-bash-0.20.4-r1.ebuild} | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-libs/tree-sitter-bash/Manifest b/dev-libs/tree-sitter-bash/Manifest
index 00ca76e13fa9..b2721476c915 100644
--- a/dev-libs/tree-sitter-bash/Manifest
+++ b/dev-libs/tree-sitter-bash/Manifest
@@ -1,4 +1,4 @@
 DIST tree-sitter-bash-0.19.0.tar.gz 187286 BLAKE2B 8812a593366a65a9cae3eaac5bb81c71e95f4abe8558a01b908333e471f05714b1c768b71e66d3890d1e63202819290813e499a5e8ba49e72bb466b9b0f245f8 SHA512 62bc8bc25c999f9c79632bd6b236edd21ef15b14365dd1a956237b11a32f5e60a2f420ec67b60d46203699b7841d4bc10978fc0307d0c4013b376c6c024d89ae
 DIST tree-sitter-bash-0.20.3.tar.gz 334446 BLAKE2B e33f841e48458a63e6e084f66a251c6847c004140a1b727752452d031d240756068f5188d1bd90c4194aaf51d040187f3995636673210bc5f93f2ed50ff73a97 SHA512 558a8eef4a04e786c43bef0dd24f022619b77faffdd5788ef47ba28f133d5a55df144169503343cdb46ac4ed66deb36ca483b963e3eb686da30c324c65c9eac3
 DIST tree-sitter-bash-0.20.3_p20230921.tar.gz 442105 BLAKE2B c7755e38488544e4c3f6b02191417e9a1a8be08dcef9391e37e201e8b4d6d10155f3e9f0c67b3ecfbae529a538117ed4e55245144f8f0ed1ac53042accb0bb1c SHA512 c6546e207a4a58acd53407eb3ff67fe4352cbccd8147860c3d679feab709216d6d1d1efe813df2c8fa2d3f2469545a453834d0d319c0584fd8e11589302e4dd5
-DIST tree-sitter-bash-0.20.4.tar.gz 442105 BLAKE2B c7755e38488544e4c3f6b02191417e9a1a8be08dcef9391e37e201e8b4d6d10155f3e9f0c67b3ecfbae529a538117ed4e55245144f8f0ed1ac53042accb0bb1c SHA512 c6546e207a4a58acd53407eb3ff67fe4352cbccd8147860c3d679feab709216d6d1d1efe813df2c8fa2d3f2469545a453834d0d319c0584fd8e11589302e4dd5
+DIST tree-sitter-bash-0.20.4-2.tar.gz 444183 BLAKE2B 31016de876ed84ab991ebc1e531dd750c416a86db5f91097db54e7362de673ea89bbf8863a9df487f75386f19a7e8ddde48a2e727af918d1beea8acad3ce67c6 SHA512 074f659ea475c7a442957a3df234f967ae9a6ace885ecfad6548a1d0f2af7535e5460d81bcd160a04bda1b902af0a9f741fc0c7b22309cd1d11ab2bc33ff0a22

diff --git a/dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4.ebuild b/dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4-r1.ebuild
similarity index 67%
rename from dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4.ebuild
rename to dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4-r1.ebuild
index edaa7b13cf13..0eb1e3a51779 100644
--- a/dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4.ebuild
+++ b/dev-libs/tree-sitter-bash/tree-sitter-bash-0.20.4-r1.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=8
 
-TS_PV="fd4e40dab883d6456da4d847de8321aee9c80805"
-
 inherit tree-sitter-grammar
 
 DESCRIPTION="Bash grammar for Tree-sitter"
@@ -13,3 +11,8 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-bash"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+# Override eclass SRC_URI as 0.20.4 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


             reply	other threads:[~2023-10-08 11:26 UTC|newest]

Thread overview: 59+ 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 --
2024-10-15  5:58 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-bash/ Arthur Zamarin
2024-09-27 20:52 Arthur Zamarin
2024-09-27 20:52 Arthur Zamarin
2024-09-27 20:37 Arthur Zamarin
2024-09-27 20:37 Arthur Zamarin
2024-07-19  5:33 Arthur Zamarin
2024-05-17 15:05 Arthur Zamarin
2024-04-15 21:09 Sam James
2024-04-15 14:18 Arthur Zamarin
2024-04-15 14:18 Arthur Zamarin
2024-04-14 19:00 Arthur Zamarin
2024-04-14 19:00 Arthur Zamarin
2024-04-14 18:59 Arthur Zamarin
2024-04-14 18:59 Arthur Zamarin
2024-03-23 14:35 Arthur Zamarin
2024-03-23  8:28 Arthur Zamarin
2024-03-10 12:42 Arthur Zamarin
2024-03-10 12:42 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10  9:16 Arthur Zamarin
2024-03-10  9:16 Arthur Zamarin
2024-02-10 14:52 Arthur Zamarin
2024-02-10 14:52 Arthur Zamarin
2023-12-01 11:18 Arthur Zamarin
2023-12-01 11:18 Arthur Zamarin
2023-12-01 11:18 Arthur Zamarin
2023-12-01 11:18 Arthur Zamarin
2023-12-01 11:18 Arthur Zamarin
2023-12-01 11:18 Arthur Zamarin
2023-12-01 11:18 Arthur Zamarin
2023-11-13 19:53 Sam James
2023-10-08 10:54 Matthew Smith
2023-10-02  4:26 Arthur Zamarin
2023-10-02  4:26 Arthur Zamarin
2023-08-27 20:26 Sam James
2022-12-20 16:52 Arthur Zamarin
2022-07-30 17:20 Arthur Zamarin
2022-07-28 19:59 Matthew Smith
2022-07-26 15:21 Agostino Sarubbo
2022-07-26 15:20 Agostino Sarubbo
2022-07-26 15:19 Agostino Sarubbo
2022-07-26 15:18 Agostino Sarubbo
2022-07-26 15:16 Agostino Sarubbo
2022-05-22 19:16 Arthur Zamarin
2022-05-16 19:38 Arthur Zamarin
2022-05-16 13:46 WANG Xuerui
2022-05-16  2:35 Sam James
2022-05-15 16:07 Jakov Smolić
2022-05-15  9:16 Jakov Smolić
2022-05-15  9:05 Jakov Smolić
2022-05-15  5:46 Sam James
2022-05-15  3:48 Sam James
2022-05-15  0:06 Yixun Lan
2022-05-14 22:01 Jakov Smolić
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.437ed7fdfb1188e0314f800b5499099720945eac.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