* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-06-11 16:53 Matthew Smith
0 siblings, 0 replies; 20+ messages in thread
From: Matthew Smith @ 2024-06-11 16:53 UTC (permalink / raw
To: gentoo-commits
commit: 75c4d054a9042e4befc8fda41142045a0527b57c
Author: Brahmajit Das <brahmajit.xyz <AT> gmail <DOT> com>
AuthorDate: Mon Jun 10 08:02:01 2024 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 16:53:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c4d054
dev-libs/tree-sitter-vim: new package, add 0.4.0
Closes: https://bugs.gentoo.org/933833
Closes: https://bugs.gentoo.org/922146
Signed-off-by: Brahmajit Das <brahmajit.xyz <AT> gmail.com>
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
dev-libs/tree-sitter-vim/Manifest | 1 +
dev-libs/tree-sitter-vim/metadata.xml | 23 ++++++++++++++++++++++
.../tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 16 +++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-libs/tree-sitter-vim/Manifest b/dev-libs/tree-sitter-vim/Manifest
new file mode 100644
index 000000000000..dba151bcbc62
--- /dev/null
+++ b/dev-libs/tree-sitter-vim/Manifest
@@ -0,0 +1 @@
+DIST tree-sitter-vim-0.4.0.tar.gz 356704 BLAKE2B f1b2768a1efd6b1051cb4989923ef8d9b874faf24180beb6db1f65d2a2d75189bdd82ae4646c3b3e7c21a98466a510b89447074b2f0fdf2384802990e19f5c9d SHA512 32796cc68227c48ea4d0d2c78640c66710a8f67ab45add1d5a89eec5ade5f74bde6f2fed353a5779f5618ab91567e563449c72b8e134a904d011266303695bda
diff --git a/dev-libs/tree-sitter-vim/metadata.xml b/dev-libs/tree-sitter-vim/metadata.xml
new file mode 100644
index 000000000000..0146379f9de0
--- /dev/null
+++ b/dev-libs/tree-sitter-vim/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>matthew@gentoo.org</email>
+ <name>Matthew Smith</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>sarnex@gentoo.org</email>
+ <name>Nick Sarnie</name>
+ </maintainer>
+ <maintainer type="person" proxied="yes">
+ <email>brahmajit.xyz@gmail.com</email>
+ <name>Brahmajit Das</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">tree-sitter-grammars/tree-sitter-vim</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
new file mode 100644
index 000000000000..eb7b0b2e0f72
--- /dev/null
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_BINDINGS=( python )
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Lua grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter-grammars/tree-sitter-vim"
+SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-06-11 17:41 Matthew Smith
0 siblings, 0 replies; 20+ messages in thread
From: Matthew Smith @ 2024-06-11 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 03060898a0a1b1ecf3e3a47833dd12ef85fb909b
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 17:40:02 2024 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 17:41:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03060898
dev-libs/tree-sitter-vim: update DESCRIPTION
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
index eb7b0b2e0f72..d2fdec3dfb55 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
@@ -7,7 +7,7 @@ TS_BINDINGS=( python )
inherit tree-sitter-grammar
-DESCRIPTION="Lua grammar for Tree-sitter"
+DESCRIPTION="Vimscript grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter-grammars/tree-sitter-vim"
SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-06-12 23:24 Nick Sarnie
0 siblings, 0 replies; 20+ messages in thread
From: Nick Sarnie @ 2024-06-12 23:24 UTC (permalink / raw
To: gentoo-commits
commit: bfe5280bcd00c2d940a0c3a7d400f5b509d62e93
Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 22:53:35 2024 +0000
Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 23:21:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe5280b
dev-libs/tree-sitter-vim: drop myself as a maintainer
Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
dev-libs/tree-sitter-vim/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-libs/tree-sitter-vim/metadata.xml b/dev-libs/tree-sitter-vim/metadata.xml
index 0146379f9de0..742f2a2d64c2 100644
--- a/dev-libs/tree-sitter-vim/metadata.xml
+++ b/dev-libs/tree-sitter-vim/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>
<maintainer type="person" proxied="yes">
<email>brahmajit.xyz@gmail.com</email>
<name>Brahmajit Das</name>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-08-15 23:28 Jakov Smolić
0 siblings, 0 replies; 20+ messages in thread
From: Jakov Smolić @ 2024-08-15 23:28 UTC (permalink / raw
To: gentoo-commits
commit: ca1352fc06c51565a477278f6d05c85a879e76a0
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 23:28:48 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 23:28:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1352fc
dev-libs/tree-sitter-vim: Keyword 0.4.0 x86, #937973
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
index d2fdec3dfb55..411b4bf9d001 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-08-16 5:55 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-08-16 5:55 UTC (permalink / raw
To: gentoo-commits
commit: ef52f950d1ea30495fa5ec2cd21de033b94a162f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 18:33:25 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 05:55:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef52f950
dev-libs/tree-sitter-vim: Keyword 0.4.0 ppc, #937973
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
index 411b4bf9d001..680a9a711c79 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-08-16 7:08 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-08-16 7:08 UTC (permalink / raw
To: gentoo-commits
commit: 9b11316d9faae64efa613d0a68bc328f75c86642
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 07:07:49 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 07:07:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b11316d
dev-libs/tree-sitter-vim: Keyword 0.4.0 ppc64, #937973
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
index 680a9a711c79..8586aef56b72 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-08-16 10:23 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-08-16 10:23 UTC (permalink / raw
To: gentoo-commits
commit: edc5c5c87cf24234fad5f141e2897364615d0570
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 10:23:07 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 10:23:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc5c5c8
dev-libs/tree-sitter-vim: Keyword 0.4.0 arm64, #937973
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
index 8586aef56b72..462dd87a0203 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-08-18 2:37 Yixun Lan
0 siblings, 0 replies; 20+ messages in thread
From: Yixun Lan @ 2024-08-18 2:37 UTC (permalink / raw
To: gentoo-commits
commit: c3c7a61ee723685b709441cc08586698da8e1c65
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 23:43:51 2024 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 02:33:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c7a61e
dev-libs/tree-sitter-vim: Keyword 0.4.0 riscv, #937973
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
index 462dd87a0203..732edc29386e 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-08-22 2:07 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-08-22 2:07 UTC (permalink / raw
To: gentoo-commits
commit: 2dd019c9ac2489aca9baaf6766578815ff5c1f7d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 02:06:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 02:06:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd019c9
dev-libs/tree-sitter-vim: Stabilize 0.4.0 amd64, #937978
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
index 732edc29386e..fd30f340fee7 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-08-23 13:00 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-08-23 13:00 UTC (permalink / raw
To: gentoo-commits
commit: d0547fa18f0459236e1445ff7a263d982c0b1a49
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 13:00:06 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 13:00:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0547fa1
dev-libs/tree-sitter-vim: Keyword 0.4.0 arm, #937973
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
index fd30f340fee7..5f03329583c4 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-09-09 23:51 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2024-09-09 23:51 UTC (permalink / raw
To: gentoo-commits
commit: 979b4dd3acb2b62f46f16f59fa0f3b461777f558
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 23:50:46 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 9 23:50:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979b4dd3
dev-libs/tree-sitter-vim: Stabilize 0.4.0 x86, #939337
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
index 5f03329583c4..4833c8697a47 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2024-09-10 10:25 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-09-10 10:25 UTC (permalink / raw
To: gentoo-commits
commit: f3b3331741b0b09a7df192abb862af230aed312a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 10:24:51 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 10:24:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b33317
dev-libs/tree-sitter-vim: Stabilize 0.4.0 arm64, #939337
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
index 4833c8697a47..1583992339e3 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.4.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2025-03-28 15:26 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2025-03-28 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 891dd523670dd9414f771dd348c29eb32eadac96
Author: Brahmajit Das <listout <AT> listout <DOT> xyz>
AuthorDate: Thu Mar 27 21:15:27 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 15:24:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891dd523
dev-libs/tree-sitter-vim: add 0.5.0
Signed-off-by: Brahmajit Das <listout <AT> listout.xyz>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tree-sitter-vim/Manifest | 1 +
dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/dev-libs/tree-sitter-vim/Manifest b/dev-libs/tree-sitter-vim/Manifest
index dba151bcbc62..e7d4a13ad452 100644
--- a/dev-libs/tree-sitter-vim/Manifest
+++ b/dev-libs/tree-sitter-vim/Manifest
@@ -1 +1,2 @@
DIST tree-sitter-vim-0.4.0.tar.gz 356704 BLAKE2B f1b2768a1efd6b1051cb4989923ef8d9b874faf24180beb6db1f65d2a2d75189bdd82ae4646c3b3e7c21a98466a510b89447074b2f0fdf2384802990e19f5c9d SHA512 32796cc68227c48ea4d0d2c78640c66710a8f67ab45add1d5a89eec5ade5f74bde6f2fed353a5779f5618ab91567e563449c72b8e134a904d011266303695bda
+DIST tree-sitter-vim-0.5.0.tar.gz 357652 BLAKE2B 4fac13cf28349b0bf4c2f0a1f051d62156af38612f511ad4d8e627ba09b421fc27ad7d4a17016113f9db7159cfc2618af73ba6d28a30802cb5dcfb4cd7ef6b73 SHA512 0be8cdd10feef79332514d316989c0fbf4608ec90ecee454699cb2071db040024a68fa057805325b3d61ed51c673a89f46bdbd4072b295e9a135dae9b6e60e01
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
new file mode 100644
index 000000000000..5a59683bd4b2
--- /dev/null
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_BINDINGS=( python )
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Vimscript grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter-grammars/tree-sitter-vim"
+SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2025-05-10 5:15 Joonas Niilola
0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2025-05-10 5:15 UTC (permalink / raw
To: gentoo-commits
commit: 14e392d5d1c7a7cf8ac291a4b5e23329f8daddbb
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 05:12:16 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 10 05:12:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e392d5
dev-libs/tree-sitter-vim: Stabilize 0.5.0 amd64, #954940
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
index 5a59683bd4b2..7873eb77da04 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2025-05-10 5:21 Joonas Niilola
0 siblings, 0 replies; 20+ messages in thread
From: Joonas Niilola @ 2025-05-10 5:21 UTC (permalink / raw
To: gentoo-commits
commit: 82dedb5dba0c3047504e5f1dbbaf0fb2345f7288
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 05:20:23 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 10 05:20:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82dedb5d
dev-libs/tree-sitter-vim: Stabilize 0.5.0 x86, #954940
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
index 7873eb77da04..4752bb49e82a 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2025-06-05 20:09 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2025-06-05 20:09 UTC (permalink / raw
To: gentoo-commits
commit: b4a50919081c1087b12193fd957012469b1a2c7b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 20:06:21 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 20:06:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a50919
dev-libs/tree-sitter-vim: add 0.6.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/tree-sitter-vim/Manifest | 1 +
dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/dev-libs/tree-sitter-vim/Manifest b/dev-libs/tree-sitter-vim/Manifest
index e7d4a13ad452..f0e8e5362808 100644
--- a/dev-libs/tree-sitter-vim/Manifest
+++ b/dev-libs/tree-sitter-vim/Manifest
@@ -1,2 +1,3 @@
DIST tree-sitter-vim-0.4.0.tar.gz 356704 BLAKE2B f1b2768a1efd6b1051cb4989923ef8d9b874faf24180beb6db1f65d2a2d75189bdd82ae4646c3b3e7c21a98466a510b89447074b2f0fdf2384802990e19f5c9d SHA512 32796cc68227c48ea4d0d2c78640c66710a8f67ab45add1d5a89eec5ade5f74bde6f2fed353a5779f5618ab91567e563449c72b8e134a904d011266303695bda
DIST tree-sitter-vim-0.5.0.tar.gz 357652 BLAKE2B 4fac13cf28349b0bf4c2f0a1f051d62156af38612f511ad4d8e627ba09b421fc27ad7d4a17016113f9db7159cfc2618af73ba6d28a30802cb5dcfb4cd7ef6b73 SHA512 0be8cdd10feef79332514d316989c0fbf4608ec90ecee454699cb2071db040024a68fa057805325b3d61ed51c673a89f46bdbd4072b295e9a135dae9b6e60e01
+DIST tree-sitter-vim-0.6.0.tar.gz 361031 BLAKE2B 7ec047bcf541e7ed6322112c5c847a8376a0cc6c7fb5f056b63dfb5aa18382376ef0f961a2416d5b3871777dbd92050562d787fa2843ac5dad53b33e541aa6c7 SHA512 ea7569ab73482929b39fadce81b287fbe62f84f01d2753ae7a5a315bb2d0ccd33d9e34a990cdc11e46d6785e820046d780ba5c1e3901b1a85af925b867db4273
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild
new file mode 100644
index 000000000000..5a59683bd4b2
--- /dev/null
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_BINDINGS=( python )
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Vimscript grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter-grammars/tree-sitter-vim"
+SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2025-06-08 23:19 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2025-06-08 23:19 UTC (permalink / raw
To: gentoo-commits
commit: b42ee376f903015cb0a99420e37f18ff1cfa46df
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 8 23:18:37 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 8 23:18:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42ee376
dev-libs/tree-sitter-vim: Stabilize 0.5.0 arm64, #954940
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
index 4752bb49e82a..5914ccbc4a74 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.5.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2025-09-22 16:12 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2025-09-22 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 522c08381ec106e8f0b4819643b8ac15da5e63af
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 22 16:12:12 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 22 16:12:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522c0838
dev-libs/tree-sitter-vim: Stabilize 0.6.0 arm64, #963291
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild
index 5a59683bd4b2..f57828b2a4e7 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2025-09-23 12:08 Arthur Zamarin
0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2025-09-23 12:08 UTC (permalink / raw
To: gentoo-commits
commit: d7f636c382a40e7c45f0d470ec2ecacc0a018ae3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 23 12:08:39 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 23 12:08:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f636c3
dev-libs/tree-sitter-vim: Stabilize 0.6.0 amd64, #963291
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild
index f57828b2a4e7..ba3b9ac94e6e 100644
--- a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.6.0.ebuild
@@ -13,4 +13,4 @@ SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/
@ 2025-10-03 1:11 Sam James
0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2025-10-03 1:11 UTC (permalink / raw
To: gentoo-commits
commit: 88b5f28d32bfcccb561108522b654ae0b88a3438
Author: Jesse De Haan <dehaanjesses <AT> gmail <DOT> com>
AuthorDate: Sun Aug 17 23:43:36 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 3 01:07:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b5f28d
dev-libs/tree-sitter-vim: add 0.7.0
Signed-off-by: Jesse De Haan <dehaanjesses <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43480
Closes: https://github.com/gentoo/gentoo/pull/43480
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tree-sitter-vim/Manifest | 1 +
dev-libs/tree-sitter-vim/tree-sitter-vim-0.7.0.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/dev-libs/tree-sitter-vim/Manifest b/dev-libs/tree-sitter-vim/Manifest
index f0e8e5362808..92c14c75609f 100644
--- a/dev-libs/tree-sitter-vim/Manifest
+++ b/dev-libs/tree-sitter-vim/Manifest
@@ -1,3 +1,4 @@
DIST tree-sitter-vim-0.4.0.tar.gz 356704 BLAKE2B f1b2768a1efd6b1051cb4989923ef8d9b874faf24180beb6db1f65d2a2d75189bdd82ae4646c3b3e7c21a98466a510b89447074b2f0fdf2384802990e19f5c9d SHA512 32796cc68227c48ea4d0d2c78640c66710a8f67ab45add1d5a89eec5ade5f74bde6f2fed353a5779f5618ab91567e563449c72b8e134a904d011266303695bda
DIST tree-sitter-vim-0.5.0.tar.gz 357652 BLAKE2B 4fac13cf28349b0bf4c2f0a1f051d62156af38612f511ad4d8e627ba09b421fc27ad7d4a17016113f9db7159cfc2618af73ba6d28a30802cb5dcfb4cd7ef6b73 SHA512 0be8cdd10feef79332514d316989c0fbf4608ec90ecee454699cb2071db040024a68fa057805325b3d61ed51c673a89f46bdbd4072b295e9a135dae9b6e60e01
DIST tree-sitter-vim-0.6.0.tar.gz 361031 BLAKE2B 7ec047bcf541e7ed6322112c5c847a8376a0cc6c7fb5f056b63dfb5aa18382376ef0f961a2416d5b3871777dbd92050562d787fa2843ac5dad53b33e541aa6c7 SHA512 ea7569ab73482929b39fadce81b287fbe62f84f01d2753ae7a5a315bb2d0ccd33d9e34a990cdc11e46d6785e820046d780ba5c1e3901b1a85af925b867db4273
+DIST tree-sitter-vim-0.7.0.tar.gz 364666 BLAKE2B 87c2269e50e26e2d4a23d8590aed75bb278a659c26c7f0e922d58d2ab588fa5c289bf3e6eb68841f77509333f11ea6de93d824f1c2d3150454bc4fb863b96da2 SHA512 fe585fc01f1fae6239ac89c1924d5adf70c43f41b40a8c811457068723094bc4a3a545581738173d39f10b6525ca711d419c3cb0ab59d48c60a9ea68c62ade3b
diff --git a/dev-libs/tree-sitter-vim/tree-sitter-vim-0.7.0.ebuild b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.7.0.ebuild
new file mode 100644
index 000000000000..5a59683bd4b2
--- /dev/null
+++ b/dev-libs/tree-sitter-vim/tree-sitter-vim-0.7.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TS_BINDINGS=( python )
+
+inherit tree-sitter-grammar
+
+DESCRIPTION="Vimscript grammar for Tree-sitter"
+HOMEPAGE="https://github.com/tree-sitter-grammars/tree-sitter-vim"
+SRC_URI="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
^ permalink raw reply related [flat|nested] 20+ messages in thread
end of thread, other threads:[~2025-10-03 1:12 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-03 1:11 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-vim/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-09-23 12:08 Arthur Zamarin
2025-09-22 16:12 Arthur Zamarin
2025-06-08 23:19 Sam James
2025-06-05 20:09 Arthur Zamarin
2025-05-10 5:21 Joonas Niilola
2025-05-10 5:15 Joonas Niilola
2025-03-28 15:26 Sam James
2024-09-10 10:25 Arthur Zamarin
2024-09-09 23:51 Sam James
2024-08-23 13:00 Arthur Zamarin
2024-08-22 2:07 Sam James
2024-08-18 2:37 Yixun Lan
2024-08-16 10:23 Arthur Zamarin
2024-08-16 7:08 Arthur Zamarin
2024-08-16 5:55 Arthur Zamarin
2024-08-15 23:28 Jakov Smolić
2024-06-12 23:24 Nick Sarnie
2024-06-11 17:41 Matthew Smith
2024-06-11 16:53 Matthew Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox