diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-08 19:21:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-08 19:21:11 +0000 |
| commit | 1b4c3ac22e46909a186accaedf796a2cb5a95bce (patch) | |
| tree | 1910f4a7dd146373ce6ecf07b47fba258719f076 /app-vim | |
| parent | 347da451c3dbda069bfbfafea33476334d6dd1c2 (diff) | |
| download | baldeagleos-repo-1b4c3ac22e46909a186accaedf796a2cb5a95bce.tar.gz baldeagleos-repo-1b4c3ac22e46909a186accaedf796a2cb5a95bce.tar.xz baldeagleos-repo-1b4c3ac22e46909a186accaedf796a2cb5a95bce.zip | |
Adding metadata
Diffstat (limited to 'app-vim')
| -rw-r--r-- | app-vim/editorconfig-vim/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild | 26 | ||||
| -rw-r--r-- | app-vim/fugitive/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/fugitive/fugitive-3.4.ebuild | 22 | ||||
| -rw-r--r-- | app-vim/gentoo-syntax/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-15.ebuild | 42 | ||||
| -rw-r--r-- | app-vim/gundo/gundo-2.6.2-r3.ebuild | 32 | ||||
| -rw-r--r-- | app-vim/gundo/gundo-2.6.2-r4.ebuild | 4 | ||||
| -rw-r--r-- | app-vim/nerdtree/nerdtree-7.1.3-r1.ebuild | 4 | ||||
| -rw-r--r-- | app-vim/vimtex/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/vimtex/vimtex-1.5.ebuild | 25 |
11 files changed, 47 insertions, 112 deletions
diff --git a/app-vim/editorconfig-vim/Manifest b/app-vim/editorconfig-vim/Manifest index 7926ab38bc4a..89f922e62bf4 100644 --- a/app-vim/editorconfig-vim/Manifest +++ b/app-vim/editorconfig-vim/Manifest @@ -1,2 +1 @@ -DIST editorconfig-vim-1.1.1.tar.gz 33287 BLAKE2B 4c79ac3bf1f82ca6182480ab2f3c2ee24b8234f5845c63d90434bb57271981554a0651d8bc0314c718ad9700adf7903fed45f5e400d8ae8a0b6d42932e89e071 SHA512 7b94db4b2f641ecd2d2623bf55bf9b457c007b2b5c8553cba5b7a75bc34823d6995d3c9ed13febe0f59de6f87c52eb0367591213c43c6fcd7c331c529126f4d6 DIST editorconfig-vim-1.2.0.tar.gz 34457 BLAKE2B 969e650c69abaa4e7fb652f3384f2b4ac779e2d6d3f39d898bcc7e69c7399510bfabb1aae5bd90cbb2e5276f5200a87797f6da976df040e39626d883b907792c SHA512 1101562e71f2a9f356a3773cc32f4f091d5a0b67c85a8d78d70f76a73ec3b709f5ac5b7db7448972409031d37176190922912945be05037b627d1cf766bbb731 diff --git a/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild b/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild deleted file mode 100644 index a6d27567296c..000000000000 --- a/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -MY_PV="${PV//_/-}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="vim plugin: Support EditorConfig files" -HOMEPAGE="https://editorconfig.org/" -SRC_URI="https://github.com/${PN%-vim}/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="BSD-2 PSF-2" -KEYWORDS="amd64 ~arm64 x86" - -VIM_PLUGIN_HELPFILES="${PN%-vim}.txt" - -src_install() { - # we don't want to install the tests - rm -r tests || die - - vim-plugin_src_install -} diff --git a/app-vim/fugitive/Manifest b/app-vim/fugitive/Manifest index 79631cc0c30a..2abbdc77fe73 100644 --- a/app-vim/fugitive/Manifest +++ b/app-vim/fugitive/Manifest @@ -1,2 +1 @@ -DIST fugitive-3.4.tar.gz 80677 BLAKE2B 7cb341851248eb05a8094617f349e382cb8704f69116d8a00f07db40d96b4cc86b98515a59c489116fe7fdadb9a73a65819bf792005bda316f1a0bca311e6938 SHA512 313f1b06c843f85cfdbee059f1470b1ed062c2055e552fa1e05b01e59d9950c181b19e7553cbbca575b1951949970691081582128be7148885485d4fbed0a4d2 DIST fugitive-3.7.tar.gz 84271 BLAKE2B 1c00272174bd76a2b4d34aa54a7498b2f75a5322d587e3436d82f21d6188027768bea0475c99fcbc50a82b89d9a9a7697d18106cb1eb2f9788afa81848fe2de8 SHA512 8252b69c6183f5b710739eb68ecb3fbdfad52df3dbee0a3a04ad33f410b489d7fcf1c0bde0cb2d53995a6b4e34191c165c652d08e6145789a88f8c46bfcddf56 diff --git a/app-vim/fugitive/fugitive-3.4.ebuild b/app-vim/fugitive/fugitive-3.4.ebuild deleted file mode 100644 index 099b1046e1b4..000000000000 --- a/app-vim/fugitive/fugitive-3.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit vim-plugin - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git" -else - SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" - S="${WORKDIR}/vim-${P}" -fi - -DESCRIPTION="vim plugin: a git wrapper for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" -LICENSE="vim" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-vcs/git" diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest index e9c74d9405d7..58143d6da91c 100644 --- a/app-vim/gentoo-syntax/Manifest +++ b/app-vim/gentoo-syntax/Manifest @@ -1 +1,2 @@ DIST gentoo-syntax-14.tar.bz2 20988 BLAKE2B 2f11628bec985ef486ad6f04b694df7a2b1e5ef34f5ddb364c7d9dea4a507d9bae4d8de6b00b33358cf651b4fc6816164f22f7760275a1fd0668b89927859cfb SHA512 63914ffb1911d83fa8991a901f9a23ccfc30f0170a6a730cb02919f4adf0ad34c70f4457e006b1c08a004448c6b9e85d97634a8ed8fdf0b4f98ef9fd804eef00 +DIST gentoo-syntax-15.tar.bz2 21018 BLAKE2B 2b0ead6d5701f14f321ad02b1cd3fe426b8e98e4d80e66331387f0543d88a2ac6b5d78a1f8c9125dadf24f3508c34d915fa896dc2fb85a8664984d771b48a29e SHA512 69cdcd58933b4f83da81ecc943e205689591748c283005b2e6cd342e623d8e0643979d913ec6a9464ca2b49431ea2317dfb0e6454143d6757f6ba287286d24f1 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-15.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-15.ebuild new file mode 100644 index 000000000000..2258150d4b4b --- /dev/null +++ b/app-vim/gentoo-syntax/gentoo-syntax-15.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting" +HOMEPAGE="https://github.com/gentoo/gentoo-syntax" +SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2" + +LICENSE="vim" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="ignore-glep31" + +VIM_PLUGIN_HELPFILES="gentoo-syntax" +VIM_PLUGIN_MESSAGES="filetype" + +src_prepare() { + default + if use ignore-glep31 ; then + for f in ftplugin/*.vim ; do + ebegin "Removing UTF-8 rules from ${f} ..." + sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \ + || die "waah! bad sed voodoo. need more goats." + eend $? + done + fi +} + +pkg_postinst() { + vim-plugin_pkg_postinst + + if [[ -z ${REPLACING_VERSIONS} ]] ; then + if use ignore-glep31 1>/dev/null ; then + ewarn "You have chosen to disable the rules which ensure GLEP 31" + ewarn "compliance. When editing ebuilds, please make sure you get" + ewarn "the character set correct." + fi + fi +} diff --git a/app-vim/gundo/gundo-2.6.2-r3.ebuild b/app-vim/gundo/gundo-2.6.2-r3.ebuild deleted file mode 100644 index 9b41db4a7601..000000000000 --- a/app-vim/gundo/gundo-2.6.2-r3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit vim-plugin python-single-r1 vcs-snapshot - -DESCRIPTION="vim plugin: visualize your vim undo tree" -HOMEPAGE="https://github.com/sjl/gundo.vim" -SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2" - -LICENSE="GPL-2+" -KEYWORDS="amd64 x86 ~x64-macos" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - || ( - app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] - app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] - ) - ${PYTHON_DEPS}" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -PATCHES=( "${FILESDIR}"/${P}-python3.patch ) - -src_prepare() { - rm -r site tests || die - default -} diff --git a/app-vim/gundo/gundo-2.6.2-r4.ebuild b/app-vim/gundo/gundo-2.6.2-r4.ebuild index 102a4d75eddc..cb16394281a7 100644 --- a/app-vim/gundo/gundo-2.6.2-r4.ebuild +++ b/app-vim/gundo/gundo-2.6.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/sjl/gundo.vim" SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 x86 ~x64-macos" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" diff --git a/app-vim/nerdtree/nerdtree-7.1.3-r1.ebuild b/app-vim/nerdtree/nerdtree-7.1.3-r1.ebuild index d4df4bcc54b7..f46748e4171f 100644 --- a/app-vim/nerdtree/nerdtree-7.1.3-r1.ebuild +++ b/app-vim/nerdtree/nerdtree-7.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/preservim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~x64-macos" + KEYWORDS="amd64 x86 ~x64-macos" fi DESCRIPTION="vim plugin: A tree explorer plugin for navigating the filesystem" diff --git a/app-vim/vimtex/Manifest b/app-vim/vimtex/Manifest index 4f1a20cbff10..9cb457c833aa 100644 --- a/app-vim/vimtex/Manifest +++ b/app-vim/vimtex/Manifest @@ -1,2 +1 @@ -DIST vimtex-1.5.tar.gz 1666938 BLAKE2B 7d203f25b1f5c653bb270fb4cb5463d2851fe63d52dde9b99d8ca4e2c7936f7291c649e5a71d25c01329a2caf3aa4258f302d2585c6b7e67991e5f91dd785526 SHA512 9009a830e117c8d1d6b00f97cb1382704c77120e05810ad40d1ec191cb547e5045101d2901b88d85b42d17ba51cdd5f5a00b2f80aa2424e2529bb19c7f651f00 DIST vimtex-2.15.tar.gz 1092207 BLAKE2B 19feb79c47fa7906fbf97c126ca30a3ff89cd2b5aa034356e48d202eb55f41320bce1d40011dee4f8d099678a9748405ad7913f6df520773050fe494402f56e6 SHA512 1e436a375d3244b2bd3ccd82badc31f145c95990c1b058b5aa02ecb1adaafc80c6bf31661229fe6cb4f262c282da49755491b7311c0d450e5782d427e92ada1e diff --git a/app-vim/vimtex/vimtex-1.5.ebuild b/app-vim/vimtex/vimtex-1.5.ebuild deleted file mode 100644 index bc71b2da1a54..000000000000 --- a/app-vim/vimtex/vimtex-1.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: a modern vim plugin for editing LaTeX files" -HOMEPAGE="https://github.com/lervag/vimtex" -SRC_URI="https://github.com/lervag/vimtex/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~riscv ~x86" -LICENSE="MIT" - -VIM_PLUGIN_HELPFILES="${PN}" - -RDEPEND=" - !app-vim/vim-latex - !app-vim/automatictexplugin" - -src_prepare() { - default - - # remove unwanted dirs - rm -r media test || die -} |
