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:
parent
6755109ac4
commit
8c583d06ce
1
app-vim/nvim-tree-sitter/Manifest
Normal file
1
app-vim/nvim-tree-sitter/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST nvim-tree-sitter-0.0_p20221218.tar.gz 262616 BLAKE2B 8fef30f40b2415ef220f1ae05b9e790ab8c31a3d9c56eea2f6002dce631b5c75acc4d187f5b7ddfcee57079de4419c71f53d19327efa1f1396a4737d8290ca47 SHA512 13b10a64884a7cdc6346c10f311a1cf18d038f721e36947b81b120f49db3405e04e3364b13da9d0ecd5b77faad79ffe7a2a60b876a1af9907718efc60f7d10fd
|
@ -11,6 +11,7 @@ COMMIT_ID="ee095abeac5842943a94a27c0ca75c61e7c614a2"
|
|||||||
DESCRIPTION="neovim plugin: tree sitter support for syntax highlighting"
|
DESCRIPTION="neovim plugin: tree sitter support for syntax highlighting"
|
||||||
HOMEPAGE="https://github.com/nvim-treesitter/nvim-treesitter"
|
HOMEPAGE="https://github.com/nvim-treesitter/nvim-treesitter"
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
|
MY_PN="nvim-treesitter"
|
||||||
|
|
||||||
if [[ ${PV} == *9999 ]]
|
if [[ ${PV} == *9999 ]]
|
||||||
then
|
then
|
||||||
@ -18,10 +19,11 @@ then
|
|||||||
EGIT_REPO_URI="https://github.com/nvim-treesitter/nvim-treesitter.git"
|
EGIT_REPO_URI="https://github.com/nvim-treesitter/nvim-treesitter.git"
|
||||||
else
|
else
|
||||||
if [[ ${PV} == *_p* ]]; then
|
if [[ ${PV} == *_p* ]]; then
|
||||||
SRC_URI="https://github.com/nvim-treesitter/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/nvim-treesitter/${MY_PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
||||||
S="${WORKDIR}/${PN}-${COMMIT_ID}"
|
S="${WORKDIR}/${MY_PN}-${COMMIT_ID}"
|
||||||
else
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -32,6 +34,7 @@ KEYWORDS="~amd64"
|
|||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-editors/neovim
|
app-editors/neovim
|
||||||
dev-libs/tree-sitter-meta
|
dev-libs/tree-sitter-meta
|
||||||
|
!!app-vim/nvim-treesitter
|
||||||
"
|
"
|
||||||
|
|
||||||
DOCS=(
|
DOCS=(
|
@ -1 +0,0 @@
|
|||||||
DIST nvim-treesitter-0.0_p20221218.tar.gz 262616 BLAKE2B 8fef30f40b2415ef220f1ae05b9e790ab8c31a3d9c56eea2f6002dce631b5c75acc4d187f5b7ddfcee57079de4419c71f53d19327efa1f1396a4737d8290ca47 SHA512 13b10a64884a7cdc6346c10f311a1cf18d038f721e36947b81b120f49db3405e04e3364b13da9d0ecd5b77faad79ffe7a2a60b876a1af9907718efc60f7d10fd
|
|
1
profiles/updates/4Q-2022
Normal file
1
profiles/updates/4Q-2022
Normal file
@ -0,0 +1 @@
|
|||||||
|
move app-vim/nvim-treesitter app-vim/nvim-tree-sitter
|
Loading…
Reference in New Issue
Block a user