summaryrefslogtreecommitdiff
path: root/dev-libs/tree-sitter-css
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-libs/tree-sitter-css
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-libs/tree-sitter-css')
-rw-r--r--dev-libs/tree-sitter-css/Manifest3
-rw-r--r--dev-libs/tree-sitter-css/files/tree-sitter-css-0.20.0-test-selector.patch14
-rw-r--r--dev-libs/tree-sitter-css/metadata.xml8
-rw-r--r--dev-libs/tree-sitter-css/tree-sitter-css-0.23.0.ebuild19
-rw-r--r--dev-libs/tree-sitter-css/tree-sitter-css-0.23.2.ebuild19
-rw-r--r--dev-libs/tree-sitter-css/tree-sitter-css-0.25.0.ebuild19
6 files changed, 0 insertions, 82 deletions
diff --git a/dev-libs/tree-sitter-css/Manifest b/dev-libs/tree-sitter-css/Manifest
deleted file mode 100644
index 9081ea58820c..000000000000
--- a/dev-libs/tree-sitter-css/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST tree-sitter-css-0.23.0.tar.gz 118618 BLAKE2B f47f345a5892fa98b44466fa667d25dfe3ae5ec6eb974e1a4751bba733a985c1eb2dfc69f974076709c7b3e0f5024fc3ced655a74455b822665c72879abfbb3c SHA512 a78e18bb6036cd9183525671decd45911887db6acf449d4965e20ab1607df616bfa028d5d84a33ba2b87757e16b4c0dd672c8981a53bf286d81b8dc412512725
-DIST tree-sitter-css-0.23.2.tar.gz 123495 BLAKE2B 0d381fe352eba5165fbec17221d6b9576ebca110c98fa0a5f7578345eba8c47e677db0d68874106ef63563f2fd02142237dce86230043df3d6a1099fba92619c SHA512 b013d8c14a64c1383563915976b1f5e9ec16a531c83ec35c8be36193fe50f5546b95bf1871e4abf631af5815b655e9c40c99db586cab8c156110eb33fa61ec18
-DIST tree-sitter-css-0.25.0.tar.gz 132788 BLAKE2B 18e47e3cca345fc13040dd5b71c65f9ab54d23ad261bf74f199e5417ed22b60baee76a47f09f7d8f1bfb868659b23c488b06e7bba74f750abe15f7afa13bdad5 SHA512 2cfdcb1c0d7fed9fdd56afa3a290f7164ffe663400bd446caba0d6786eb3bdbdbc31bc6a35a464fbf3bd6241049510d7a57d338d36a98cc725a5b4f0f2a803fd
diff --git a/dev-libs/tree-sitter-css/files/tree-sitter-css-0.20.0-test-selector.patch b/dev-libs/tree-sitter-css/files/tree-sitter-css-0.20.0-test-selector.patch
deleted file mode 100644
index bbcec7e47e23..000000000000
--- a/dev-libs/tree-sitter-css/files/tree-sitter-css-0.20.0-test-selector.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://bugs.gentoo.org/928010
-https://github.com/tree-sitter/tree-sitter-css/issues/47
-https://github.com/tree-sitter/tree-sitter/issues/3238
---- a/test/corpus/selectors.txt
-+++ b/test/corpus/selectors.txt
-@@ -102,7 +102,7 @@ a::first-line {}
- (block)))
-
- =========================
--::slotted pseudo element
-+slotted pseudo element
- =========================
-
- ::slotted(button) {}
diff --git a/dev-libs/tree-sitter-css/metadata.xml b/dev-libs/tree-sitter-css/metadata.xml
deleted file mode 100644
index 6c78f3e39968..000000000000
--- a/dev-libs/tree-sitter-css/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">tree-sitter/tree-sitter-css</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-libs/tree-sitter-css/tree-sitter-css-0.23.0.ebuild b/dev-libs/tree-sitter-css/tree-sitter-css-0.23.0.ebuild
deleted file mode 100644
index 632f1a55a2fa..000000000000
--- a/dev-libs/tree-sitter-css/tree-sitter-css-0.23.0.ebuild
+++ /dev/null
@@ -1,19 +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="CSS grammar for Tree-sitter"
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter-css"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-PATCHES=(
- # https://bugs.gentoo.org/928010
- # Test name beginning with :: is incompatible with tree-sitter >0.22
- "${FILESDIR}"/${PN}-0.20.0-test-selector.patch
-)
diff --git a/dev-libs/tree-sitter-css/tree-sitter-css-0.23.2.ebuild b/dev-libs/tree-sitter-css/tree-sitter-css-0.23.2.ebuild
deleted file mode 100644
index 320cd5e5ad12..000000000000
--- a/dev-libs/tree-sitter-css/tree-sitter-css-0.23.2.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit tree-sitter-grammar
-
-DESCRIPTION="CSS grammar for Tree-sitter"
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter-css"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-PATCHES=(
- # https://bugs.gentoo.org/928010
- # Test name beginning with :: is incompatible with tree-sitter >0.22
- "${FILESDIR}"/${PN}-0.20.0-test-selector.patch
-)
diff --git a/dev-libs/tree-sitter-css/tree-sitter-css-0.25.0.ebuild b/dev-libs/tree-sitter-css/tree-sitter-css-0.25.0.ebuild
deleted file mode 100644
index 320cd5e5ad12..000000000000
--- a/dev-libs/tree-sitter-css/tree-sitter-css-0.25.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit tree-sitter-grammar
-
-DESCRIPTION="CSS grammar for Tree-sitter"
-HOMEPAGE="https://github.com/tree-sitter/tree-sitter-css"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-PATCHES=(
- # https://bugs.gentoo.org/928010
- # Test name beginning with :: is incompatible with tree-sitter >0.22
- "${FILESDIR}"/${PN}-0.20.0-test-selector.patch
-)