diff options
author | 2024-03-18 22:39:26 +0200 | |
---|---|---|
committer | 2024-03-23 10:27:42 +0200 | |
commit | e40061ca66b81af3d8dd89fcfb4d6956c070f87e (patch) | |
tree | 56bd2ae9698f1b86692634df121feb9de2ba21bb /dev-libs/tree-sitter-typescript | |
parent | dev-libs/tree-sitter-bash: add 0.21.0 (diff) | |
download | gentoo-e40061ca66b81af3d8dd89fcfb4d6956c070f87e.tar.gz gentoo-e40061ca66b81af3d8dd89fcfb4d6956c070f87e.tar.bz2 gentoo-e40061ca66b81af3d8dd89fcfb4d6956c070f87e.zip |
dev-libs/tree-sitter-*: fix S= after eclass changes
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter-typescript')
4 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.1.ebuild b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.1.ebuild index 91c68ef697e0..3826613aff5d 100644 --- a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.1.ebuild +++ b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.1.ebuild @@ -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" diff --git a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.2.ebuild b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.2.ebuild index 5186725e58e9..3826613aff5d 100644 --- a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.2.ebuild +++ b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.2.ebuild @@ -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" diff --git a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.3.ebuild b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.3.ebuild index 72a2b3dd5f81..3826613aff5d 100644 --- a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.3.ebuild +++ b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.3.ebuild @@ -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" diff --git a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.5.ebuild b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.5.ebuild index da5d17a90d8a..3ab5b3028d0d 100644 --- a/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.5.ebuild +++ b/dev-libs/tree-sitter-typescript/tree-sitter-typescript-0.20.5.ebuild @@ -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" |