mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/tree-sitter-*: fix S= after eclass changes
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -12,4 +12,4 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
S="${WORKDIR}/${P}/ocaml/src"
|
||||
S="${WORKDIR}/${P}/ocaml"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user