dev-libs/tree-sitter-*: fix S= after eclass changes

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-03-18 22:39:26 +02:00
parent d1289fc531
commit e40061ca66
13 changed files with 16 additions and 20 deletions

View File

@@ -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
@@ -15,4 +15,3 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc
# 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

View File

@@ -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
@@ -12,7 +12,7 @@ GIT_COMMIT="0b6d0eb9abdf7cea31961cd903eeed5bbd0aae74"
DESCRIPTION="C++ grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-cpp"
SRC_URI="https://github.com/tree-sitter/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-${GIT_COMMIT}/src
S="${WORKDIR}"/${PN}-${GIT_COMMIT}
LICENSE="MIT"
SLOT="0"

View File

@@ -8,7 +8,6 @@ inherit tree-sitter-grammar
DESCRIPTION="Gleam grammar for Tree-sitter"
HOMEPAGE="https://github.com/gleam-lang/tree-sitter-gleam"
SRC_URI="https://github.com/gleam-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${P}/src
LICENSE="Apache-2.0"
SLOT="0"
@@ -18,5 +17,5 @@ src_install() {
tree-sitter-grammar_src_install
docinto queries
dodoc ../queries/{highlights,locals,tags}.scm
dodoc queries/{highlights,locals,tags}.scm
}

View File

@@ -15,4 +15,3 @@ 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"
S="${WORKDIR}"/${PN}-${PV}/src

View File

@@ -15,4 +15,3 @@ KEYWORDS="amd64"
# Override eclass SRC_URI as 0.20.1 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

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,4 +12,4 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
S="${WORKDIR}/${P}/ocaml/src"
S="${WORKDIR}/${P}/ocaml"

View File

@@ -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
@@ -12,4 +12,4 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
S="${WORKDIR}/${P}/ocaml/src"
S="${WORKDIR}/${P}/ocaml"

View File

@@ -12,4 +12,4 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
S="${WORKDIR}/${P}/ocaml/src"
S="${WORKDIR}/${P}/ocaml"

View File

@@ -11,7 +11,7 @@ inherit tree-sitter-grammar
DESCRIPTION="Ruby grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-ruby"
SRC_URI="https://github.com/tree-sitter/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-${MY_COMMIT}/src
S="${WORKDIR}"/${PN}-${MY_COMMIT}
LICENSE="MIT"
SLOT="0"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ inherit tree-sitter-grammar
DESCRIPTION="TypeScript grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-typescript"
S="${WORKDIR}"/${PN}-${PV}/typescript/src
S="${WORKDIR}"/${P}/typescript
LICENSE="MIT"
SLOT="0"

View File

@@ -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
@@ -7,7 +7,7 @@ inherit tree-sitter-grammar
DESCRIPTION="TypeScript grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-typescript"
S="${WORKDIR}"/${PN}-${PV}/typescript/src
S="${WORKDIR}"/${P}/typescript
LICENSE="MIT"
SLOT="0"

View File

@@ -7,7 +7,7 @@ inherit tree-sitter-grammar
DESCRIPTION="TypeScript grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-typescript"
S="${WORKDIR}"/${PN}-${PV}/typescript/src
S="${WORKDIR}"/${P}/typescript
LICENSE="MIT"
SLOT="0"

View File

@@ -7,7 +7,7 @@ inherit tree-sitter-grammar
DESCRIPTION="TypeScript grammar for Tree-sitter"
HOMEPAGE="https://github.com/tree-sitter/tree-sitter-typescript"
S="${WORKDIR}"/${P}/typescript/src
S="${WORKDIR}"/${P}/typescript
LICENSE="MIT"
SLOT="0"