From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-javascript/
Date: Sun, 14 Apr 2024 15:19:38 +0000 (UTC) [thread overview]
Message-ID: <1713107936.554c77ba349b60326f37ecb45f855d601170e3fd.matthew@gentoo> (raw)
commit: 554c77ba349b60326f37ecb45f855d601170e3fd
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 14:49:07 2024 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:18:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554c77ba
dev-libs/tree-sitter-javascript: drop 0.20.0, 0.20.3
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
dev-libs/tree-sitter-javascript/Manifest | 2 --
.../tree-sitter-javascript-0.20.0.ebuild | 14 --------------
.../tree-sitter-javascript-0.20.3.ebuild | 13 -------------
3 files changed, 29 deletions(-)
diff --git a/dev-libs/tree-sitter-javascript/Manifest b/dev-libs/tree-sitter-javascript/Manifest
index 2c25d4ba65d7..c46994c8c152 100644
--- a/dev-libs/tree-sitter-javascript/Manifest
+++ b/dev-libs/tree-sitter-javascript/Manifest
@@ -1,5 +1,3 @@
-DIST tree-sitter-javascript-0.20.0.tar.gz 278831 BLAKE2B cd66005e7ebdae154a192ff556d4cb35e91d93a2ab645a24b9492217858278adc1f7917a7dc5033bbcfd84ca7ef41a3e7ebb1ff934bb09b79c8923469110e1de SHA512 778e0f2f5bf276d7ffb6eab0fe3f7473b56605de707c8e2f491fbb5826da94067b9f1bc476306013267001b5ecaab11a956e896b78520cdedd27006fac97fe41
DIST tree-sitter-javascript-0.20.1-2.tar.gz 371027 BLAKE2B 5bd9b11f1e10ff37950b2142031bebd3b5f6111818a21bf5a7d97a8a27a5340bd09cd139d76846141ed64a824f82f1e1394b90d8622192524d7db9a02ed95223 SHA512 5341311b419cf763c0a6d23348eba0e38b417ba07c2def341027223347d850c28b86db6add136dbf73cd5296133823a4548493ee649e09247dfbe5bcbaaab76d
-DIST tree-sitter-javascript-0.20.3.tar.gz 394552 BLAKE2B e578299df6645b3529e8b82385a8060a8e25f122faf63f4e7f0ecc6ddbec7f29986c552a83dba9cf0bc8866225e749e3c9c0a5a9556e6266e8e731cf09af4def SHA512 31fd1b645fcbdd6670bc6b00e6c4adc2ce440aa35ba9b530a6161849fd70d0a38f8539727d321ba2bbc60a8d9bcf33296b561f8921115a8e68c50a40b253bbc4
DIST tree-sitter-javascript-0.20.4.tar.gz 396452 BLAKE2B b33c4c44fb59985af7809ef9bd015d12dac185999993570164de4ac87a60cde28cf4c1232a06dd3e312ce256f2b021ef5fa500fd9e0772a3fb657f74256500a4 SHA512 65171e5af35c9c5cc9a6c54792d2194b197e130ec277b35e67e04b654082bcb1b98cb9bbe497bbe1dde69f582e5cdca01cba4f40682b7b587fd19e89b88f3dd6
DIST tree-sitter-javascript-0.21.0.tar.gz 367344 BLAKE2B 7698b918db7fb49bd73ee03757fa17d5f6c0adc14a279410e2bc924123b1a187e6018b534bc1d2b6cbc41e5f42f7b4b6541c65d4f70d6345dda31c719bf479c6 SHA512 c83d7525e3639e237b9f81cac38d0290a3257aa98dba62f079abfb234f3cbd3de23e0b275da85878d3ab4b8de03384dc4e8a8512641b17ff0aca2e3a722947a6
diff --git a/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.0.ebuild b/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.0.ebuild
deleted file mode 100644
index a082528027b0..000000000000
--- a/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.0.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.20.0
-inherit tree-sitter-grammar
-
-DESCRIPTION="JavaScript grammar for Tree-sitter"
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter-javascript"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
diff --git a/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.3.ebuild b/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.3.ebuild
deleted file mode 100644
index a95e21c0d4a6..000000000000
--- a/dev-libs/tree-sitter-javascript/tree-sitter-javascript-0.20.3.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="JavaScript grammar for Tree-sitter"
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter-javascript"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
next reply other threads:[~2024-04-14 15:19 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-14 15:19 Matthew Smith [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-18 20:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter-javascript/ Arthur Zamarin
2025-02-10 18:26 Arthur Zamarin
2024-11-23 14:27 Sam James
2024-10-15 5:58 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-09-06 16:01 Arthur Zamarin
2024-09-06 10:38 Arthur Zamarin
2024-08-28 7:59 Arthur Zamarin
2024-07-04 19:49 Arthur Zamarin
2024-07-04 19:49 Arthur Zamarin
2024-07-04 19:49 Arthur Zamarin
2024-06-12 23:24 Nick Sarnie
2024-06-04 17:49 Viorel Munteanu
2024-06-04 17:49 Viorel Munteanu
2024-06-04 17:49 Viorel Munteanu
2024-05-20 10:45 Yixun Lan
2024-05-19 16:58 Arthur Zamarin
2024-05-19 16:52 Arthur Zamarin
2024-05-19 16:50 Arthur Zamarin
2024-05-17 12:48 Sam James
2024-05-17 10:57 Arthur Zamarin
2024-05-17 8:31 Arthur Zamarin
2024-05-17 6:49 Arthur Zamarin
2024-05-05 15:46 Sam James
2024-04-14 15:19 Matthew Smith
2024-03-24 16:24 Matthew Smith
2024-02-02 14:05 Arthur Zamarin
2024-01-22 4:59 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
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=1713107936.554c77ba349b60326f37ecb45f855d601170e3fd.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