app-vim/nvim-treesitter: Rename into nvim-tree-sitter

The packages inside the main tree use the dash inside their names. To
make it easier to find this package it's probably best to align the
naming scheme.

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-12-18 21:40:40 +01:00
parent 6755109ac4
commit 8c583d06ce
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
5 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1 @@
DIST nvim-tree-sitter-0.0_p20221218.tar.gz 262616 BLAKE2B 8fef30f40b2415ef220f1ae05b9e790ab8c31a3d9c56eea2f6002dce631b5c75acc4d187f5b7ddfcee57079de4419c71f53d19327efa1f1396a4737d8290ca47 SHA512 13b10a64884a7cdc6346c10f311a1cf18d038f721e36947b81b120f49db3405e04e3364b13da9d0ecd5b77faad79ffe7a2a60b876a1af9907718efc60f7d10fd

View File

@ -11,6 +11,7 @@ COMMIT_ID="ee095abeac5842943a94a27c0ca75c61e7c614a2"
DESCRIPTION="neovim plugin: tree sitter support for syntax highlighting"
HOMEPAGE="https://github.com/nvim-treesitter/nvim-treesitter"
LICENSE="Apache-2.0"
MY_PN="nvim-treesitter"
if [[ ${PV} == *9999 ]]
then
@ -18,10 +19,11 @@ then
EGIT_REPO_URI="https://github.com/nvim-treesitter/nvim-treesitter.git"
else
if [[ ${PV} == *_p* ]]; then
SRC_URI="https://github.com/nvim-treesitter/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT_ID}"
SRC_URI="https://github.com/nvim-treesitter/${MY_PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${COMMIT_ID}"
else
SRC_URI="https://github.com/nvim-treesitter/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/nvim-treesitter/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
fi
fi
@ -32,6 +34,7 @@ KEYWORDS="~amd64"
RDEPEND="
app-editors/neovim
dev-libs/tree-sitter-meta
!!app-vim/nvim-treesitter
"
DOCS=(

View File

@ -1 +0,0 @@
DIST nvim-treesitter-0.0_p20221218.tar.gz 262616 BLAKE2B 8fef30f40b2415ef220f1ae05b9e790ab8c31a3d9c56eea2f6002dce631b5c75acc4d187f5b7ddfcee57079de4419c71f53d19327efa1f1396a4737d8290ca47 SHA512 13b10a64884a7cdc6346c10f311a1cf18d038f721e36947b81b120f49db3405e04e3364b13da9d0ecd5b77faad79ffe7a2a60b876a1af9907718efc60f7d10fd

1
profiles/updates/4Q-2022 Normal file
View File

@ -0,0 +1 @@
move app-vim/nvim-treesitter app-vim/nvim-tree-sitter