public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
@ 2021-10-21 23:50 Nick Sarnie
  0 siblings, 0 replies; 11+ messages in thread
From: Nick Sarnie @ 2021-10-21 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     3142eabecaba0c0b4ab215e4bb636ad30c7efd1c
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sun Oct 17 09:34:50 2021 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 23:49:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3142eabe

dev-libs/tree-sitter-go: Init at 0.19.1

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 dev-libs/tree-sitter-go/Manifest                     |  1 +
 dev-libs/tree-sitter-go/metadata.xml                 | 15 +++++++++++++++
 dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild | 14 ++++++++++++++
 3 files changed, 30 insertions(+)

diff --git a/dev-libs/tree-sitter-go/Manifest b/dev-libs/tree-sitter-go/Manifest
new file mode 100644
index 00000000000..8ec4540182e
--- /dev/null
+++ b/dev-libs/tree-sitter-go/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-go-0.19.1.tar.gz 160180 BLAKE2B f92bbb342eae3a7705dbd6f6564a16fdbad1a25c405970bca1e8df01ff6d0c20b45f9849a0d13d53e2f56d95b71db0f7813765f64e0dcdfd9ca617d1f71e688d SHA512 8390dd3e39daa42ec5254b4c6c0b15fec0caa7ae64a9ec3b9116a10f9e9f1b6940cd88c8cf14dc50b28b97ea588ff302ebd16f3c88e0bd6983e76b5526a31b45

diff --git a/dev-libs/tree-sitter-go/metadata.xml b/dev-libs/tree-sitter-go/metadata.xml
new file mode 100644
index 00000000000..f72d829c412
--- /dev/null
+++ b/dev-libs/tree-sitter-go/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>matt@offtopica.uk</email>
+		<name>Matthew Smith</name>
+	</maintainer>
+	<maintainer type="person" proxied="proxy">
+		<email>sarnex@gentoo.org</email>
+		<name>Nick Sarnie</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">tree-sitter/tree-sitter-go</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild b/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild
new file mode 100644
index 00000000000..f6c48c89b4e
--- /dev/null
+++ b/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_PV=rust-0.19.1
+inherit tree-sitter-grammar
+
+DESCRIPTION="Go grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
@ 2022-12-03 11:39 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2022-12-03 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ee33e3a6b23821f5aa7acfc648a658efc0f5cef8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 11:39:26 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 11:39:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee33e3a6

dev-libs/tree-sitter-go: Stabilize 0.19.1 amd64, #884119

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild b/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild
index f6c48c89b4e2..4193e530e8c5 100644
--- a/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild
+++ b/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,4 +11,4 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
@ 2023-10-08 10:54 Matthew Smith
  0 siblings, 0 replies; 11+ messages in thread
From: Matthew Smith @ 2023-10-08 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b76af2ea3f8272cb147ae97400fd22f0623ee781
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 10:45:55 2023 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 10:53:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76af2ea

dev-libs/tree-sitter-go: add 0.20.0

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

 dev-libs/tree-sitter-go/Manifest                     |  1 +
 dev-libs/tree-sitter-go/tree-sitter-go-0.20.0.ebuild | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/dev-libs/tree-sitter-go/Manifest b/dev-libs/tree-sitter-go/Manifest
index 8ec4540182e7..d25fc60825e6 100644
--- a/dev-libs/tree-sitter-go/Manifest
+++ b/dev-libs/tree-sitter-go/Manifest
@@ -1 +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

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.ebuild
new file mode 100644
index 000000000000..0ac5d9eb9288
--- /dev/null
+++ b/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_PV=rust-0.19.1
+inherit tree-sitter-grammar
+
+DESCRIPTION="Go grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
@ 2023-10-08 11:26 Matthew Smith
  0 siblings, 0 replies; 11+ messages in thread
From: Matthew Smith @ 2023-10-08 11:26 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
@ 2024-01-14 14:16 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-01-14 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6e7af5ddf7760649d8e272d4a0777d2682f04737
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 14:15:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 14:15:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7af5dd

dev-libs/tree-sitter-go: Keyword 0.20.0-r1 arm64, #922065

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild b/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild
index 3aaeb75e3d6d..d405c175e587 100644
--- a/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild
+++ b/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 # Override eclass SRC_URI as 0.20.0 was bumped incorrectly.
 SRC_URI="https://github.com/tree-sitter/${PN}/archive/v${PV}.tar.gz


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
@ 2024-04-14 15:19 Matthew Smith
  0 siblings, 0 replies; 11+ messages in thread
From: Matthew Smith @ 2024-04-14 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     610fb0301fb79e3c57e06087dc6db431262770e3
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 14:51:51 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:18:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610fb030

dev-libs/tree-sitter-go: drop 0.19.1

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

 dev-libs/tree-sitter-go/Manifest                     |  1 -
 dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild | 14 --------------
 2 files changed, 15 deletions(-)

diff --git a/dev-libs/tree-sitter-go/Manifest b/dev-libs/tree-sitter-go/Manifest
index 1d657dc51ebe..939f1d87e1d4 100644
--- a/dev-libs/tree-sitter-go/Manifest
+++ b/dev-libs/tree-sitter-go/Manifest
@@ -1,3 +1,2 @@
-DIST tree-sitter-go-0.19.1.tar.gz 160180 BLAKE2B f92bbb342eae3a7705dbd6f6564a16fdbad1a25c405970bca1e8df01ff6d0c20b45f9849a0d13d53e2f56d95b71db0f7813765f64e0dcdfd9ca617d1f71e688d SHA512 8390dd3e39daa42ec5254b4c6c0b15fec0caa7ae64a9ec3b9116a10f9e9f1b6940cd88c8cf14dc50b28b97ea588ff302ebd16f3c88e0bd6983e76b5526a31b45
 DIST tree-sitter-go-0.20.0-2.tar.gz 195753 BLAKE2B eca2965c0d7bba3c639e092845ac98d05936e9d87290dca2a283dcd6afb1151f8d63aba907337fee79e9fd9b0d901edfda62ec936ef948f57dc663c9d906715b SHA512 ff438a6c84454f38cdefe506f5da787007cb50b3d41bcb9c7f26ed7d951a3268e6bf0b32f2e750d0e4233516c1e4a827c24af831020f81f268fe825adcd5f836
 DIST tree-sitter-go-0.21.0.tar.gz 210048 BLAKE2B 3589922c610d6a8f32fb753cb91f2c925a2bd4d63dc5b32cc37bb7723b7b6eb7339135cc2dd1629c6aa42684c4fe376dd1364bd928fc8c48100471203b68b627 SHA512 c12725c85ab6836fc6554edc64bc2f005d62e45c3d69d07811138cd09d29635399f70ba5837ead05f5827a327a1666bb4134475c99e2f8da81bd3412e4946a59

diff --git a/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild b/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild
deleted file mode 100644
index 4193e530e8c5..000000000000
--- a/dev-libs/tree-sitter-go/tree-sitter-go-0.19.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TS_PV=rust-0.19.1
-inherit tree-sitter-grammar
-
-DESCRIPTION="Go grammar for Tree-sitter"
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
@ 2024-04-14 15:19 Matthew Smith
  0 siblings, 0 replies; 11+ messages in thread
From: Matthew Smith @ 2024-04-14 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c2090f3763582eacd3429845438f73f5b21b1cf5
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 14:51:39 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:18:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2090f37

dev-libs/tree-sitter-go: add 0.21.0

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

 dev-libs/tree-sitter-go/Manifest                     |  1 +
 dev-libs/tree-sitter-go/tree-sitter-go-0.21.0.ebuild | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/dev-libs/tree-sitter-go/Manifest b/dev-libs/tree-sitter-go/Manifest
index 5e4d96e64955..1d657dc51ebe 100644
--- a/dev-libs/tree-sitter-go/Manifest
+++ b/dev-libs/tree-sitter-go/Manifest
@@ -1,2 +1,3 @@
 DIST tree-sitter-go-0.19.1.tar.gz 160180 BLAKE2B f92bbb342eae3a7705dbd6f6564a16fdbad1a25c405970bca1e8df01ff6d0c20b45f9849a0d13d53e2f56d95b71db0f7813765f64e0dcdfd9ca617d1f71e688d SHA512 8390dd3e39daa42ec5254b4c6c0b15fec0caa7ae64a9ec3b9116a10f9e9f1b6940cd88c8cf14dc50b28b97ea588ff302ebd16f3c88e0bd6983e76b5526a31b45
 DIST tree-sitter-go-0.20.0-2.tar.gz 195753 BLAKE2B eca2965c0d7bba3c639e092845ac98d05936e9d87290dca2a283dcd6afb1151f8d63aba907337fee79e9fd9b0d901edfda62ec936ef948f57dc663c9d906715b SHA512 ff438a6c84454f38cdefe506f5da787007cb50b3d41bcb9c7f26ed7d951a3268e6bf0b32f2e750d0e4233516c1e4a827c24af831020f81f268fe825adcd5f836
+DIST tree-sitter-go-0.21.0.tar.gz 210048 BLAKE2B 3589922c610d6a8f32fb753cb91f2c925a2bd4d63dc5b32cc37bb7723b7b6eb7339135cc2dd1629c6aa42684c4fe376dd1364bd928fc8c48100471203b68b627 SHA512 c12725c85ab6836fc6554edc64bc2f005d62e45c3d69d07811138cd09d29635399f70ba5837ead05f5827a327a1666bb4134475c99e2f8da81bd3412e4946a59

diff --git a/dev-libs/tree-sitter-go/tree-sitter-go-0.21.0.ebuild b/dev-libs/tree-sitter-go/tree-sitter-go-0.21.0.ebuild
new file mode 100644
index 000000000000..322cb405b4be
--- /dev/null
+++ b/dev-libs/tree-sitter-go/tree-sitter-go-0.21.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Go grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
@ 2024-05-17  6:56 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-05-17  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d14873e3880d7d55b3b6fc7330a178116af2ed3c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 06:56:33 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 17 06:56:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14873e3

dev-libs/tree-sitter-go: Stabilize 0.21.0 amd64, #932022

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/tree-sitter-go/tree-sitter-go-0.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tree-sitter-go/tree-sitter-go-0.21.0.ebuild b/dev-libs/tree-sitter-go/tree-sitter-go-0.21.0.ebuild
index 322cb405b4be..93b08dfb8456 100644
--- a/dev-libs/tree-sitter-go/tree-sitter-go-0.21.0.ebuild
+++ b/dev-libs/tree-sitter-go/tree-sitter-go-0.21.0.ebuild
@@ -10,4 +10,4 @@ HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
@ 2024-06-12 23:24 Nick Sarnie
  0 siblings, 0 replies; 11+ messages in thread
From: Nick Sarnie @ 2024-06-12 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     840df25df7eca5fb336aacd62f68adccafcfca65
Author:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 22:56:07 2024 +0000
Commit:     Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 23:22:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840df25d

dev-libs/tree-sitter-go: drop myself as a maintainer

Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>

 dev-libs/tree-sitter-go/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-libs/tree-sitter-go/metadata.xml b/dev-libs/tree-sitter-go/metadata.xml
index a57a99683ab0..afdfefc3792c 100644
--- a/dev-libs/tree-sitter-go/metadata.xml
+++ b/dev-libs/tree-sitter-go/metadata.xml
@@ -5,10 +5,6 @@
 		<email>matthew@gentoo.org</email>
 		<name>Matthew Smith</name>
 	</maintainer>
-	<maintainer type="person">
-		<email>sarnex@gentoo.org</email>
-		<name>Nick Sarnie</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="github">tree-sitter/tree-sitter-go</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
@ 2024-08-28  7:59 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-08-28  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8b17f6f45abc441f465e0f0a29a6ed566ce87e27
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 07:15:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 07:58:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b17f6f4

dev-libs/tree-sitter-go: add 0.23.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/tree-sitter-go/Manifest                     |  1 +
 dev-libs/tree-sitter-go/tree-sitter-go-0.23.0.ebuild | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/dev-libs/tree-sitter-go/Manifest b/dev-libs/tree-sitter-go/Manifest
index 939f1d87e1d4..cb93c44cc2fc 100644
--- a/dev-libs/tree-sitter-go/Manifest
+++ b/dev-libs/tree-sitter-go/Manifest
@@ -1,2 +1,3 @@
 DIST tree-sitter-go-0.20.0-2.tar.gz 195753 BLAKE2B eca2965c0d7bba3c639e092845ac98d05936e9d87290dca2a283dcd6afb1151f8d63aba907337fee79e9fd9b0d901edfda62ec936ef948f57dc663c9d906715b SHA512 ff438a6c84454f38cdefe506f5da787007cb50b3d41bcb9c7f26ed7d951a3268e6bf0b32f2e750d0e4233516c1e4a827c24af831020f81f268fe825adcd5f836
 DIST tree-sitter-go-0.21.0.tar.gz 210048 BLAKE2B 3589922c610d6a8f32fb753cb91f2c925a2bd4d63dc5b32cc37bb7723b7b6eb7339135cc2dd1629c6aa42684c4fe376dd1364bd928fc8c48100471203b68b627 SHA512 c12725c85ab6836fc6554edc64bc2f005d62e45c3d69d07811138cd09d29635399f70ba5837ead05f5827a327a1666bb4134475c99e2f8da81bd3412e4946a59
+DIST tree-sitter-go-0.23.0.tar.gz 199905 BLAKE2B efd70e7b4d1b20fa7e10fd9f33eab5cd1459731d307d2a9ce47d320d34870daf6e776f78001c5c663090e73f32368ca312371a1f44a9e6256e465987f5507557 SHA512 d3610a9a55c61244ab5f8ce961abbb7b351b83f94291fb571f7f82af8b5b297d35032a5f778a6de5fb02a56c22c2faca902167698827dbfbd509a55825c9cc07

diff --git a/dev-libs/tree-sitter-go/tree-sitter-go-0.23.0.ebuild b/dev-libs/tree-sitter-go/tree-sitter-go-0.23.0.ebuild
new file mode 100644
index 000000000000..322cb405b4be
--- /dev/null
+++ b/dev-libs/tree-sitter-go/tree-sitter-go-0.23.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Go grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/
@ 2024-09-06 10:38 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-09-06 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     9ba3c04a4edec4b46ac7c565d300b3879f7d393a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  5 02:32:23 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 10:31:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba3c04a

dev-libs/tree-sitter-go: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/tree-sitter-go/Manifest                        |  2 --
 dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild | 17 -----------------
 dev-libs/tree-sitter-go/tree-sitter-go-0.23.0.ebuild    | 13 -------------
 3 files changed, 32 deletions(-)

diff --git a/dev-libs/tree-sitter-go/Manifest b/dev-libs/tree-sitter-go/Manifest
index 4f283223db2f..0e6c22595905 100644
--- a/dev-libs/tree-sitter-go/Manifest
+++ b/dev-libs/tree-sitter-go/Manifest
@@ -1,4 +1,2 @@
-DIST tree-sitter-go-0.20.0-2.tar.gz 195753 BLAKE2B eca2965c0d7bba3c639e092845ac98d05936e9d87290dca2a283dcd6afb1151f8d63aba907337fee79e9fd9b0d901edfda62ec936ef948f57dc663c9d906715b SHA512 ff438a6c84454f38cdefe506f5da787007cb50b3d41bcb9c7f26ed7d951a3268e6bf0b32f2e750d0e4233516c1e4a827c24af831020f81f268fe825adcd5f836
 DIST tree-sitter-go-0.21.0.tar.gz 210048 BLAKE2B 3589922c610d6a8f32fb753cb91f2c925a2bd4d63dc5b32cc37bb7723b7b6eb7339135cc2dd1629c6aa42684c4fe376dd1364bd928fc8c48100471203b68b627 SHA512 c12725c85ab6836fc6554edc64bc2f005d62e45c3d69d07811138cd09d29635399f70ba5837ead05f5827a327a1666bb4134475c99e2f8da81bd3412e4946a59
-DIST tree-sitter-go-0.23.0.tar.gz 199905 BLAKE2B efd70e7b4d1b20fa7e10fd9f33eab5cd1459731d307d2a9ce47d320d34870daf6e776f78001c5c663090e73f32368ca312371a1f44a9e6256e465987f5507557 SHA512 d3610a9a55c61244ab5f8ce961abbb7b351b83f94291fb571f7f82af8b5b297d35032a5f778a6de5fb02a56c22c2faca902167698827dbfbd509a55825c9cc07
 DIST tree-sitter-go-0.23.1.tar.gz 202860 BLAKE2B 2b23ae0e186bc8e7e1d266cbfa616f5d377bd3f50f26d7a9a5bd4f62fe7a361199d4a5156b319d78f08d35810661076fb5ac56459d62c73f34a383f10b418126 SHA512 843bd5a462105f840f266f4c3250f06c0557fe6a875c886f3dd30ba9f0716f7962ac6a1a900bd340d675a9ed93970970312a68e4597ed3a1f61d9094188d9f07

diff --git a/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild b/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild
deleted file mode 100644
index 1d5e61986362..000000000000
--- a/dev-libs/tree-sitter-go/tree-sitter-go-0.20.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit tree-sitter-grammar
-
-DESCRIPTION="Go grammar for Tree-sitter"
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-
-# 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"

diff --git a/dev-libs/tree-sitter-go/tree-sitter-go-0.23.0.ebuild b/dev-libs/tree-sitter-go/tree-sitter-go-0.23.0.ebuild
deleted file mode 100644
index 322cb405b4be..000000000000
--- a/dev-libs/tree-sitter-go/tree-sitter-go-0.23.0.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit tree-sitter-grammar
-
-DESCRIPTION="Go grammar for Tree-sitter"
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter-go"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-09-06 10:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28  7:59 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-go/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-09-06 10:38 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 11:26 Matthew Smith
2023-10-08 10:54 Matthew Smith
2022-12-03 11:39 Arthur Zamarin
2021-10-21 23:50 Nick Sarnie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox