diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /app-vim | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'app-vim')
584 files changed, 0 insertions, 6508 deletions
diff --git a/app-vim/Vim-Jinja2-Syntax/Manifest b/app-vim/Vim-Jinja2-Syntax/Manifest deleted file mode 100644 index 45c05e79768d..000000000000 --- a/app-vim/Vim-Jinja2-Syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Vim-Jinja2-Syntax-0.0_pre20210604.tar.gz 4579 BLAKE2B a63888feaeea3eadb6eb733631241d0a3d9248387a21fb8391b9ea9e70d47bb17535c9baadef6577fdb714ae07cb7e35d1aee97320c155de0b67f6121fcc5747 SHA512 c563b28df738ab7b087637247c1ea4f644cde0d15ccad4f6f6edccf9a04712666ff32447e43b35fff389e50bc1f6b4addc2ff5857f4a1c683b8f02adbf3682c6 diff --git a/app-vim/Vim-Jinja2-Syntax/Vim-Jinja2-Syntax-0.0_pre20210604.ebuild b/app-vim/Vim-Jinja2-Syntax/Vim-Jinja2-Syntax-0.0_pre20210604.ebuild deleted file mode 100644 index e52a759ac606..000000000000 --- a/app-vim/Vim-Jinja2-Syntax/Vim-Jinja2-Syntax-0.0_pre20210604.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -COMMIT_HASH="5d2496eb5fd4415c7ce062ccbcd53a3f0de93aa3" -DESCRIPTION="vim plugin: Jinja2 syntax highlighting" -HOMEPAGE="https://github.com/Glench/Vim-Jinja2-Syntax/" -SRC_URI="https://github.com/Glench/${PN}/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT_HASH}" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" diff --git a/app-vim/Vim-Jinja2-Syntax/metadata.xml b/app-vim/Vim-Jinja2-Syntax/metadata.xml deleted file mode 100644 index ba88ea7826df..000000000000 --- a/app-vim/Vim-Jinja2-Syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/ackvim/Manifest b/app-vim/ackvim/Manifest deleted file mode 100644 index 8b8fd7915be7..000000000000 --- a/app-vim/ackvim/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ack.vim-1.0.9.tar.gz 9361 BLAKE2B c1bbcd00d7ec5207fb7de0ff1a49df5ada31f02f1b4dfabc84ae3567f62d058224fb6e7d3eae338f4ba9ae09276a1ca3dc2a7025a154b93d008e243fc36ba921 SHA512 42c931433ca2554cee0ccdc576891ba82efaebb0e5301ab279b3db8160816892b6f6232da7389058177ef9640a07e9582409c852ee5b55f3c9ee0b6f547ae8d0 diff --git a/app-vim/ackvim/ackvim-1.0.9-r2.ebuild b/app-vim/ackvim/ackvim-1.0.9-r2.ebuild deleted file mode 100644 index b2434d5309b9..000000000000 --- a/app-vim/ackvim/ackvim-1.0.9-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -MY_PN="ack.vim" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="vim plugin: run ack from vim" -HOMEPAGE="https://github.com/mileszs/ack.vim" -SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" -LICENSE="vim" -KEYWORDS="amd64 x86" - -RDEPEND=" - || ( - sys-apps/ack - sys-apps/the_silver_searcher - )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - # See bug 584768. - mv ftplugin/qf.vim ftplugin/ackqf.vim || die -} diff --git a/app-vim/ackvim/metadata.xml b/app-vim/ackvim/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/ackvim/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/airline-themes/Manifest b/app-vim/airline-themes/Manifest deleted file mode 100644 index 57effbec9d8f..000000000000 --- a/app-vim/airline-themes/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST airline-themes-0_pre20181021.tar.xz 38516 BLAKE2B 2fe1e848b57546aa39e02262e5ae3e0164830641b1c8ccca1d3dc04afab8db4c618b079c63d5854697737610df1ab891d1622a22b89c431331b8bd16cc31fc3e SHA512 764fa44a4711c92a03f6f16a3d774ad871d13adfa53e7b942bad677ff1d03f32aa24723c612d50c14ca996fa971f48695e259cc53345d253d38e63f08651e002 diff --git a/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild b/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild deleted file mode 100644 index a6f2df8bb5ca..000000000000 --- a/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: a collection of themes for vim-airline" -HOMEPAGE="https://github.com/vim-airline/vim-airline-themes" -SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" - -LICENSE="MIT" -KEYWORDS="amd64 x86" - -DEPEND="app-vim/airline" -RDEPEND="${DEPEND}" diff --git a/app-vim/airline-themes/metadata.xml b/app-vim/airline-themes/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/airline-themes/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest deleted file mode 100644 index 75a4d9a4e8bc..000000000000 --- a/app-vim/airline/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST airline-0.11.tar.gz 94961 BLAKE2B 7cb5cd6afbe1d30c664c6f2de75553972792806e4c75a9a178b497e92f3545e686111af08bb0b0b47e196a8ee04771947101bfe4d0d070023300f9479983f6ec SHA512 7837f9ae02c1503c7eb6918776292ac6e4b03535eb95aaf20ee091264af5e62c12b471a6e243db80891114848e71f75d9d1022df68909dd4940c88f093e3deb8 diff --git a/app-vim/airline/airline-0.11.ebuild b/app-vim/airline/airline-0.11.ebuild deleted file mode 100644 index 251c2828177c..000000000000 --- a/app-vim/airline/airline-0.11.ebuild +++ /dev/null @@ -1,31 +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 - MY_PN=vim-${PN} - MY_P=${MY_PN}-${PV} - SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" - S=${WORKDIR}/${MY_P} -else - inherit git-r3 - EGIT_REPO_URI="https://github.com/vim-airline/vim-airline.git" -fi - -DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air" -HOMEPAGE="https://github.com/vim-airline/vim-airline/ https://www.vim.org/scripts/script.php?script_id=4661" -LICENSE="MIT" -VIM_PLUGIN_HELPFILES="${PN}.txt" - -DOCS=( CHANGELOG.md README.md ) - -src_prepare() { - default - - # remove test dir - rm -r t || die -} diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild deleted file mode 100644 index 2d849bf686fe..000000000000 --- a/app-vim/airline/airline-9999.ebuild +++ /dev/null @@ -1,29 +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 - MY_PN=vim-${PN} - MY_P=${MY_PN}-${PV} - SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S=${WORKDIR}/${MY_P} -else - inherit git-r3 - EGIT_REPO_URI="https://github.com/vim-airline/vim-airline.git" -fi - -DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air" -HOMEPAGE="https://github.com/vim-airline/vim-airline/ https://www.vim.org/scripts/script.php?script_id=4661" -LICENSE="MIT" -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - default - - # remove unwanted test dir - rm -r t || die -} diff --git a/app-vim/airline/metadata.xml b/app-vim/airline/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/airline/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/align/Manifest b/app-vim/align/Manifest deleted file mode 100644 index 4f112292b0c1..000000000000 --- a/app-vim/align/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST align-43.tar.bz2 34490 BLAKE2B 61fa5d7233275ca372541379bf498004553daca788d1cf4f23da7ddae001530507cab551d8c49a747fa252c88acc0a8f0d24f8d58e515fb9db31bf1c76c1b26a SHA512 b796ce56a60982a1b974a55e6b3ec74cd13ad8b572b00f49d814f22385d76441cb244c913216af3ef0d2ad128d5871eb60e5fc70343e55ce88453356941b0ecd diff --git a/app-vim/align/align-43.ebuild b/app-vim/align/align-43.ebuild deleted file mode 100644 index 7b394b29cc3f..000000000000 --- a/app-vim/align/align-43.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: commands and maps to help produce aligned text" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=294" -LICENSE="vim" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -RDEPEND="app-vim/cecutil" - -VIM_PLUGIN_HELPFILES="align" diff --git a/app-vim/align/metadata.xml b/app-vim/align/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/align/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/alternate/Manifest b/app-vim/alternate/Manifest deleted file mode 100644 index 7732193ca8c0..000000000000 --- a/app-vim/alternate/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST alternate-2.18.tar.gz 8652 BLAKE2B f6e50d3e1499fb913f7cfa4ff95df180855c7857a700428be1339916aed4513bf77a8da62b75407a6c129f4da3e3bcd00f5caed53d7a939a2eac96a287a11ffe SHA512 d797b99cbe536285d87c5bb14adfcaa3e18611351c8529d9a0755606e766ecc006f19af5cd9b9535f236220dc525bbc27e1280cbb1e3c71f7444cdefd506cefa -DIST alternate.txt 8897 BLAKE2B b2c2ad9e39c98c82592034ddb0db79803f39bdf3c8d55307aecc488855a75c7be508b41a6a6cf9d3f3d0f4e938feb65fdd756040d8e51e0244c9dc6b9fbacd86 SHA512 92b24aef5fe1fb459b4cb85ca780ae20126bc79138ac15dec652c15a89b688d40bedc00bdae8fce912c8805b24b8805e45ddbd9e6b1ec10c20e61eed11d37651 diff --git a/app-vim/alternate/alternate-2.18-r3.ebuild b/app-vim/alternate/alternate-2.18-r3.ebuild deleted file mode 100644 index 30714deff911..000000000000 --- a/app-vim/alternate/alternate-2.18-r3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: quickly switch between .c and .h files" -HOMEPAGE=" - https://github.com/vim-scripts/a.vim - https://www.vim.org/scripts/script.php?script_id=31" -SRC_URI=" - https://github.com/vim-scripts/a.vim/archive/${PV}.tar.gz -> ${P}.tar.gz - https://www.vim.org/scripts/download_script.php?src_id=6347 -> ${PN}.txt" -S="${WORKDIR}/a.vim-${PV}" - -LICENSE="alternate" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86 ~x64-macos" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides a new :A command which will switch between a .c -file and the associated .h file. There is also :AS to split windows and -:AV to split windows vertiically." - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -PATCHES=( - "${FILESDIR}"/${P}-hh-cc-alternation.patch -) - -src_prepare() { - default - mkdir -p "${S}/doc" || die - cp "${DISTDIR}/${PN}.txt" "${S}/doc" || die -} diff --git a/app-vim/alternate/files/alternate-2.18-hh-cc-alternation.patch b/app-vim/alternate/files/alternate-2.18-hh-cc-alternation.patch deleted file mode 100644 index 14b314aa0e0c..000000000000 --- a/app-vim/alternate/files/alternate-2.18-hh-cc-alternation.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/plugin/a.vim 2005-05-06 22:20:24.000000000 +0100 -+++ b/plugin/a.vim 2005-06-20 15:45:45.000000000 +0100 -@@ -57,13 +57,14 @@ - " Mappings for C and C++ - call <SID>AddAlternateExtensionMapping('h',"c,cpp,cxx,cc,CC") - call <SID>AddAlternateExtensionMapping('H',"C,CPP,CXX,CC") -+call <SID>AddAlternateExtensionMapping('hh',"c,cpp,cxx,cc,CC") - call <SID>AddAlternateExtensionMapping('hpp',"cpp,c") - call <SID>AddAlternateExtensionMapping('HPP',"CPP,C") - call <SID>AddAlternateExtensionMapping('c',"h") - call <SID>AddAlternateExtensionMapping('C',"H") - call <SID>AddAlternateExtensionMapping('cpp',"h,hpp") - call <SID>AddAlternateExtensionMapping('CPP',"H,HPP") --call <SID>AddAlternateExtensionMapping('cc',"h") -+call <SID>AddAlternateExtensionMapping('cc',"h,hh") - call <SID>AddAlternateExtensionMapping('CC',"H,h") - call <SID>AddAlternateExtensionMapping('cxx',"h") - call <SID>AddAlternateExtensionMapping('CXX',"H") diff --git a/app-vim/alternate/metadata.xml b/app-vim/alternate/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/alternate/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/ansiesc/Manifest b/app-vim/ansiesc/Manifest deleted file mode 100644 index a8f7322f5ff3..000000000000 --- a/app-vim/ansiesc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ansiesc-12.tar.bz2 8647 BLAKE2B 224b38073e5013705b90d4c98dd768dc090bcb2ff9336d18a680d1ecf477070963db8e64d94f91b49ffa3b2986ff52114ee472f02519255aab00bef5d1c14516 SHA512 e699974e3b2e532e3c6dca038a148dca8cc3d3a7efa65d63de63e259a34958f62bb7e43b1078d21fcab4603c856dba392e6e82ddb90e2335dc714e9ad60e336e diff --git a/app-vim/ansiesc/ansiesc-12.ebuild b/app-vim/ansiesc/ansiesc-12.ebuild deleted file mode 100644 index 3cf227e61a35..000000000000 --- a/app-vim/ansiesc/ansiesc-12.ebuild +++ /dev/null @@ -1,15 +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: ansi escape sequences concealed, but highlighted as specified" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=302" -LICENSE="public-domain" -KEYWORDS="amd64 x86" - -RDEPEND="app-vim/cecutil" - -VIM_PLUGIN_HELPFILES="AnsiEsc.txt" diff --git a/app-vim/ansiesc/metadata.xml b/app-vim/ansiesc/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/ansiesc/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/ant_menu/Manifest b/app-vim/ant_menu/Manifest deleted file mode 100644 index 4802ba738900..000000000000 --- a/app-vim/ant_menu/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ant_menu-0.5.7.1.tar.bz2 3786 BLAKE2B 43f1e7c90a9c72a1b9998ae126d931b398c6631055e2d15fe0bc981cafb97ee6be8e38fb9b9f9757557cbaab8155381c9cbb42e92c056e14b06e210925bee321 SHA512 e8cc2bbe416d54137839e6f122fbcf52398321c8faa5b3a83ba42661c889c29af44029a3ffb386667228950c49d01247703cc6dce8101ea622cb3586c9a07fb4 diff --git a/app-vim/ant_menu/ant_menu-0.5.7.1-r2.ebuild b/app-vim/ant_menu/ant_menu-0.5.7.1-r2.ebuild deleted file mode 100644 index 5971e6179389..000000000000 --- a/app-vim/ant_menu/ant_menu-0.5.7.1-r2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Java ant build system integration" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=155" -LICENSE="LGPL-2" -KEYWORDS="amd64" - -RDEPEND="dev-java/ant" - -VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=155" diff --git a/app-vim/ant_menu/metadata.xml b/app-vim/ant_menu/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/ant_menu/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/autoalign/Manifest b/app-vim/autoalign/Manifest deleted file mode 100644 index f66f70a0a210..000000000000 --- a/app-vim/autoalign/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST autoalign-14.tar.xz 13400 BLAKE2B eba5a5fe00d264c1b8aaacfb79e9ba6bdb0f6a6314a6a8364c89b7e4136a8edcdae73db2343f94a7b76103285a88e6fa13d60cbaa91a6ac35bea99410776819c SHA512 40107b8e12c4190c4f31c740d9b7615eb0836f4d159e6071526de768e6f7726849cb0cd93af8674aff7d6cfecc1b7f27d5b894628f426c51941bb914b92944f2 diff --git a/app-vim/autoalign/autoalign-14.ebuild b/app-vim/autoalign/autoalign-14.ebuild deleted file mode 100644 index c7046e17c291..000000000000 --- a/app-vim/autoalign/autoalign-14.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: automatically align bib, c, c++, tex and vim code" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=884" -LICENSE="vim" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" -IUSE="" - -if [[ ${PV} != 9999* ]] ; then - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~chutzpah/vim/${P}.tar.xz" -fi - -DEPEND="app-arch/xz-utils" -RDEPEND=" - >=app-vim/align-30 - >=app-vim/cecutil-4" - -VIM_PLUGIN_HELPFILES="autoalign" -VIM_PLUGIN_MESSAGES="filetype" - -src_prepare() { - # Don't use the cecutil.vim included in the tarball, use the one - # provided by app-vim/cecutil instead. - rm plugin/cecutil.vim || die - default -} diff --git a/app-vim/autoalign/metadata.xml b/app-vim/autoalign/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/autoalign/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/bash-support/Manifest b/app-vim/bash-support/Manifest deleted file mode 100644 index fba603c5092b..000000000000 --- a/app-vim/bash-support/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bash-support-4.3.zip 249238 BLAKE2B 46fa031b4ba927e5a229fa9dc93a3dbe005322a1de494bc8cbeb56138f2c580ea5b39b203d46b59013e1985930422c2e4217234a317fbf8ee6209889c4047323 SHA512 fd9294e467129990bc9796cda309a5b0ec5af3ddbda7f141939622ec0d96c1573b35d9a20e99040d6a4e83b1e98c1f6b847c77d055cca9492922e1080dc64118 diff --git a/app-vim/bash-support/bash-support-4.3.ebuild b/app-vim/bash-support/bash-support-4.3.ebuild deleted file mode 100644 index 4937c819b4f7..000000000000 --- a/app-vim/bash-support/bash-support-4.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: write and run bash scripts using menus and hotkeys" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=365" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=24452 -> ${P}.zip" -S="${WORKDIR}"/${PN} - -LICENSE="public-domain" -KEYWORDS="amd64 ~arm64 x86" - -BDEPEND="app-arch/unzip" - -VIM_PLUGIN_HELPFILES="${PN}" - -src_install() { - dodoc doc/{ChangeLog,bash-hotkeys.pdf} - rm -rf ${PN}/doc || die - - vim-plugin_src_install -} diff --git a/app-vim/bash-support/metadata.xml b/app-vim/bash-support/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/bash-support/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/bnf-syntax/Manifest b/app-vim/bnf-syntax/Manifest deleted file mode 100644 index 2b70cfd63fbd..000000000000 --- a/app-vim/bnf-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bnf-syntax-1.2.tar.bz2 887 BLAKE2B 11923f80153d760e92577e461fb912a13ea6ac1ab8c48b6371362d9f5e6ddacf520608626ecb2020f0bc043106241a818b53131be43c991720ae37df8ec40132 SHA512 e073866a8dd41bc0ab982e250bf2a803d78916dbdaafabe504a6854f67255fe4ed84a4db426f1cbde77c9b0a059070fda666338c53b6ddcc7e46f04d9f0265d6 diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild deleted file mode 100644 index 54b51e051a00..000000000000 --- a/app-vim/bnf-syntax/bnf-syntax-1.2-r3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: BNF file syntax highlighting" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=250" - -LICENSE="vim.org" -KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for BNF files." - -src_prepare() { - default - # fix hi link to use def, bug #101790. - sed -i -e 's,hi link,hi def link,g' syntax/bnf.vim || die "sed failed" -} diff --git a/app-vim/bnf-syntax/metadata.xml b/app-vim/bnf-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/bnf-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/brainfuck-syntax/Manifest b/app-vim/brainfuck-syntax/Manifest deleted file mode 100644 index b9c01eac42e2..000000000000 --- a/app-vim/brainfuck-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST brainfuck-syntax-1.0.3.tar.bz2 926 BLAKE2B e5cb55e58d0d2a597cdcc00fd5a1fc482a715b4fda6d0fbd0790ceba261005478091c4c94dfeba0154e4917470ce386b3ebe03bd3e1f90a315b0d5bc2cfc4a97 SHA512 42dbcbe916b19bcb30cadf929cb71aadb7032ebe38c26b1d5fa2fc9d8513d3dda275df289cc5fdf094f9fccd5f4e720e6c24d006d431fd3668f73d2c44e8b82a diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild deleted file mode 100644 index cba10340d936..000000000000 --- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="Support for the brainfuck programming language" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=716" -LICENSE="BSD-2" -KEYWORDS="amd64 ~mips ppc ppc64 x86" - -VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for BrainFuck source files." diff --git a/app-vim/brainfuck-syntax/metadata.xml b/app-vim/brainfuck-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/brainfuck-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/breakpts/Manifest b/app-vim/breakpts/Manifest deleted file mode 100644 index ed923568495c..000000000000 --- a/app-vim/breakpts/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST breakpts-4.0.zip 20124 BLAKE2B 2ea7568af5407d57c4d4b505c69d625056d62e8f5bd25bf5ca13918e3ffbc0f83de2aedb0abc3468215a650308ed8b592a618c0b50c24dd8ad3f931ef5d2ff8b SHA512 3e7f148896a10abd30a16d903c14460668ee48d078ae3c3b6ff663dab53d32199d8cf9cd3a56164a32d0be2684e64a882e917f3f632318ce85db5eb07e29754d diff --git a/app-vim/breakpts/breakpts-4.0-r2.ebuild b/app-vim/breakpts/breakpts-4.0-r2.ebuild deleted file mode 100644 index 676a1189b97e..000000000000 --- a/app-vim/breakpts/breakpts-4.0-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: sets vim breakpoints visually" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=618" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=8142 -> ${P}.zip" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -S="${WORKDIR}" - -RDEPEND=" - || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) - >=app-vim/multvals-3.6.1 - >=app-vim/genutils-1.13 - >=app-vim/foldutil-1.6" -BDEPEND="app-arch/unzip" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin allows breakpoints to be set and cleared visually. To start, -use :BreakPts, move to the required function and press <CR>. Breakpoints -can then be added using :BPToggle or <F9>." diff --git a/app-vim/breakpts/metadata.xml b/app-vim/breakpts/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/breakpts/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/bufexplorer/Manifest b/app-vim/bufexplorer/Manifest deleted file mode 100644 index 55b850806002..000000000000 --- a/app-vim/bufexplorer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bufexplorer-7.4.25.tar.gz 26548 BLAKE2B fec01693a75a904fa056c268156cc475a694c39a0350e1365a4837e7f97b7b3c69de40e7a0bf7f55c19f8be3d576dc7672ecf74cd4092552182e378602795ba4 SHA512 5e90e5c1d7dc32b4a94a31e9a08d3be466fd8d000916385d2e8b6962df24ada713d2a3f7b8fb15ec0e3e7d4f5ab13954f4728d4956b99dfb7b5cf0bcf9e26022 diff --git a/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild deleted file mode 100644 index b7196087ee4b..000000000000 --- a/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: easily browse vim buffers" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=42 -https://github.com/jlanzarotta/bufexplorer" -SRC_URI="https://github.com/jlanzarotta/${PN}/archive/v.${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-v.${PV}" - -LICENSE="BSD" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/bufexplorer/metadata.xml b/app-vim/bufexplorer/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/bufexplorer/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/c-support/Manifest b/app-vim/c-support/Manifest deleted file mode 100644 index f9a7284f8d58..000000000000 --- a/app-vim/c-support/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST c-support-6.1.1.tar.bz2 167371 BLAKE2B 2c1d333d377eb57c52845f215c98d41e15029bd34fbef9cd8844cc2f237d129ed471d64dc71a55495189500de90b6e7fc3bb41cec18d62c51ba3b4ceb0331cc3 SHA512 dda33732505341bc260b9c3f73f95c70c3ee6f0eb50b9d1fd534fc8e83fb21d0caa3feea0ae50cf59da4abbef455c31fe1c02c80bb9168423cfa332941ff0886 diff --git a/app-vim/c-support/c-support-6.1.1.ebuild b/app-vim/c-support/c-support-6.1.1.ebuild deleted file mode 100644 index b7e2b95f65ab..000000000000 --- a/app-vim/c-support/c-support-6.1.1.ebuild +++ /dev/null @@ -1,20 +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: C/C++-IDE -- Write and run programs using menus and hotkeys" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=213" -LICENSE="public-domain" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}" - -src_install() { - dodoc ${PN}/doc/{ChangeLog,c-hotkeys.pdf} - rm -r ${PN}/doc || die - - vim-plugin_src_install -} diff --git a/app-vim/c-support/metadata.xml b/app-vim/c-support/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/c-support/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/calendar/Manifest b/app-vim/calendar/Manifest deleted file mode 100644 index 6b5cb4f23539..000000000000 --- a/app-vim/calendar/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST calendar-2.9.tar.bz2 11070 BLAKE2B 9c137d6975f3978776e8739dfa0697a6fd9f1828c0903ec529008d6c272e2226418e7f175149f048feecd405235501a88967fd6fa4dc6413eabec4021d675bca SHA512 8d1c29cb1e7b8189447d60bb5e8940b7ed52837c9039bd8ff8e3ce19c5fd7a9a8060291bb8a0c0bd2a2bb677fce388bb7f807f25358f3903c28b07c715ae1a07 diff --git a/app-vim/calendar/calendar-2.9-r2.ebuild b/app-vim/calendar/calendar-2.9-r2.ebuild deleted file mode 100644 index f7c57fffe188..000000000000 --- a/app-vim/calendar/calendar-2.9-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: calendar window" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=52" - -LICENSE="vim" -KEYWORDS="amd64 ~mips ppc x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/calendar/metadata.xml b/app-vim/calendar/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/calendar/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/cctree/Manifest b/app-vim/cctree/Manifest deleted file mode 100644 index 8016a5a3cd1d..000000000000 --- a/app-vim/cctree/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cctree-1.61.tar.bz2 23243 BLAKE2B ba39d476ed68109a614cf5f626a44010aaa7e6154edf0c05f87973c46d95957a46fa22e29d73b0d3d602bae78039fd0bf6ef356d94f6570e0cea205bb6335572 SHA512 9d29c573ef3cdcde1ec91ca34684c84c8beb3b89669654b1f9dafab928a11d8f1df77294af06c7612ba8aa7d65dfba69352f3f74dd11c98d22a300907d8a6b0e diff --git a/app-vim/cctree/cctree-1.61-r2.ebuild b/app-vim/cctree/cctree-1.61-r2.ebuild deleted file mode 100644 index b48c868df567..000000000000 --- a/app-vim/cctree/cctree-1.61-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool" -HOMEPAGE="https://sites.google.com/site/vimcctree/" - -LICENSE="bufexplorer.vim" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-util/cscope" - -src_prepare() { - # There's good documentation included with the script, but it's not - # in a helpfile. Since there's rather too much information to include - # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. - mkdir doc || die - sed -e '/" Name Of File/,/".\+Community/!d' -e 's/^" \?//' \ - -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\L\2.txt*/' \ - ftplugin/${PN}.vim > doc/${PN}.txt || die - - default -} diff --git a/app-vim/cctree/metadata.xml b/app-vim/cctree/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/cctree/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/cecutil/Manifest b/app-vim/cecutil/Manifest deleted file mode 100644 index e62cbc94c250..000000000000 --- a/app-vim/cecutil/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cecutil-17.tar.bz2 6985 BLAKE2B ae67aec09177198ca2934ec488a76105f9fabb867cb9b435a7696a45074d65876ac04df2bc3f33dcca82220e63d2627e86ca5af08a7d31c6a0ebb29ad85ca1f5 SHA512 2ad7963e5928d3d6b46fc4a8eafe1927445c73e54b8af2869253a8223aa3dba7776a118085b4e7b517845c3872bdac96978981004e863da5a7ff8716acea1393 diff --git a/app-vim/cecutil/cecutil-17.ebuild b/app-vim/cecutil/cecutil-17.ebuild deleted file mode 100644 index 51a75605d6e1..000000000000 --- a/app-vim/cecutil/cecutil-17.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: library used by many of Charles Campbell's plugins" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1066" -LICENSE="vim" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/cecutil/metadata.xml b/app-vim/cecutil/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/cecutil/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/cfengine-syntax/Manifest b/app-vim/cfengine-syntax/Manifest deleted file mode 100644 index 1852d276e29f..000000000000 --- a/app-vim/cfengine-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cfengine-syntax-20141019.tar.bz2 7611 BLAKE2B e43f3c374292404ebe28dd63bc4ee7f95d51ef6e88948d9155f3c1f6c58c948a58e844325ab7b12b300d277e573a61ea9855041c5389bea4341586ed5e1ce2b6 SHA512 c8987073b9cc9b1494b0d3cb8737a5b99f62c1b99f5b1e84ce1903e37a924ec9b3e2487cb3b72c75dfba40528809289efdaf3641bf6c059a668c6bf073bcb83e diff --git a/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild b/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild deleted file mode 100644 index 6b78a23c3d29..000000000000 --- a/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit vim-plugin - -DESCRIPTION="vim plugin: Cfengine 3 configuration files syntax" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2904 https://github.com/neilhwatson/vim_cf3" -LICENSE="GPL-3+" -KEYWORDS="~alpha amd64 arm ~mips ppc ppc64 ~s390 ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for Cfengine configuration -files. Detection is by filename (/var/cfengine/inputs/)." diff --git a/app-vim/cfengine-syntax/metadata.xml b/app-vim/cfengine-syntax/metadata.xml deleted file mode 100644 index 222d26d41434..000000000000 --- a/app-vim/cfengine-syntax/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <longdescription lang="en"> - This package provides Vim syntax highlighting for Cfengine configuration - files, and automatic filetype detection for these files based upon - filename. - </longdescription> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/checkattach/Manifest b/app-vim/checkattach/Manifest deleted file mode 100644 index f26a3e6dfe27..000000000000 --- a/app-vim/checkattach/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST checkattach-0.17.tar.bz2 6491 BLAKE2B 5069bf24d09e9d7d6cc10c28681ea57902d9b01baf52727b7491a3c1f5f11907a9934906e3396cdc9db2efa8196007c21573fbcae840191cb18cec9224f9a650 SHA512 98ac172a5fd84bacda8cd682dfb320aceb799098bd1f5a5abcf5834c2a883e7269b0fafbe1e77d2215982ed0548d592c32e80fc4aa67ae3e87c6a69ffc75cdbd diff --git a/app-vim/checkattach/checkattach-0.17.ebuild b/app-vim/checkattach/checkattach-0.17.ebuild deleted file mode 100644 index 1d9207d5f92f..000000000000 --- a/app-vim/checkattach/checkattach-0.17.ebuild +++ /dev/null @@ -1,13 +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: check for attachments when writing mails with mutt" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2796 https://github.com/chrisbra/CheckAttach" -LICENSE="vim" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="CheckAttach.txt" diff --git a/app-vim/checkattach/metadata.xml b/app-vim/checkattach/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/checkattach/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/closetag/Manifest b/app-vim/closetag/Manifest deleted file mode 100644 index a097b4a3cf97..000000000000 --- a/app-vim/closetag/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST closetag-0.9.1.tar.bz2 4717 BLAKE2B e5324bf5b6017d7a1116c3d9dafb24aeb3151dc772250282be6897d9032412e47e09e7841c70a0703baa0aeae549a6fc15ec1547c1babbea08adbfbe3568425b SHA512 67e10871c98716bf65c1c1f3e07cb65ebd158fb058ee4e51e189703a5848e5f35066fa492c9614703936add21fbb34a387e9cf4a82043d794f3abb62d6c3ff38 diff --git a/app-vim/closetag/closetag-0.9.1-r2.ebuild b/app-vim/closetag/closetag-0.9.1-r2.ebuild deleted file mode 100644 index 934fe6abb1c0..000000000000 --- a/app-vim/closetag/closetag-0.9.1-r2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: close HTML/XML tags quickly" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=13" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides a <ctrl-_> mapping for closing HTML / XML tags." diff --git a/app-vim/closetag/metadata.xml b/app-vim/closetag/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/closetag/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/cmdalias/Manifest b/app-vim/cmdalias/Manifest deleted file mode 100644 index 50f7e1c6f7e3..000000000000 --- a/app-vim/cmdalias/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cmdalias-3.0.tar.bz2 2601 BLAKE2B 89b36b2bd638dbdc454739e1f9a3cd61715faa5c392bf3a85c937a0ec179f4e35485ac3137fdb84c2d66ba235e44af84d1ce42ca7e8f212438e88eb91f691570 SHA512 a29b8b588c662ca48e8208422e4592e4d2a2908f23ed123b0b2aa639e6c05725dcc6ee0179418dbfdc39108953de064f5da5eec4261f7e9db5efea0d91fe58aa diff --git a/app-vim/cmdalias/cmdalias-3.0-r2.ebuild b/app-vim/cmdalias/cmdalias-3.0-r2.ebuild deleted file mode 100644 index 0d6b9c32b3d3..000000000000 --- a/app-vim/cmdalias/cmdalias-3.0-r2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: library for alias creation" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=746" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides library functions and is not intended to be used -directly by the user." diff --git a/app-vim/cmdalias/metadata.xml b/app-vim/cmdalias/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/cmdalias/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/colorschemes/Manifest b/app-vim/colorschemes/Manifest deleted file mode 100644 index 2441869c621c..000000000000 --- a/app-vim/colorschemes/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST colorschemes-20140623.tar.bz2 683654 BLAKE2B 465c6dda4b45b847ac674d0116987723f68454a97b57471569d3d7333e64960a6ffac8a3bb4d157f2f9f87d0be9ea871871ec33de2e9e09fd67eed1ad8fa96b3 SHA512 523a1fcc5f179ede94887c844397bf507ba6432f7e8812794be3a2451f467370e0c2119000e138ca021f05eee4b3f43e34444916f3fed3eeb7749db459b502e3 diff --git a/app-vim/colorschemes/colorschemes-20140623-r2.ebuild b/app-vim/colorschemes/colorschemes-20140623-r2.ebuild deleted file mode 100644 index ad3eeb877cc5..000000000000 --- a/app-vim/colorschemes/colorschemes-20140623-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit edos2unix vim-plugin - -DESCRIPTION="vim plugin: a collection of color schemes from vim.org" -HOMEPAGE="https://www.vim.org/" - -LICENSE="vim GPL-2 GPL-2+ GPL-3 GPL-3+ MIT BSD WTFPL-2 public-domain vim.org" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86 ~x64-macos" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides a collection of color schemes for vim. To switch -color schemes, use :colorscheme schemename (tab completion is available -for scheme names). To automatically set a scheme at startup, please see -:help vimrc." - -RDEPEND=" - !app-vim/molokai - !app-vim/zenburn -" - -src_prepare() { - default - eapply -p0 "${S}"/patches/*.patch - rm -rf patches/ - - # fix line endings - edos2unix colors/* -} diff --git a/app-vim/colorschemes/metadata.xml b/app-vim/colorschemes/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/colorschemes/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/colorsel/Manifest b/app-vim/colorsel/Manifest deleted file mode 100644 index e78cf9659e2d..000000000000 --- a/app-vim/colorsel/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST colorsel-20100406.zip 11216 BLAKE2B 7fed182d4d79c1ab971f734a196a3d99b5b45abf92fa5c101ef05c8b74b8f4ddeb0bb144c46c23c3926f2f40a22f1ea0f107f468744232e5e6640622e9098984 SHA512 628c2824ce0c5524f45eac209010873324111c33697fd4e36a71d7dbe7aa83f388caec46cdf18224faaaf5480fb671e2e0fa241f0ab4379b276354217d5587cb diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild deleted file mode 100644 index e053baca286c..000000000000 --- a/app-vim/colorsel/colorsel-20100406.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: RGB / HSV color selector" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=927" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip" -LICENSE="public-domain" -KEYWORDS="~alpha amd64 ppc ~sparc x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -DEPEND="app-arch/unzip" -RDEPEND=">=app-editors/gvim-7.0" - -S=${WORKDIR} diff --git a/app-vim/colorsel/metadata.xml b/app-vim/colorsel/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/colorsel/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/command-t/Manifest b/app-vim/command-t/Manifest deleted file mode 100644 index c9be2b74f2b2..000000000000 --- a/app-vim/command-t/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST command-t-5.0.3.tar.gz 84019 BLAKE2B fec893aa698a1d1bfc86cf7bd08562f19b54e58d81b7650e50acdf17bfcec54f78aae38d05ca5f93ae60c981a6e606d5c68c008be3508c7d41e74aa9f064943a SHA512 588ee1516039e6cd45210de43307c02259fed29cc7610c222fe705cdf1d5938f51f823d41b546a36320da31db12e902363867da91b18fe56ea09c1efe2bb51fb diff --git a/app-vim/command-t/command-t-5.0.3-r1.ebuild b/app-vim/command-t/command-t-5.0.3-r1.ebuild deleted file mode 100644 index fe6e773d0b2f..000000000000 --- a/app-vim/command-t/command-t-5.0.3-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby31 ruby32 ruby33" - -inherit vim-plugin ruby-ng - -DESCRIPTION="vim plugin: fast file navigation for vim" -HOMEPAGE="https://vim.sourceforge.io/scripts/script.php?script_id=3025 https://github.com/wincent/command-t" -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD-2" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )" - -all_ruby_prepare() { - find "${S}" -name .gitignore -delete || die -} - -each_ruby_configure() { - cd ruby/${PN}/ext/${PN} || die - ${RUBY} extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - cd ruby/${PN}/ext/${PN} || die - emake V=1 - rm *.o *.c *.h *.log extconf.rb depend Makefile || die -} - -each_ruby_install() { - local sitelibdir=$(ruby_rbconfig_value "sitelibdir") - insinto "${sitelibdir}" - doins -r ruby/${PN}/{ext,lib}/* -} - -all_ruby_install() { - rm -r appstream bin fixtures data ruby/${PN}/{ext,lib,*.gemspec} spec vendor || die - - vim-plugin_src_install - - # make sure scripts are executable - chmod +x "${ED}"/usr/share/vim/vimfiles/ruby/${PN}/bin/* || die -} diff --git a/app-vim/command-t/metadata.xml b/app-vim/command-t/metadata.xml deleted file mode 100644 index 847dbd09b68d..000000000000 --- a/app-vim/command-t/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/csound-syntax/Manifest b/app-vim/csound-syntax/Manifest deleted file mode 100644 index 13e5c0d5e4bf..000000000000 --- a/app-vim/csound-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST csound-syntax-20160804.tar.bz2 326658 BLAKE2B 04ba7e1eb3afee6b32de4603e91f78fdc7fd3b70b137bd05ecac5ace2b34222a1cc8c095cd7776abe46b7bb18bd67d1711bca75f20e2f656162d414f2c6e2b2f SHA512 83ba89768be3d9e5dd701cc8323fbbff75ce399210891fc1e5676e278c39cfdb4b5e4a354c93c1f439a667d0ea65f459aea0b6f79740a061381e22d2557c0eb8 diff --git a/app-vim/csound-syntax/csound-syntax-20160804-r2.ebuild b/app-vim/csound-syntax/csound-syntax-20160804-r2.ebuild deleted file mode 100644 index 006878f0b195..000000000000 --- a/app-vim/csound-syntax/csound-syntax-20160804-r2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: set of tools for editing Csound files with vim" -HOMEPAGE="https://github.com/luisjure/csound-vim" - -LICENSE="MIT" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}" - -PATCHES=( "${FILESDIR}/${PN}-doc.patch" ) - -RDEPEND="!media-sound/csound[vim-syntax]" diff --git a/app-vim/csound-syntax/files/csound-syntax-doc.patch b/app-vim/csound-syntax/files/csound-syntax-doc.patch deleted file mode 100644 index c2cc7eccbad1..000000000000 --- a/app-vim/csound-syntax/files/csound-syntax-doc.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- csound-syntax-20160804/doc/csound.txt -+++ csound-syntax-20160804/doc/csound.txt -@@ -1,4 +1,6 @@ -+*csound.txt* Csound Syntax Reference - -+ *csound-syntax* - =========================================================================== - != *!=* - diff --git a/app-vim/csound-syntax/metadata.xml b/app-vim/csound-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/csound-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/csscomplete/Manifest b/app-vim/csscomplete/Manifest deleted file mode 100644 index 5d087bafc6bb..000000000000 --- a/app-vim/csscomplete/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST csscomplete-1.0.tar.gz 16621 BLAKE2B d05f7f781fdbb26f1672ab47dc01345be3fd78a3cf57e7f746453fd437f1b387a24969fb3de7cb23163abe098a670cc36ac989e2a1285de6c7499ec41ea59a0e SHA512 adbc2634534c3f0f8b3ea2389950d37540a2f5c7b4756e428cf50d6086fef5706aa5cde9b3cfd1fa87a9b6f07fddb26be75bf32f7ffc4193d5f0813dccf84c0b diff --git a/app-vim/csscomplete/csscomplete-1.0-r1.ebuild b/app-vim/csscomplete/csscomplete-1.0-r1.ebuild deleted file mode 100644 index 62cf6e60ae56..000000000000 --- a/app-vim/csscomplete/csscomplete-1.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: CSS 3 omni complete function" -HOMEPAGE="https://github.com/othree/csscomplete.vim" -SRC_URI="https://github.com/othree/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}.vim-${PV}" - -LICENSE="vim.org" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" - -src_compile() { - :; -} diff --git a/app-vim/csscomplete/metadata.xml b/app-vim/csscomplete/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/csscomplete/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/csv/Manifest b/app-vim/csv/Manifest deleted file mode 100644 index 9eafc7b323f0..000000000000 --- a/app-vim/csv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST csv-0.31.tar.bz2 38537 BLAKE2B cc148b084b6b139646b4bbb0a907830b02343e3ed6f55cab0c7f0864124705df31c71e2eee976b5bad340400e033e9da303f9c1e972185dca2164701ecf38ae8 SHA512 1d0716765e3268e20ef7b2ed822e7322febbe2c9e9b775e79a2628c4641f157084b6b24d999b051657881acaee5ae8dd36a558ef31e5985bf7bf14ac894d5677 diff --git a/app-vim/csv/csv-0.31-r2.ebuild b/app-vim/csv/csv-0.31-r2.ebuild deleted file mode 100644 index c790120587e6..000000000000 --- a/app-vim/csv/csv-0.31-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: display and alter csv files" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2830" - -LICENSE="vim" -KEYWORDS="amd64 ~arm64 x86" - -VIM_PLUGIN_HELPFILES="ft-csv.txt" diff --git a/app-vim/csv/metadata.xml b/app-vim/csv/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/csv/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/ctrlp/Manifest b/app-vim/ctrlp/Manifest deleted file mode 100644 index 6d511f86e161..000000000000 --- a/app-vim/ctrlp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ctrlp-1.80_p20180418.tar.gz 76376 BLAKE2B 2ae3e85eac29bb07bfafcc60b879b506b57b7874ee9798d4fc0e420e06283ceca4cfe4d282fb9552c1971db48de25dc8df03d3e20d85ae1bbfc72f1162cc1fba SHA512 08a566087e0be0496c3dd1d60e24d65421b7fc758c95d3959181293502dd1e3581066bebea58cc1ef85f2a7cba76b45eee2e5ff2c522e27523ea31bebe4a36d5 diff --git a/app-vim/ctrlp/ctrlp-1.80_p20180418-r1.ebuild b/app-vim/ctrlp/ctrlp-1.80_p20180418-r1.ebuild deleted file mode 100644 index cd5804137d03..000000000000 --- a/app-vim/ctrlp/ctrlp-1.80_p20180418-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin vcs-snapshot - -# Commit Date: 18 Apr 2018 -COMMIT="4b9e7cac612902a25498cca49f13475fe1a821a4" - -DESCRIPTION="vim plugin: fuzzy file, buffer, mru, tag, ... finder with regex support" -HOMEPAGE="https://github.com/ctrlpvim/ctrlp.vim" -SRC_URI="https://github.com/${PN}vim/${PN}.vim/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="vim" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -DOCS=( readme.md ) diff --git a/app-vim/ctrlp/metadata.xml b/app-vim/ctrlp/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/ctrlp/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/curcmdmode/Manifest b/app-vim/curcmdmode/Manifest deleted file mode 100644 index a1185d01e06d..000000000000 --- a/app-vim/curcmdmode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST curcmdmode-1.0.tar.bz2 3566 BLAKE2B 138c7b9b84d69a40df731dc633dd7b7e2b2859af70d8418a5760a7b6016dd61f3401bd7bd1bb7854e500c744cabb8f0c65a89fe2ee37ffbe0a3117909c232491 SHA512 eae4e7cc92ae3838ffbdb507fd51174daf2fcd05d23f418555ac9ea3dde5562e49c67ee7b27dfcf6bf2088dd335ca97165835919dd804a86fca581b4d6bc0ea2 diff --git a/app-vim/curcmdmode/curcmdmode-1.0-r2.ebuild b/app-vim/curcmdmode/curcmdmode-1.0-r2.ebuild deleted file mode 100644 index 0df12a930828..000000000000 --- a/app-vim/curcmdmode/curcmdmode-1.0-r2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: library for extending vim's mode() function" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=745" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -RDEPEND="app-vim/genutils" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides library functions and is not intended to be used -directly by the user." diff --git a/app-vim/curcmdmode/metadata.xml b/app-vim/curcmdmode/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/curcmdmode/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/cvsmenu/Manifest b/app-vim/cvsmenu/Manifest deleted file mode 100644 index 735712351858..000000000000 --- a/app-vim/cvsmenu/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cvsmenu-1.147.tar.bz2 16440 BLAKE2B 509b5240232b8bc2770a49e9b7814ce5783114108d22f2ae80de04c19ff037fed7c76479b3c783407c753c5d7b7f58a51df455dc4e9f7d4472e607d8b1e3f5d1 SHA512 ca25c4b6d50d0d82ce179a76a8993b1a7a5ef72d032639ec9cf16fbdeafd87eddf7f89214fa8d370d330f5f7501e1265f1c5635153cc387e23191ab81ce56c8b diff --git a/app-vim/cvsmenu/cvsmenu-1.147-r2.ebuild b/app-vim/cvsmenu/cvsmenu-1.147-r2.ebuild deleted file mode 100644 index 97e26ab80940..000000000000 --- a/app-vim/cvsmenu/cvsmenu-1.147-r2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: CVS(NT) integration script" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1245" - -LICENSE="LGPL-2" -KEYWORDS="amd64 ppc x86" - -# Note, this comes from CVS on sf.net -# http://ezytools.cvs.sourceforge.net/*checkout*/ezytools/VimTools/cvsmenu.txt -VIM_PLUGIN_HELPFILES="cvsmenu.txt" - -RDEPEND="dev-vcs/cvs" diff --git a/app-vim/cvsmenu/metadata.xml b/app-vim/cvsmenu/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/cvsmenu/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/dbext/Manifest b/app-vim/dbext/Manifest deleted file mode 100644 index 7aab346a9e74..000000000000 --- a/app-vim/dbext/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dbext-26.00.tar.bz2 109724 BLAKE2B 01f1378514836ac43cbdf9ca6087377ce83118b95fba04d530854a268f22dc2dc78a5f163c75c35ed9bf76514b3889c5f420b704f105dbd88bffc17f3d3c1bd3 SHA512 02d0f75443d91d32f8a6423712fb7eebde7659b986fcca2ddfef6458a5fd5caea3c73ba21ecd7a0fd57793f0a6fbc71d81c2ee6db3b82a9d98fd84572b1df18b diff --git a/app-vim/dbext/dbext-26.00-r1.ebuild b/app-vim/dbext/dbext-26.00-r1.ebuild deleted file mode 100644 index 5b1e2eac8081..000000000000 --- a/app-vim/dbext/dbext-26.00-r1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: easy access to databases" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=356" - -LICENSE="GPL-2+" -KEYWORDS="amd64 ~mips ppc x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/dbext/metadata.xml b/app-vim/dbext/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/dbext/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/detectindent/Manifest b/app-vim/detectindent/Manifest deleted file mode 100644 index d2614f1e7d79..000000000000 --- a/app-vim/detectindent/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST detectindent-1.0_p20150908.tar.xz 2788 BLAKE2B fbf27c3d9cbe3c92f96c9ed094cd72a24db948a1eb8abadb5ee3c86c3c118c409ffc02bee5806134e9b217361b9af44a773c6f91c3996a7ab54c7fda6f1341ce SHA512 d828d04871e6eeeaa11c109e137fbe70a3b7fa265f569e45d77b8b185f380a200b009aa0a2f0825afdbf344b12d7b8922050c4788decadcb7640bbe3fe9ca8de diff --git a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild deleted file mode 100644 index 8a0800c502a5..000000000000 --- a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: automatically detect file indent settings" -HOMEPAGE="https://github.com/ciaranm/detectindent" -LICENSE="vim" -KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86" -IUSE="" - -if [[ ${PV} != 9999* ]] ; then - SRC_URI="mirror://gentoo/${P}.tar.xz - https://dev.gentoo.org/~chutzpah/vim/${P}.tar.xz" -fi - -DEPEND="app-arch/xz-utils" - -VIM_PLUGIN_HELPFILES="detectindent.txt" diff --git a/app-vim/detectindent/metadata.xml b/app-vim/detectindent/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/detectindent/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/dhcpd-syntax/Manifest b/app-vim/dhcpd-syntax/Manifest deleted file mode 100644 index fe53f5bcf0ce..000000000000 --- a/app-vim/dhcpd-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dhcpd-syntax-20030825.tar.bz2 2761 BLAKE2B 95478de740c28a93e03179e576e2edf02a682a6161bccae676b379dbb5b654d0239c3f8e523925f2e6d36f949847f9ba7cefae20104196d71f42837afcaae76d SHA512 97c1706e0ab2c89ee20618ae0c854347f8674a3008a5c4414aacb78e984e35b0eb6eeb5f641363ed6601ceeac0c794577d518658db9200c7391871ffae5341bc diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r2.ebuild b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r2.ebuild deleted file mode 100644 index d652d647302c..000000000000 --- a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=744" - -LICENSE="vim" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for dhcpd.conf files." - -PATCHES=( "${FILESDIR}"/"${P}"-multiple-addresses.patch ) diff --git a/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch b/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch deleted file mode 100644 index b783792d4cb1..000000000000 --- a/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/syntax/dhcpd.vim 2005-03-24 16:41:59.755564944 +0000 -+++ b/syntax/dhcpd.vim 2005-03-24 16:42:15.894111512 +0000 -@@ -33,7 +33,7 @@ - " Base constructs {{{ - syn match dhcpdString +"[^"]*"+ - syn match dhcpdDecNumber "\<-\?\d\+\(;\|\s\|$\)" --syn match dhcpdIPv4 "\<\(\d\{1,3}\.\)\{3}\d\{1,3}\(;\|\s\|$\)" -+syn match dhcpdIPv4 "\<\(\d\{1,3}\.\)\{3}\d\{1,3}\(;\|\s\|,\|$\)" - syn match dhcpdMAC "\<\(\x\x\?:\)\{5}\x\x\?\(;\|\s\|$\)" - syn match dhcpdDate "\<[0-6]\s\d\{4}/\d\d/\d\d/\s\d\d:\d\d:\d\d\(;\|\s\|$\)" - """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" }}} - diff --git a/app-vim/dhcpd-syntax/metadata.xml b/app-vim/dhcpd-syntax/metadata.xml deleted file mode 100644 index b21247562901..000000000000 --- a/app-vim/dhcpd-syntax/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <longdescription lang="en"> - This package provides Vim syntax highlighting for dhcpd configuration - files, and automatic filetype detection for these files based upon - filename. - </longdescription> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/diffchar/Manifest b/app-vim/diffchar/Manifest deleted file mode 100644 index a30e84e8b6eb..000000000000 --- a/app-vim/diffchar/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST diffchar-8.6.tar.gz 392905 BLAKE2B bd3f6b40d79f7c51a9dc881e7a1b24aa1e75812bf76cf42c331d28809fd0f4049d55ded5576d3173f0d039e5621a202a8d5dffa0fd55203dcb45bd950e884898 SHA512 394f7da41f1c09b7c5b99bcb9bc2bf590a7d011d6171dd0d3394c09c2befa0cc676541519fba46e569afad235a19f20f290779ebb21f1fdc7e1d3df290c8936a diff --git a/app-vim/diffchar/diffchar-8.6.ebuild b/app-vim/diffchar/diffchar-8.6.ebuild deleted file mode 100644 index 79e896df2243..000000000000 --- a/app-vim/diffchar/diffchar-8.6.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin vcs-snapshot - -GIT_HASH="c889cc133e8c6a1ba9ff089a6b9a6b94bd345cb4" - -DESCRIPTION="vim plugin: highlight the exact differences, based on characters and words" -HOMEPAGE="https://github.com/rickhowe/diffchar.vim https://www.vim.org/scripts/script.php?script_id=4932" -SRC_URI="https://github.com/rickhowe/diffchar.vim/archive/${GIT_HASH}.tar.gz -> ${P}.tar.gz" -LICENSE="vim.org" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/diffchar/metadata.xml b/app-vim/diffchar/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/diffchar/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/dirdiff/Manifest b/app-vim/dirdiff/Manifest deleted file mode 100644 index 4353bdf05e06..000000000000 --- a/app-vim/dirdiff/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dirdiff-1.1.5.tar.bz2 11131 BLAKE2B 17a7adaa67f90c2e23ada8a53b10c5b50db3039bb17b7a32797870072b1b06ff14cc8b1b41106d0eadbfc9ac4dfabf1bb4e925a39ca2ab2a8b4444e64d7acc66 SHA512 d1abc7981d38eb784cec265146fb3b45af32f9df17698d133f6f001608c48d53aa2529f4d3d7204509ee26fcd84e813842b5a8193b145abe9d0cc468f69b7f87 diff --git a/app-vim/dirdiff/dirdiff-1.1.5-r2.ebuild b/app-vim/dirdiff/dirdiff-1.1.5-r2.ebuild deleted file mode 100644 index e7adb733abcb..000000000000 --- a/app-vim/dirdiff/dirdiff-1.1.5-r2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: diff and merge two directories recursively" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=102" - -LICENSE="BSD" -KEYWORDS="amd64 x86" - -RDEPEND="sys-apps/diffutils" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/dirdiff/metadata.xml b/app-vim/dirdiff/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/dirdiff/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/easy-align/Manifest b/app-vim/easy-align/Manifest deleted file mode 100644 index 7bb03770b09c..000000000000 --- a/app-vim/easy-align/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST easy-align-2.10.0.tar.gz 20056 BLAKE2B 3319cfc84147a3cfb0c7109dbb9116c94b734da528623944e2546667ac45e5d912e404c8c94df963002e7789760ba8fa7023e98cf22c1201bedbe8f667b1d13d SHA512 4a6a46db96b78d830fc0191b77b2226e9c1a2de585b731d1997f69ee31c8c76038ceb14f18e13f30fee00b5ce9ca7aed4241db06cac303b8ae903a856e4baabd diff --git a/app-vim/easy-align/easy-align-2.10.0-r2.ebuild b/app-vim/easy-align/easy-align-2.10.0-r2.ebuild deleted file mode 100644 index eb6e725b1d0e..000000000000 --- a/app-vim/easy-align/easy-align-2.10.0-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -MY_PN="vim-${PN}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="vim plugin: a simple alignment plugin" -HOMEPAGE="https://github.com/junegunn/vim-easy-align - https://www.vim.org/scripts/script.php?script_id=4520" -SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_prepare() { - default - rm -rv test || die -} diff --git a/app-vim/easy-align/metadata.xml b/app-vim/easy-align/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/easy-align/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/ebnf-syntax/Manifest b/app-vim/ebnf-syntax/Manifest deleted file mode 100644 index 234c813a58ab..000000000000 --- a/app-vim/ebnf-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ebnf-syntax-1.1.tar.bz2 981 BLAKE2B 5ab1916fc909f8b6b4fc139fd34c5c982f2bfac3f4ccfa53f13945787db6b9c6b5531cb805d4a0feea5f3165259cd3a033951fd9074344e62657e067571e5300 SHA512 0fba3be91e998b26a3011bfe18765a3bc3ebde6aa33e96580dc0529d79a067020cfeee614dfa40126a1a968d3ca8e77711eca096095675cf6072061c9be7c083 diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r3.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r3.ebuild deleted file mode 100644 index 40f04dedc2fd..000000000000 --- a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=545" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for EBNF (ISO/IEC 14997) files." - -src_prepare() { - default - - # don't use hi link, bug #101799. - sed -i -e 's,hi link,hi def link,' syntax/ebnf.vim || die "sed failed" -} diff --git a/app-vim/ebnf-syntax/metadata.xml b/app-vim/ebnf-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/ebnf-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/editorconfig-vim/Manifest b/app-vim/editorconfig-vim/Manifest deleted file mode 100644 index 89f922e62bf4..000000000000 --- a/app-vim/editorconfig-vim/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST editorconfig-vim-1.2.0.tar.gz 34457 BLAKE2B 969e650c69abaa4e7fb652f3384f2b4ac779e2d6d3f39d898bcc7e69c7399510bfabb1aae5bd90cbb2e5276f5200a87797f6da976df040e39626d883b907792c SHA512 1101562e71f2a9f356a3773cc32f4f091d5a0b67c85a8d78d70f76a73ec3b709f5ac5b7db7448972409031d37176190922912945be05037b627d1cf766bbb731 diff --git a/app-vim/editorconfig-vim/editorconfig-vim-1.2.0.ebuild b/app-vim/editorconfig-vim/editorconfig-vim-1.2.0.ebuild deleted file mode 100644 index 17e037888ae5..000000000000 --- a/app-vim/editorconfig-vim/editorconfig-vim-1.2.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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/editorconfig-vim/metadata.xml b/app-vim/editorconfig-vim/metadata.xml deleted file mode 100644 index e3a4fe04ccf5..000000000000 --- a/app-vim/editorconfig-vim/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - </maintainer> - <maintainer type="person"> - <email>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/emmet/Manifest b/app-vim/emmet/Manifest deleted file mode 100644 index e2662f733a79..000000000000 --- a/app-vim/emmet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST emmet-0.85.tar.bz2 31274 BLAKE2B ffba1130c7c51144524a9da6f1477f1c836b7f16b19c669050139540beaf933382b62a4a7784cf4e90703b153f53e2da8416126f606c6fd572e73efe7b09e9b4 SHA512 567f79c43ac0d5560dea2130e6fb6d32f25d35b20c3bbf8fc40b7cdc8c20e2d9352b9e1c03e57de2077ac192915ab174a6bee442d5311f01cc79c3fe6e10af56 diff --git a/app-vim/emmet/emmet-0.85-r2.ebuild b/app-vim/emmet/emmet-0.85-r2.ebuild deleted file mode 100644 index 43acdfe3ef7d..000000000000 --- a/app-vim/emmet/emmet-0.85-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: HTML and CSS hi-speed coding" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2981 https://mattn.github.io/emmet-vim/ https://emmet.io/" - -LICENSE="BSD" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/emmet/metadata.xml b/app-vim/emmet/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/emmet/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/enhancedcommentify/Manifest b/app-vim/enhancedcommentify/Manifest deleted file mode 100644 index 955e2015e6b4..000000000000 --- a/app-vim/enhancedcommentify/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST enhancedcommentify-2.3.tar.bz2 17005 BLAKE2B cad7f66092a9c54535226616dc2da8c13b9fcc1ae8cb2a5077462e0138345033ccd756556b640ee6e4569a1ba2037b98138ad84f9d44d9466a3955f3ef0ea12e SHA512 673cb42fcc5a2d23ae404bbfa4664f388901249d3ed8315f77227f3fa42f3c267d69eda7554347b4e70de81c9bd58437c243a42d62218444063d5235fe22a171 diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.3-r2.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.3-r2.ebuild deleted file mode 100644 index b8d8946e6c9e..000000000000 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.3-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: enhanced comment creation" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=23" - -LICENSE="BSD" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPFILES="EnhancedCommentify" - -# See bug #74897. -RDEPEND=" - ${DEPEND} - !app-vim/ctx" - -PATCHES=( - # See bug #79185. - "${FILESDIR}"/${PN}-2.1-gentooisms.patch - "${FILESDIR}"/${PN}-2.1-extra-ft-support.patch -) diff --git a/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-extra-ft-support.patch b/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-extra-ft-support.patch deleted file mode 100644 index 7c350a5310e5..000000000000 --- a/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-extra-ft-support.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/plugin/EnhancedCommentify.vim 2005-03-01 02:28:23.409962824 -0500 -+++ b/plugin/EnhancedCommentify.vim 2005-03-01 02:29:45.695453528 -0500 -@@ -740,7 +740,9 @@ - \ 'psf\|ptcap\|r\|radiance\|ratpoison\|readline\remind\|'. - \ 'ruby\|screen\|sed\|sm\|snnsnet\|snnspat\|snnsres\|spec\|'. - \ 'squid\|terminfo\|tidy\|tli\|tsscl\|vgrindefs\|vrml\|'. -- \ 'wget\|wml\|xf86conf\|xmath\)$' -+ \ 'wget\|wml\|xf86conf\|xmath\|fstab\|apache\|resolv\|sudoers\|'. -+ \ 'ntp\|mailcap\|ssh_config\|sshdconfig\|mplayerconf\|desktop\|'. -+ \ 'gkrellmrc\|pf\|ipfilter\|grub\|fluxbox\)$' - let b:ECcommentOpen = '#' - let b:ECcommentClose = '' - elseif fileType =~ 'gentoo' diff --git a/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-gentooisms.patch b/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-gentooisms.patch deleted file mode 100644 index a22b30ebcf31..000000000000 --- a/app-vim/enhancedcommentify/files/enhancedcommentify-2.1-gentooisms.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/plugin/EnhancedCommentify.vim 2005-01-27 00:20:00.049461056 -0500 -+++ b/plugin/EnhancedCommentify.vim 2005-01-27 00:17:57.617073608 -0500 -@@ -628,6 +628,10 @@ - " letter. - if match(synFiletype, '\l\+\u') == 0 - let ft = substitute(synFiletype, '^\(\l\+\)\u.*$', '\1', "") -+ " work-around for gentoo-syntax stuff ; won't work with the above -+ " case, since all the identifiers start with a capital 'G' -+ elseif synFiletype =~ "GentooPackage*" -+ let ft = "gentoo" - endif - - if ft == "" -@@ -739,6 +743,9 @@ - \ 'wget\|wml\|xf86conf\|xmath\)$' - let b:ECcommentOpen = '#' - let b:ECcommentClose = '' -+ elseif fileType =~ 'gentoo' -+ let b:ECcommentOpen = '#' -+ let b:ECcommentClose = '' - elseif fileType == 'webmacro' - let b:ECcommentOpen = '##' - let b:ECcommentClose = '' diff --git a/app-vim/enhancedcommentify/metadata.xml b/app-vim/enhancedcommentify/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/enhancedcommentify/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/errsign/Manifest b/app-vim/errsign/Manifest deleted file mode 100644 index 2cceb03d06ad..000000000000 --- a/app-vim/errsign/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST errsign-0.1.tar.bz2 599 BLAKE2B 85b6589da0cad1827d16d33e1e38c7b533c3ab3caa985bb77bdb5cc8f96fbc1e29daa6d925ff30be69e8810bf7ea8148d0c4340144743f6cdc50d2c9110ce9fe SHA512 ccf1136043b5a54614ef90190c157c02fa5470bd79159b8ba6f7a7cd95bdd0c0dcc41eb993d8a26d2b308012cd400f4d3168f4e7dde7bbdbe8dcedcfe5d1c929 diff --git a/app-vim/errsign/errsign-0.1-r2.ebuild b/app-vim/errsign/errsign-0.1-r2.ebuild deleted file mode 100644 index e83ff1348923..000000000000 --- a/app-vim/errsign/errsign-0.1-r2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: display marks on lines with errors" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1027" - -LICENSE="vim.org" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -'To use this plugin, simply type \\\\es in normal mode and any lines which -have been marked as errors (for example, via :make) will be indicated with -a >> mark on the left of the window.' diff --git a/app-vim/errsign/metadata.xml b/app-vim/errsign/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/errsign/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/eruby-syntax/Manifest b/app-vim/eruby-syntax/Manifest deleted file mode 100644 index 5af6dfecd258..000000000000 --- a/app-vim/eruby-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST eruby-syntax-2.0.tar.bz2 958 BLAKE2B 467e1df5bf32ad83bb427bfde6755425a752051b1532397e75f627dc084cfb6bbeba99655366698f812bd398b171fec4110af0fba28de1900a0a22aaa08b01ec SHA512 1fdf1e6ad95109528b13b30d7504da2ea8678785b1a716c33bae0b94fafb8f23d50d81022b5bc373c1970f6d3df04f2e78d87fbb2067f0c270780963b472468c diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild deleted file mode 100644 index 513a44bd2f6a..000000000000 --- a/app-vim/eruby-syntax/eruby-syntax-2.0-r3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: syntax highlighting for eruby" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403" - -LICENSE="vim.org" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86" - -VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby" - -src_prepare() { - default - sed -i -e 's#hi link#hi def link#' syntax/eruby.vim || die "sed failed" -} diff --git a/app-vim/eruby-syntax/metadata.xml b/app-vim/eruby-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/eruby-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/eselect-syntax/Manifest b/app-vim/eselect-syntax/Manifest deleted file mode 100644 index b59e95ba7297..000000000000 --- a/app-vim/eselect-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST eselect-syntax-20070506.tar.bz2 3006 BLAKE2B 2ad4175a678e03870ef59166e06ec41d4cc5fb6c8fd34b8b066b06eea17747416e19bdfdacfe68ea63341ac7284b47d2d3efe5d700c4602ae2429ffe81f1f825 SHA512 8206d445eb1a3097cbcf9821e5437033887f3b588a85c70fd849b000f18f06492498864992325da09de767af0303a118001b4f3d39249e28c8d944bc0c329de0 diff --git a/app-vim/eselect-syntax/eselect-syntax-20070506-r3.ebuild b/app-vim/eselect-syntax/eselect-syntax-20070506-r3.ebuild deleted file mode 100644 index 86c5daa17683..000000000000 --- a/app-vim/eselect-syntax/eselect-syntax-20070506-r3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: eselect syntax highlighting, filetype and indent settings" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" - -LICENSE="vim" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" - -VIM_PLUGIN_HELPFILES="${PN}" -VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/eselect-syntax/metadata.xml b/app-vim/eselect-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/eselect-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/exheres-syntax/Manifest b/app-vim/exheres-syntax/Manifest deleted file mode 100644 index 4f020c0ccd65..000000000000 --- a/app-vim/exheres-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST exheres-syntax-20201115.tar.xz 3892 BLAKE2B bae8a26a66ae0bf5642bb438bccee7d803b8eebf67d875d070ee7208304e76e0ed6803d29d7361e09efcc6a53d86e9c7dc5b0a1df61247911d1d8a220235973e SHA512 def7d0701535a2ab325b633b4a08be9ea9e4aa8ce78dd9858ab9d56d944b579ec19c98c24410decdbe202e9fc4f3dce95845b5eab6dfdf6c223dbc0479b7a890 diff --git a/app-vim/exheres-syntax/exheres-syntax-20201115.ebuild b/app-vim/exheres-syntax/exheres-syntax-20201115.ebuild deleted file mode 100644 index 575bd8818cbf..000000000000 --- a/app-vim/exheres-syntax/exheres-syntax-20201115.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: exheres format highlighting" -HOMEPAGE="https://www.exherbolinux.org/" -SRC_URI="https://dev.exherbo.org/distfiles/${PN}/${P}.tar.xz" - -LICENSE="vim" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="exheres-syntax" -VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild deleted file mode 100644 index 59ae4854ac3d..000000000000 --- a/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin git-r3 - -DESCRIPTION="vim plugin: exheres format highlighting" -HOMEPAGE="https://www.exherbolinux.org/" -EGIT_REPO_URI="https://gitlab.exherbo.org/exherbo-misc/exheres-syntax" - -LICENSE="vim" -SLOT="0" - -VIM_PLUGIN_HELPFILES="exheres-syntax" -VIM_PLUGIN_MESSAGES="filetype" - -src_compile() { :; } diff --git a/app-vim/exheres-syntax/metadata.xml b/app-vim/exheres-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/exheres-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/extra-syntax/extra-syntax-4-r3.ebuild b/app-vim/extra-syntax/extra-syntax-4-r3.ebuild deleted file mode 100644 index 14822d24796c..000000000000 --- a/app-vim/extra-syntax/extra-syntax-4-r3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: metapackage for all extra syntax packages" -HOMEPAGE="https://www.vim.org/" -LICENSE="metapackage" -KEYWORDS="amd64 ~mips ~ppc ppc64 x86" -SRC_URI="" -S="${WORKDIR}" - -RDEPEND=" - ${RDEPEND} - app-vim/bnf-syntax - app-vim/brainfuck-syntax - app-vim/cfengine-syntax - app-vim/dhcpd-syntax - app-vim/ebnf-syntax - app-vim/eruby-syntax - app-vim/fluxbox-syntax - app-vim/gentoo-syntax - app-vim/gtk-syntax - app-vim/help-extra-syntax - app-vim/nagios-syntax - app-vim/ntp-syntax - app-vim/pgn-syntax - app-vim/selinux-syntax - app-vim/wikipedia-syntax - app-vim/xquery-syntax - app-vim/xsl-syntax" - -src_install() { :; } diff --git a/app-vim/extra-syntax/metadata.xml b/app-vim/extra-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/extra-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest deleted file mode 100644 index b5277d00412f..000000000000 --- a/app-vim/ferret/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ferret-5.0.tar.gz 40975 BLAKE2B 75970b35852c5859ce53686eed9c8ba0d3d8599c9f53dc0a2a859dcdee8efd99fef298964db7cd9c2848180d87f45cb7e40a3352324b0530c5797647199a7f2f SHA512 882dc7d3baaa8a0e64244e8b7c3fef31088d4f89e49bf57dff85efc65f87fa6d3d8516ed3067dab4f4aa9857bb429e6f50d389d57a8895f6dab01db7e580867c diff --git a/app-vim/ferret/ferret-5.0.ebuild b/app-vim/ferret/ferret-5.0.ebuild deleted file mode 100644 index dfb1794298a6..000000000000 --- a/app-vim/ferret/ferret-5.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: enhanced multi-file search" -HOMEPAGE="https://github.com/wincent/ferret" -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="vim" -SLOT="0" -KEYWORDS="amd64 x86" - -src_prepare() { - default - - rm -rv test.rb doc/.gitignore || die - - # See bug 612282. - mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die -} diff --git a/app-vim/ferret/metadata.xml b/app-vim/ferret/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/ferret/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/fluxbox-syntax/Manifest b/app-vim/fluxbox-syntax/Manifest deleted file mode 100644 index 9445a07a7b7c..000000000000 --- a/app-vim/fluxbox-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fluxbox-syntax-1.5.tar.bz2 1376 BLAKE2B 2006668a89077febb4ec919354359cae1170156950abb553695d6424cb277bca69a5e8ffa93a9e4b09b990e96f9ee34654d34dc15320140dad589808ef9960dc SHA512 0567af6fe0994ea228ac56c3a26485ba5cce7762e3d70d6dced978e56017f6769072c83ae68125de3e03190562a7a10102bef038c02ae148cf70cc0c5951b8df diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild deleted file mode 100644 index b4dfc9c53ecb..000000000000 --- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: fluxbox files syntax and indent" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=679" - -LICENSE="vim" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~riscv ~sparc x86" - -RDEPEND="app-vim/genindent" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting and indent settings for fluxbox -menus and similar files. Upstream don't provide us with an ftdetect file, -but a simple one has been created for you by this ebuild. You can manually -set the filetype using :set filetype=fluxbox if necessary." - -VIM_PLUGIN_MESSAGES="filetype" - -src_prepare() { - default - mkdir ftdetect || die - echo "au BufNewFile,BufRead /*/*fluxbox/*menu set filetype=fluxbox" \ - > ftdetect/fluxbox.vim || die -} diff --git a/app-vim/fluxbox-syntax/metadata.xml b/app-vim/fluxbox-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/fluxbox-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/foldutil/Manifest b/app-vim/foldutil/Manifest deleted file mode 100644 index ebbcec0a110f..000000000000 --- a/app-vim/foldutil/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST foldutil-3.0.tar.bz2 7323 BLAKE2B de59313da23a277a2eb3e971b3033202001cd1304058b5e096e33e7c28f95326169754c0e0062120099677e567c6bd79b265a69524c8b8fe55a9666ab6bde23f SHA512 a38561c4530333f5a56596b2fe19a2892f58b4fd35229536c054578b199e9b6b19c18d255aa1b078d51ac4f610d4ca49b205d1929e8be51299bee527058b3452 diff --git a/app-vim/foldutil/foldutil-3.0-r2.ebuild b/app-vim/foldutil/foldutil-3.0-r2.ebuild deleted file mode 100644 index c1ee5ded8d34..000000000000 --- a/app-vim/foldutil/foldutil-3.0-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: fold creation utility" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=158" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -RDEPEND=">=app-vim/genutils-2.0" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides a number of commands for working with folds: -\ :FoldNonMatching [pattern] [context] -\ :FoldShowLines {lines} [context] -\ :FoldEndFolding" diff --git a/app-vim/foldutil/metadata.xml b/app-vim/foldutil/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/foldutil/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/fugitive/Manifest b/app-vim/fugitive/Manifest deleted file mode 100644 index 2abbdc77fe73..000000000000 --- a/app-vim/fugitive/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fugitive-3.7.tar.gz 84271 BLAKE2B 1c00272174bd76a2b4d34aa54a7498b2f75a5322d587e3436d82f21d6188027768bea0475c99fcbc50a82b89d9a9a7697d18106cb1eb2f9788afa81848fe2de8 SHA512 8252b69c6183f5b710739eb68ecb3fbdfad52df3dbee0a3a04ad33f410b489d7fcf1c0bde0cb2d53995a6b4e34191c165c652d08e6145789a88f8c46bfcddf56 diff --git a/app-vim/fugitive/fugitive-3.7.ebuild b/app-vim/fugitive/fugitive-3.7.ebuild deleted file mode 100644 index 7e8e29cc7d8e..000000000000 --- a/app-vim/fugitive/fugitive-3.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 ~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" -SLOT="0" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-vcs/git" diff --git a/app-vim/fugitive/fugitive-9999.ebuild b/app-vim/fugitive/fugitive-9999.ebuild deleted file mode 100644 index 789d5f994ad1..000000000000 --- a/app-vim/fugitive/fugitive-9999.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 ~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" -SLOT="0" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-vcs/git" diff --git a/app-vim/fugitive/metadata.xml b/app-vim/fugitive/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/fugitive/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/fuzzyfinder/Manifest b/app-vim/fuzzyfinder/Manifest deleted file mode 100644 index 9d9ca759b53c..000000000000 --- a/app-vim/fuzzyfinder/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fuzzyfinder-4.2.2.zip 66965 BLAKE2B 833d75be61551c776d6d918f0909b4805a4182ace928b448431c39961db999c83b61b4d0be8c6ab14aabeefd430aef857267ed1f1fc83029101198d788a6efd3 SHA512 8a4124ec876bd605fe64c9146afdd591b95d045238fbc0160547942d3c247129cd3a6ad05f23e668b0cd8f5a574192c03bcd3c9406f61625f78c4e32b35bbca3 diff --git a/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild b/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild deleted file mode 100644 index cce8731b3a99..000000000000 --- a/app-vim/fuzzyfinder/fuzzyfinder-4.2.2.ebuild +++ /dev/null @@ -1,19 +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: buffer/file/command/tag/etc explorer with fuzzy matching" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1984" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=13961 -> ${P}.zip" -LICENSE="MIT" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="fuf" - -DEPEND="app-arch/unzip" -RDEPEND="app-vim/l9" - -S="${WORKDIR}" diff --git a/app-vim/fuzzyfinder/metadata.xml b/app-vim/fuzzyfinder/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/fuzzyfinder/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/genindent/Manifest b/app-vim/genindent/Manifest deleted file mode 100644 index a6a50bb6e321..000000000000 --- a/app-vim/genindent/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST genindent-1.1.tar.bz2 1248 BLAKE2B 761b5285ba8816ec8b64542d9e6784f9d771be8d02fc085dacfc8422dd636be600c44c973089b1922d19e8b2ec0256f66d547f35609db6d3f08eeb0998fb69e2 SHA512 aa90cfc988b08708bb25352b66196191e6cc322f2072a771cf768a0e2ace2e4e193e2e34dc0556266bd84c49055ec1d4183f1aec3d89fffc29f5ded88c26a2af diff --git a/app-vim/genindent/genindent-1.1-r2.ebuild b/app-vim/genindent/genindent-1.1-r2.ebuild deleted file mode 100644 index ba2adc484776..000000000000 --- a/app-vim/genindent/genindent-1.1-r2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: library for simplifying indent files" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=678" - -LICENSE="vim" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~riscv ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides library functions and is not intended to be used -directly by the user." diff --git a/app-vim/genindent/metadata.xml b/app-vim/genindent/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/genindent/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest deleted file mode 100644 index 979a3c4bc6c4..000000000000 --- a/app-vim/gentoo-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gentoo-syntax-16.tar.bz2 21034 BLAKE2B 71f42dcd81e99e688f73e1df8913bc90e97acbcfdb1649348a7550a2c0888cced976f450406c305e4c8326fe4d405e460ea5d545bcd951ef64ba194b1f504820 SHA512 07baa98902b02dc920cb18a2a12877b59a3ae83558987cad956f9910c0b674f9bbe3f0087e512baac08f407e07e75c51f336562f7574b2600812594fa921bb22 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-16.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-16.ebuild deleted file mode 100644 index a1fa63811605..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-16.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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 ~arm64-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/gentoo-syntax/gentoo-syntax-9999.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild deleted file mode 100644 index 7e46a0bf24aa..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit git-r3 vim-plugin - -DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting" -HOMEPAGE="https://github.com/gentoo/gentoo-syntax/" -EGIT_REPO_URI=" - https://anongit.gentoo.org/git/proj/gentoo-syntax.git - https://github.com/gentoo/gentoo-syntax.git -" - -LICENSE="vim" -SLOT="0" -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/gentoo-syntax/metadata.xml b/app-vim/gentoo-syntax/metadata.xml deleted file mode 100644 index 771af11c0b14..000000000000 --- a/app-vim/gentoo-syntax/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <stabilize-allarches /> - <use> - <flag name="ignore-glep31">Remove GLEP 31 (UTF-8 file encodings) settings</flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/genutils/Manifest b/app-vim/genutils/Manifest deleted file mode 100644 index a08f87b7f71e..000000000000 --- a/app-vim/genutils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST genutils-2.5.zip 30510 BLAKE2B 4e9466844efc0cc607b22ed6aca4cb49f1b65ce569e631a2a0c7f4534e433ac70a3b57b18b8de930eb2604169f71e35c4fbca26b4a521a2ee34a48471a6c6240 SHA512 80a751038f629d58ce962a6be7d806cf2b7c35ad28f9d90e58cad32e1e462083629f2069ac23281683db026510d7e3d96d6883027d424fae3de63352b80fc5db diff --git a/app-vim/genutils/genutils-2.5-r2.ebuild b/app-vim/genutils/genutils-2.5-r2.ebuild deleted file mode 100644 index fe1454677929..000000000000 --- a/app-vim/genutils/genutils-2.5-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: library with various useful functions" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip" -S="${WORKDIR}" - -LICENSE="GPL-3" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides library functions and is not intended to be used -directly by the user." - -DEPEND="app-arch/unzip" diff --git a/app-vim/genutils/metadata.xml b/app-vim/genutils/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/genutils/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/gist/Manifest b/app-vim/gist/Manifest deleted file mode 100644 index adae810c2aab..000000000000 --- a/app-vim/gist/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gist-7.3.tar.gz 18170 BLAKE2B a6f281f92944203c17037a8ab9cd7e202ad491a11f7e79cf89794bfd94f188ac056c25c138fa98a9d50ebb38223e679b334c79705bf1d063e54f43297db6da40 SHA512 dbd3f638a365c8ee419140d9a934dd2c80fed181910137f61cec3c2d8d61300c21cabc9fdf85d83caa185cf78edb92990e04d49d937cd3fc546b6ae889e5cbb8 diff --git a/app-vim/gist/gist-7.3-r1.ebuild b/app-vim/gist/gist-7.3-r1.ebuild deleted file mode 100644 index 03a2fc6405fd..000000000000 --- a/app-vim/gist/gist-7.3-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -MY_PN="gist-vim" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="vim plugin: interact with gists (gist.github.com)" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2423 - https://github.com/mattn/vim-gist" -SRC_URI="https://github.com/mattn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="BSD" -KEYWORDS="amd64 x86 ~x64-macos" - -RDEPEND=" - app-vim/webapi - net-misc/curl - dev-vcs/git -" - -VIM_PLUGIN_HELPFILES="Gist.vim" - -src_compile() { :; } diff --git a/app-vim/gist/metadata.xml b/app-vim/gist/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/gist/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/git-patch-tags/Manifest b/app-vim/git-patch-tags/Manifest deleted file mode 100644 index c08df55265aa..000000000000 --- a/app-vim/git-patch-tags/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST git-patch-tags-0.2.tar.bz2 1508 BLAKE2B 2177c121e549726fdaf50a22d5b55e54ee47297646d2a7109fa5841ae1093516a88794060bd71a885fc257a90d666b41ddfa0d00df8858a110b694503c1502a3 SHA512 63ab541ec77ea70d79ea4e4b441c2f84cb45e0b130c1a57f4f3f1522fd9d7a4a90d137c243ca20733424602d0e75f5079b98b6ce7d39b6d2df185690020dee48 diff --git a/app-vim/git-patch-tags/git-patch-tags-0.2.ebuild b/app-vim/git-patch-tags/git-patch-tags-0.2.ebuild deleted file mode 100644 index ff202a8ab8fa..000000000000 --- a/app-vim/git-patch-tags/git-patch-tags-0.2.ebuild +++ /dev/null @@ -1,13 +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: add git patch tags as used in linux kernel development" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3632" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/git-patch-tags/metadata.xml b/app-vim/git-patch-tags/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/git-patch-tags/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/gitgutter/Manifest b/app-vim/gitgutter/Manifest deleted file mode 100644 index ad4028ccbd7b..000000000000 --- a/app-vim/gitgutter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gitgutter-20220524.tar.gz 602709 BLAKE2B c3199ebb66076f2ba08872ac610ff3818ce9f021219777326fe76620b7a923793576e693c6960056cdba3aee102538b4394e73c2f0972b387f669caef74304a2 SHA512 fb45b40f1a555a34d99436ef9f4d44a12438427c044b156119d319d374a98f3c18e6c5649adbda24c4e7a4db5e24cea29bd16e05188187e07ca331f65f3b8bfa diff --git a/app-vim/gitgutter/gitgutter-20220524.ebuild b/app-vim/gitgutter/gitgutter-20220524.ebuild deleted file mode 100644 index 49ff5cb47186..000000000000 --- a/app-vim/gitgutter/gitgutter-20220524.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit vim-plugin - -if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git" - inherit git-r3 -else - inherit vcs-snapshot - COMMIT_HASH="ded11946c04aeab5526f869174044019ae9e3c32" - SRC_URI="https://github.com/airblade/vim-gitgutter/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks" -HOMEPAGE="https://github.com/airblade/vim-gitgutter/" -LICENSE="MIT" -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-vcs/git" - -src_prepare() { - default - - # remove unwanted test dir - rm -r test || die -} diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild deleted file mode 100644 index b69167bd9864..000000000000 --- a/app-vim/gitgutter/gitgutter-99999999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit vim-plugin - -if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git" - inherit git-r3 -else - inherit vcs-snapshot - COMMIT_HASH="37bdd03d176c5e182c7e8dbdc79c3f71d2a04898" - SRC_URI="https://github.com/airblade/vim-gitgutter/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks" -HOMEPAGE="https://github.com/airblade/vim-gitgutter/" -LICENSE="MIT" -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-vcs/git" - -src_prepare() { - default - - # remove unwanted test dir - rm -rv test || die -} diff --git a/app-vim/gitgutter/metadata.xml b/app-vim/gitgutter/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/gitgutter/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/gitlog/Manifest b/app-vim/gitlog/Manifest deleted file mode 100644 index 87a6b83fe857..000000000000 --- a/app-vim/gitlog/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gitlog-6.0.0.tar.gz 33956 BLAKE2B 5a7472db7cbf03396e3ed4e7eea417e44e538946d9432b4d94c3114b59bfeb961c6e0df4137c116f152b57986b7cbaa1aeacd59df33d709f2794f5d2607693c4 SHA512 17016057df69b22e72548d00bd8c253ace864f0551890f64e6b9a91c1411b1e0a479d6c04028583edf9f9c366418b50b758f60d197fe0a62a75c7799b68a4069 diff --git a/app-vim/gitlog/gitlog-6.0.0-r1.ebuild b/app-vim/gitlog/gitlog-6.0.0-r1.ebuild deleted file mode 100644 index f26c792ce2b7..000000000000 --- a/app-vim/gitlog/gitlog-6.0.0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: git log and diff plugin for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4294 - https://github.com/PAntoine/vimgitlog/" -SRC_URI="https://github.com/PAntoine/vimgitlog/archive/version_${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/vim${PN}-version_${PV}" - -LICENSE="Artistic" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/gitlog/metadata.xml b/app-vim/gitlog/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/gitlog/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/gitolite-syntax/Manifest b/app-vim/gitolite-syntax/Manifest deleted file mode 100644 index 08145854f6d0..000000000000 --- a/app-vim/gitolite-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gitolite-syntax-20130306.tar.gz 2975 BLAKE2B 552f9c1e02a8089a9e6c7887f533ac6187a3d1425d0c916ca50a62076a8ee448ed4cdcb44a10d8df53ded724c68617c17ddbf7a87d935851466e441547bbeac7 SHA512 c064d06162bdb0b71d9c0638db073bba9b0577a1529eaac1a673b812fc08478e5b351954279d9d68947f0c4e3fe29ee5667741e6d229461d1ad1c7b2f535a49d diff --git a/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild b/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild deleted file mode 100644 index 13626389141d..000000000000 --- a/app-vim/gitolite-syntax/gitolite-syntax-20130306.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: gitolite syntax highlighting" -HOMEPAGE="https://github.com/tmatilai/gitolite.vim" -LICENSE="Apache-2.0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -GIT_COMMITSH="990634e95f209ffca96970da1c117c0f67697d89" -SRC_URI="https://github.com/tmatilai/gitolite.vim/archive/${GIT_COMMITSH}.tar.gz -> ${P}.tar.gz" -VIM_PLUGIN_HELPTEXT="Vim Syntax highlight for gitolite configuration file gitolite.conf" - -S="${WORKDIR}/gitolite.vim-${GIT_COMMITSH}" - -src_compile() { - : -} diff --git a/app-vim/gitolite-syntax/metadata.xml b/app-vim/gitolite-syntax/metadata.xml deleted file mode 100644 index 52c06b30ff41..000000000000 --- a/app-vim/gitolite-syntax/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>robbat2@gentoo.org</email> - <name>Robin H. Johnson</name> - </maintainer> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/gitv/Manifest b/app-vim/gitv/Manifest deleted file mode 100644 index 3e08a0053c95..000000000000 --- a/app-vim/gitv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gitv-1.3.1.tar.gz 553719 BLAKE2B 0d775f3bb05b3a49b69c5717f13a0f923fc5e0b5366c217042ac75e13c01080828ae4cd3e759e7dca44556c2b07aafa42cf8661a3ad0f52152c5cb8f4db294ed SHA512 e6a6773dcac18fdc36c891bd592d4dcb2eb20af6253df5886582fd223e040fb8296dc606d4fb25abd7a14f9dc1a712fe0e354821e234c8f54b1b5914af55dcbc diff --git a/app-vim/gitv/gitv-1.3.1-r1.ebuild b/app-vim/gitv/gitv-1.3.1-r1.ebuild deleted file mode 100644 index 8aebfd9a89b7..000000000000 --- a/app-vim/gitv/gitv-1.3.1-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: gitk for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/" -SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="vim" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="gitv" - -RDEPEND=" - dev-vcs/git - app-vim/fugitive" - -src_prepare() { - rm -f doc/tags || die - rm -r img || die - default -} diff --git a/app-vim/gitv/metadata.xml b/app-vim/gitv/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/gitv/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/gnupg/Manifest b/app-vim/gnupg/Manifest deleted file mode 100644 index 3dcfa1158497..000000000000 --- a/app-vim/gnupg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gnupg-2.7.1.zip 16131 BLAKE2B 82e29fd95adc5d6690409ec136086be2f0f358143de0bd6ad53c095d4cdcebe47f463f30cc5f494c441222380b5fac3291a9a6f7937f487ad28702ed3e175873 SHA512 07599e981e55d7eac7b06169e9ce30d33374b01680ad0317d5e4b51addce22b195dbd7a22a2adc381dfb89bd66aad9c377b43f36e6a5b32b7c577462b149e0a2 diff --git a/app-vim/gnupg/gnupg-2.7.1.ebuild b/app-vim/gnupg/gnupg-2.7.1.ebuild deleted file mode 100644 index a2dd74a2ee33..000000000000 --- a/app-vim/gnupg/gnupg-2.7.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="transparent editing of gpg encrypted files" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3645" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=27359 -> ${P}.zip" -LICENSE="GPL-2" -KEYWORDS="amd64 ~arm x86" - -S="${WORKDIR}/vim-${P}" - -RDEPEND="app-crypt/gnupg" - -BDEPEND="app-arch/unzip" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - default - - # There's good documentation included with the script, but it's not - # in a helpfile. Since there's rather too much information to include - # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. - sed -e '/" Section: Plugin header.\+$/,9999d' -e 's/^" \?//' \ - -e 's/\(Name:\s\+\)\([^.]\+\)\.vim/\1*\2.txt*/' \ - plugin/${PN}.vim \ - > doc/${PN}.txt || die -} diff --git a/app-vim/gnupg/metadata.xml b/app-vim/gnupg/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/gnupg/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/greputils/Manifest b/app-vim/greputils/Manifest deleted file mode 100644 index 53e1b3dcf59c..000000000000 --- a/app-vim/greputils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST greputils-2.8.tar.bz2 11886 BLAKE2B 7c1a8c08393d50d044203b8190c5ce35fa75b5ab6e2b18a6e5ad2eb679ac4685c92c336fe347e03db230a6f3a459d7acfac9f4e0161ca4adb17ee90192b38641 SHA512 07a7b22a900860b982bb0596232892ad056472fa48447131ba56083caef00318886719f379c9f9296fc00fd54575ab16aae71b3d1adf2af5d05a11a45a2bd7f9 diff --git a/app-vim/greputils/greputils-2.8-r2.ebuild b/app-vim/greputils/greputils-2.8-r2.ebuild deleted file mode 100644 index b99d2984208d..000000000000 --- a/app-vim/greputils/greputils-2.8-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: interface with grep, find and id-utils" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1062" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPURI="${HOMEPAGE}" - -RDEPEND=" - ${DEPEND} - >=app-vim/genutils-1.18 - >=app-vim/multvals-3.6.1 - >=app-vim/cmdalias-1.0" diff --git a/app-vim/greputils/metadata.xml b/app-vim/greputils/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/greputils/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/gtk-syntax/Manifest b/app-vim/gtk-syntax/Manifest deleted file mode 100644 index e6013fbc0057..000000000000 --- a/app-vim/gtk-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gtk-syntax-20130716.tar.bz2 234878 BLAKE2B 0d412e1a04f4cfa0303108bf7e83e21332e1ef4d84f6f65054b860db032aa65bcc0c1ae827ba4968e650114343eeb444bbf9e985e6c4cf8cf4f69b957936a100 SHA512 a90bdf84765ebaf10946b974c7720ebb9366f7ae5e360c8254ffd54bf9eacf1d0e35cf2061ef42727ffd7df3b4d78bb9e5f3ab7392180c435f8eef06c81ff5da diff --git a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild deleted file mode 100644 index 9a90c908deb4..000000000000 --- a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1000" -LICENSE="vim" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" diff --git a/app-vim/gtk-syntax/metadata.xml b/app-vim/gtk-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/gtk-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/gundo/Manifest b/app-vim/gundo/Manifest deleted file mode 100644 index 76fe806d7373..000000000000 --- a/app-vim/gundo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gundo-2.6.2.tar.bz2 144107 BLAKE2B 7915a60a77e07e49cc1a214c6e250028e61ff33e6f085960836a3e49c1562f4ff713ff4c57125f677d352ae3477bb514fd94d636ee5ba9afac5d23c4ecd70029 SHA512 e03450a1bfb0a7f5013c1493f1b25b963c2bbb37fc8fa24c1b85237bd12847c3edd7b9465caae7bdadf8923dbdcdb24930b160d7824f835417bf30725fa910b4 diff --git a/app-vim/gundo/files/gundo-2.6.2-python3.patch b/app-vim/gundo/files/gundo-2.6.2-python3.patch deleted file mode 100644 index 89b7706c8190..000000000000 --- a/app-vim/gundo/files/gundo-2.6.2-python3.patch +++ /dev/null @@ -1,13 +0,0 @@ -Force defaulting to python3. - ---- sjl-gundo.vim-6918f8da3839/autoload/gundo.vim -+++ sjl-gundo.vim-6918f8da3839/autoload/gundo.vim -@@ -44,7 +44,7 @@ - let g:gundo_close_on_revert = 0 - endif"}}} - if !exists("g:gundo_prefer_python3")"{{{ -- let g:gundo_prefer_python3 = 0 -+ let g:gundo_prefer_python3 = 1 - endif"}}} - if !exists("g:gundo_auto_preview")"{{{ - let g:gundo_auto_preview = 1 diff --git a/app-vim/gundo/gundo-2.6.2-r4.ebuild b/app-vim/gundo/gundo-2.6.2-r4.ebuild deleted file mode 100644 index 204ec9f0fb15..000000000000 --- a/app-vim/gundo/gundo-2.6.2-r4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -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/metadata.xml b/app-vim/gundo/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/gundo/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/haskellmode/Manifest b/app-vim/haskellmode/Manifest deleted file mode 100644 index 2115ed15edf6..000000000000 --- a/app-vim/haskellmode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST haskellmode-20101118.tar.bz2 21637 BLAKE2B f64278a4d6d892068d1de85b0d19892908a5b841485cde2af419777637db353364882af76a84e406bd01c5f9d8967ef43b44edb5e40ec6b2762aa6d97975045b SHA512 c1882766c08afeda9aea9ddd072e6107f5615ee5a0916d029170ad38097a2fa7dce72bc2429618ac3889afb8d1de9ab53ddaf5beff45f873f9eb5a57b04bc6aa diff --git a/app-vim/haskellmode/haskellmode-20101118-r2.ebuild b/app-vim/haskellmode/haskellmode-20101118-r2.ebuild deleted file mode 100644 index 00a643950c3c..000000000000 --- a/app-vim/haskellmode/haskellmode-20101118-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_PLUGIN_VIM_VERSION="7.1" - -inherit vim-plugin - -DESCRIPTION="vim plugin: Provides IDE-like features for Haskell development" -HOMEPAGE="http://projects.haskell.org/haskellmode-vim" -SRC_URI="http://code.haskell.org/~wwolff/haskellmode/${P}.tar.bz2" - -LICENSE="BSD" -SLOT=0 -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-lang/ghc[doc] - net-misc/wget -" - -VIM_PLUGIN_HELPFILES="haskellmode" -VIM_PLUGIN_MESSAGES="filetype" - -pkg_postinst() { - vim-plugin_pkg_postinst - - elog "You must set 'g:haddock_browser' to the path of your preferred browser, and" - elog "depending on your setup you may also want to change the default value of" - elog "'g:haddock_browser_callformat' (see ':help g:haddock_browser_callformat' for" - elog "full usage info). You can persist these settings in your vimrc file, for" - elog "example:" - elog - elog " let g:haddock_browser=\"/usr/bin/elinks\"" - elog " let g:haddock_browser_callformat=\"%s file://%s >/dev/null 2>&1 &\"" - elog - elog "To enable GHC compiler integration, also add the following to your vimrc:" - elog - elog " au BufEnter *.hs compiler ghc" - elog - elog "The first time you load haskellmode, you must generate a Haddock index. Do" - elog "this with the command:" - elog - elog " :ExportDocIndex" - elog - elog "Consult ${HOMEPAGE} for further setup and usage information." -} diff --git a/app-vim/haskellmode/metadata.xml b/app-vim/haskellmode/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/haskellmode/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/help-extra-syntax/Manifest b/app-vim/help-extra-syntax/Manifest deleted file mode 100644 index 3bc119b1efb6..000000000000 --- a/app-vim/help-extra-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST help-extra-syntax-20050106.tar.bz2 633 BLAKE2B 2e46b9b2f46a102c9e7a8036198bfb87806ef40c87e2c5893203f174dbbbc89cb13e1743616834c9e273d5838c8ab996399d06cba7ad3ba0b692ec345d96e080 SHA512 84fde638941bc0b63b599ae0ae46dc151796409652bd99520df102b54e60497df23ee62b61d8ee2c7532029cf0183702345dffe743420dadee3e5ae6c4a2ef44 diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild deleted file mode 100644 index 7a8e1c590111..000000000000 --- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: extra syntax highlighting for help files" -HOMEPAGE="http://www.drchip.org/astronaut/vim/" -LICENSE="public-domain" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ppc64 ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides additional syntax highlighting for help files." - -src_prepare() { - default - # use hi def link, bug #101797 / bug #101804 - sed -i -e 's,^hi link,hi def link,' \ - "after/syntax/help.vim.d/extra-help-syntax.vim" || die -} diff --git a/app-vim/help-extra-syntax/metadata.xml b/app-vim/help-extra-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/help-extra-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/increment/Manifest b/app-vim/increment/Manifest deleted file mode 100644 index d788f32fc327..000000000000 --- a/app-vim/increment/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST increment-1.1.tar.bz2 3058 BLAKE2B d079e0fa180b68a0616ffdf5b2ca86496f7aca2ab2e69e27e16a56dda49c96eed0ad7c53e0a0aabc9b29fcb0895247987afb28282477247046e07bb3f01630b6 SHA512 eae4fd492c02e83556646df35c57a50c07a09ea3c9cca0c8d8e15b8a49b621007e3952c23dc997d99d22dd8352852d98332180aa299ecdd4e53ffdafdc6b7a30 diff --git a/app-vim/increment/increment-1.1-r2.ebuild b/app-vim/increment/increment-1.1-r2.ebuild deleted file mode 100644 index 3320fb6a955e..000000000000 --- a/app-vim/increment/increment-1.1-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: easily create sequences of incremented values" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=842" - -LICENSE="vim.org" -KEYWORDS="~alpha amd64 ppc ~sparc x86" - -VIM_PLUGIN_HELPFILES="increment.txt" diff --git a/app-vim/increment/metadata.xml b/app-vim/increment/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/increment/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/indentpython/Manifest b/app-vim/indentpython/Manifest deleted file mode 100644 index eb44d7fa6fd7..000000000000 --- a/app-vim/indentpython/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST indentpython-0.3.tar.gz 2305 BLAKE2B 080224b87a10d1a7cd87523b37257b099efc873a954a5af63d8046351ad67fa6a58c6d84405ca50416b735f52835029e2fe653a24cd80d66dfb851f050b2421c SHA512 a3750ad7f935be914821cdff6b55b9bca1fe4d076d6c364be3854679c8c3466f14a4df486258fbee5a24d58373bc6258080e598992b22a0897e18a170555ebd6 diff --git a/app-vim/indentpython/indentpython-0.3-r1.ebuild b/app-vim/indentpython/indentpython-0.3-r1.ebuild deleted file mode 100644 index 0fa07e0aef6d..000000000000 --- a/app-vim/indentpython/indentpython-0.3-r1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Indent Python code according to PEP8" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=974" -SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}.vim-${PV}" - -LICENSE="vim.org" -KEYWORDS="amd64 ppc ppc64 x86" diff --git a/app-vim/indentpython/metadata.xml b/app-vim/indentpython/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/indentpython/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/info/Manifest b/app-vim/info/Manifest deleted file mode 100644 index 91308ce220d0..000000000000 --- a/app-vim/info/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST info-1.7.tar.bz2 3958 BLAKE2B 23c8f8e06e923adc6d97ac578331cd5669dfe54ba7dc470c07426dbcf475cab4cf66ceb60a1f1b79c0fc12109db4ed3fee575bde56de221a9ebf8fe99dca9d63 SHA512 8d1d00b844a7485544fe02e17a3938a08b25be8cea7cf9f5e139be5b1f1f1b37abed8d717e149154d7bb87028f4d7e94b1ded844a6f83e8e645da2a214eaa81e diff --git a/app-vim/info/info-1.7-r3.ebuild b/app-vim/info/info-1.7-r3.ebuild deleted file mode 100644 index f0a45650b76d..000000000000 --- a/app-vim/info/info-1.7-r3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: GNU info documentation browser" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=21" - -LICENSE="BSD" -KEYWORDS="~alpha amd64 ppc ~s390 ~sparc x86" - -VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command." - -src_prepare() { - default - - # The 'h' key is a bad choice for help. 'H' would have been a - # much better choice. I sent this suggestion to the maintainer, - # but no reply. - sed -i 's/\(noremap <buffer> \)h/\1H/' plugin/info.vim || die 'sed failed' -} diff --git a/app-vim/info/metadata.xml b/app-vim/info/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/info/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/iris/Manifest b/app-vim/iris/Manifest deleted file mode 100644 index 7d93223a466c..000000000000 --- a/app-vim/iris/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST iris-1.0.0.tar.gz 15607 BLAKE2B f78155c7cdfce046c48f9a29ca2855212ebd5d7f5aabd7b3a605ca8257b1a99e6d0c005c3641f69a33f6d3b2335b2a68da9653c2487b4f5863ba96cc3323ee10 SHA512 0b8b74935c2844dbb874e18683fd65602820c13dfc50cc73425ac80440f898432eb1eb4af6e3b73cef5733ea9e7c1aa97d19f67e6d1a277592c359519dcc418c diff --git a/app-vim/iris/iris-1.0.0-r1.ebuild b/app-vim/iris/iris-1.0.0-r1.ebuild deleted file mode 100644 index a041cf6ac899..000000000000 --- a/app-vim/iris/iris-1.0.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit vim-plugin python-r1 - -DESCRIPTION="vim plugin: mail client for vim" -HOMEPAGE="https://github.com/soywod/iris.vim" -SRC_URI="https://github.com/soywod/iris.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/iris.vim-${PV}" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-python/imapclient[${PYTHON_USEDEP}] -" - -DOCS=( README.md CHANGELOG.md ) - -src_install() { - mv api.py iris-api || die - mv idle.py iris-idle || die - sed -e 's#api\.py#iris-api#g;' -i autoload/iris/api.vim || die - sed -e 's#idle\.py#iris-idle#g;' -i autoload/iris/idle.vim || die - python_foreach_impl python_doscript iris-api - python_foreach_impl python_doscript iris-idle - - vim-plugin_src_install -} diff --git a/app-vim/iris/metadata.xml b/app-vim/iris/metadata.xml deleted file mode 100644 index 847dbd09b68d..000000000000 --- a/app-vim/iris/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/jedi/Manifest b/app-vim/jedi/Manifest deleted file mode 100644 index cdd1dfa7229c..000000000000 --- a/app-vim/jedi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jedi-vim-0.11.2.tar.gz 42704 BLAKE2B 375cdf4742eb6328f5dc601b7a0b529a3d18b70711f93ab860e2827275f36454281c9d4ec85de0cfe280115fadde3a45f1bf74bfb4a4f1036b603eaa6051bf56 SHA512 b5711a963bcd61e03af0ad9936de37bf0391fcf1edd5b881b45612469e573cfc91bd012e7f12c5a9c8e51242dd26381bfa08bbc7853fbfd4a30897eeefbadb7c diff --git a/app-vim/jedi/files/jedi-0.11.2-remove-unreasonable-test.patch b/app-vim/jedi/files/jedi-0.11.2-remove-unreasonable-test.patch deleted file mode 100644 index 9a676d4ba218..000000000000 --- a/app-vim/jedi/files/jedi-0.11.2-remove-unreasonable-test.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 382d8a48d0e0b4d5ff8687dfa5b7d689f906999a Mon Sep 17 00:00:00 2001 -From: Dave Halter <davidhalter88@gmail.com> -Date: Fri, 27 Dec 2024 23:10:27 +0100 -Subject: [PATCH] Remove a test that failed for no apparent reason - ---- - test/vspec/completions.vim | 13 ------------- - 1 file changed, 13 deletions(-) - -diff --git a/test/vspec/completions.vim b/test/vspec/completions.vim -index 068e5392..5a9a3050 100644 ---- a/test/vspec/completions.vim -+++ b/test/vspec/completions.vim -@@ -52,19 +52,6 @@ describe 'completions' - Expect getline('.') == 'IndentationError().filename' - end - -- it 'multi complete' -- " NOTE: nvim results in "importErr()" here with completeopt+=longest, -- " but Vim is fine. -- " This is due to `pumvisible()` in jedi#complete_opened being true -- " with nvim still, but it is 0 with Vim, i.e. Vim appears to close -- " the pum already (with the tests). -- " -- " This might be a misunderstanding though, since the test might not -- " expect the "import" keyword to be offered for completion?! -- normal oImpXErrX() -- Expect getline('.') == 'ImportError()' -- end -- - it 'cycling through entries popup_select_first=0' - set completeopt+=longest - let g:jedi#popup_select_first = 0 diff --git a/app-vim/jedi/jedi-0.11.2.ebuild b/app-vim/jedi/jedi-0.11.2.ebuild deleted file mode 100644 index d1acebc72280..000000000000 --- a/app-vim/jedi/jedi-0.11.2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -inherit edo vim-plugin python-single-r1 - -MY_PN="${PN}-vim" -DESCRIPTION="vim plugin: binding to the autocompletion library jedi" -HOMEPAGE="https://github.com/davidhalter/jedi-vim" -SRC_URI="https://github.com/davidhalter/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(python_gen_cond_dep '>=dev-python/jedi-0.19[${PYTHON_USEDEP}]') - || ( - app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] - app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] - ) -" -BDEPEND=" - test? ( - ${RDEPEND} - app-vim/vspec - ) -" - -DOCS=( AUTHORS.txt CONTRIBUTING.md README.rst ) - -PATCHES=( - # https://github.com/davidhalter/jedi-vim/pull/1131 - # Seemingly fallout from jedi/parso update - "${FILESDIR}"/${P}-remove-unreasonable-test.patch -) - -src_prepare() { - vim-plugin_src_prepare - - rm doc/logotype-a.svg || die - rmdir pythonx/{jedi,parso} || die -} - -# Makefile tries hard to call tests so let's silence this phase. -src_compile() { :; } - -src_test() { - local bindir="${S}"/venv/bin - local sitedir="${S}"/venv/lib/${EPYTHON}/site-packages - - mkdir -p "${bindir}" || die - mkdir -p "${sitedir}" || die - ln -s "${PYTHON}" "${bindir}/${EPYTHON}" || die - ln -s "${EPYTHON}" "${bindir}/python3" || die - ln -s "${EPYTHON}" "${bindir}/python" || die - cat > "${bindir}"/pyvenv.cfg <<-EOF || die - include-system-site-packages = false - EOF - - ln -s "$(python_get_sitedir)"/parso "${sitedir}"/parso || die - cp -r "$(python_get_sitedir)"/parso-*.dist-info "${sitedir}" || die - - ln -s "$(python_get_sitedir)"/jedi "${sitedir}"/jedi || die - cp -r "$(python_get_sitedir)"/jedi-*.dist-info "${sitedir}" || die - - export PATH="${bindir}:${PATH}" - unset PYTHONPATH - - edo prove-vspec -d "${S}" test/vspec -} - -src_install() { - vim-plugin_src_install pythonx - python_optimize "${ED}"/usr/share/vim/vimfiles/pythonx -} diff --git a/app-vim/jedi/metadata.xml b/app-vim/jedi/metadata.xml deleted file mode 100644 index 1f12ceeef171..000000000000 --- a/app-vim/jedi/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <longdescription lang="en"> - Jedi-vim is a VIM binding to the autocompletion library Jedi. - Apart from that, jedi-vim provides a number of keybindings. - </longdescription> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/json/Manifest b/app-vim/json/Manifest deleted file mode 100644 index 3bd792912071..000000000000 --- a/app-vim/json/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST json-20150511.tar.bz2 8620 BLAKE2B 80b01585af1a94a2e46900adba16b1165d9fa3adf922ea3a8f9cbed9512de3779593394174fc465058385237bcb9e0ff0cfd5b0e9b91d9818c0b733eaddf4547 SHA512 357ea8ea298c6e2758db75e54334ccdfcd43d3146f032c816756688f35ff163dea99df42b9f1168aaac63e50e6ccedb85ff6f37f234e9faf72c53fb9e05c9b9c diff --git a/app-vim/json/json-20150511.ebuild b/app-vim/json/json-20150511.ebuild deleted file mode 100644 index 0584747ca35e..000000000000 --- a/app-vim/json/json-20150511.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: a better JSON for Vim" -HOMEPAGE="https://github.com/elzr/vim-json/" -LICENSE="MIT" -KEYWORDS="amd64 ~arm64 x86" - -DOCS=( readme.md ) diff --git a/app-vim/json/metadata.xml b/app-vim/json/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/json/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/l9/Manifest b/app-vim/l9/Manifest deleted file mode 100644 index 07107aa2c094..000000000000 --- a/app-vim/l9/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST l9-1.1.zip 12363 BLAKE2B 35bef105c446b53115dfdc25b217da56e136ddeb0ac406fd4e793586a14e82720681d1c478bb64345e43264b9dcb2ee51a6fb15107e50e5bdf9596bf80769fa5 SHA512 75a593dd5bb7f6f3abcb6a915218755888d259ba950f3bef0f93eac189c5ed65e6646959c662a7ae9ca3a61fc80fc9e449d1590c718dda6544f86875097949d4 diff --git a/app-vim/l9/l9-1.1.ebuild b/app-vim/l9/l9-1.1.ebuild deleted file mode 100644 index ef3ee9e672b0..000000000000 --- a/app-vim/l9/l9-1.1.ebuild +++ /dev/null @@ -1,18 +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: library for vim scripts" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3252" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=13948 -> ${P}.zip" -LICENSE="MIT" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -DEPEND="app-arch/unzip" - -S=${WORKDIR} diff --git a/app-vim/l9/metadata.xml b/app-vim/l9/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/l9/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/languagetool/Manifest b/app-vim/languagetool/Manifest deleted file mode 100644 index 1f6ef0aa6596..000000000000 --- a/app-vim/languagetool/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST languagetool-1.30.tar.bz2 8089 BLAKE2B 518036b68b80bbc083718a23c3aa07e9d118b8c6dc4f69cfa289566924ac2bd218b45ca53e850244676351b1566b580c6fac909376087d8274c289ab20727e49 SHA512 c04115752f8a601e85b718ea8d68cbdaa7628d14c252b4bb5bd11449ae2c5558ddee3d0f3a1bc2db84364e127fc211a0c4fe51e4ff9b442ebe99aa4f9d1db935 diff --git a/app-vim/languagetool/files/languagetool-1.29-script.patch b/app-vim/languagetool/files/languagetool-1.29-script.patch deleted file mode 100644 index f2737feca8c9..000000000000 --- a/app-vim/languagetool/files/languagetool-1.29-script.patch +++ /dev/null @@ -1,38 +0,0 @@ -Use launcher script instead of directly running from the jar file. - ---- languagetool-1.29/plugin/LanguageTool.vim -+++ languagetool-1.29/plugin/LanguageTool.vim -@@ -162,23 +162,6 @@ - endif - endif - endif -- -- let s:languagetool_jar = exists("g:languagetool_jar") -- \ ? g:languagetool_jar -- \ : $HOME . '/languagetool/languagetool-commandline.jar' -- -- if !filereadable(s:languagetool_jar) -- " Hmmm, can't find the jar file. Try again with expand() in case user -- " set it up as: let g:languagetool_jar = '$HOME/languagetool-commandline.jar' -- let l:languagetool_jar = expand(s:languagetool_jar) -- if !filereadable(expand(l:languagetool_jar)) -- echomsg "LanguageTool cannot be found at: " . s:languagetool_jar -- echomsg "You need to install LanguageTool and/or set up g:languagetool_jar" -- echomsg "to indicate the location of the languagetool-commandline.jar file." -- return -1 -- endif -- let s:languagetool_jar = l:languagetool_jar -- endif - return 0 - endfunction - -@@ -242,8 +225,7 @@ - let l:range = a:line1 . ',' . a:line2 - silent exe l:range . 'w!' . l:tmpfilename - -- let l:languagetool_cmd = 'java' -- \ . ' -jar ' . s:languagetool_jar -+ let l:languagetool_cmd = 'languagetool' - \ . ' -c ' . s:languagetool_encoding - \ . (empty(s:languagetool_disable_rules) ? '' : ' -d '.s:languagetool_disable_rules) - \ . ' -l ' . s:languagetool_lang diff --git a/app-vim/languagetool/languagetool-1.30.ebuild b/app-vim/languagetool/languagetool-1.30.ebuild deleted file mode 100644 index dd8f7c4bab37..000000000000 --- a/app-vim/languagetool/languagetool-1.30.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -MY_PN="LanguageTool" -DESCRIPTION="grammar checker for various languages" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223" - -LICENSE="vim" -KEYWORDS="~amd64 ~arm64" - -VIM_PLUGIN_HELPFILES="${MY_PN}" - -RDEPEND="app-text/languagetool" - -PATCHES=( "${FILESDIR}"/${PN}-1.29-script.patch ) diff --git a/app-vim/languagetool/metadata.xml b/app-vim/languagetool/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/languagetool/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/lightline/Manifest b/app-vim/lightline/Manifest deleted file mode 100644 index c24a9ca6ae79..000000000000 --- a/app-vim/lightline/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lightline-0_pre20240113.tar.gz 41157 BLAKE2B d9570e907c7bd5e70eed29bc7fe20b610b13febd51488dcf8867adde5d8b5851a9d5ea5054fdd5f1cc3a841f8cd6d600d58aad72ddf1bec5d3dbe23bf692b4c2 SHA512 c3041ccf6372071b5486690129cce4afe76c35718a581c53f05822ddf87ca860ffb1af02951a3e82f87aee502edf36ed031497ffa386baddc2b9f66f7885f4bf diff --git a/app-vim/lightline/lightline-0_pre20240113.ebuild b/app-vim/lightline/lightline-0_pre20240113.ebuild deleted file mode 100644 index 0cdebfc81b8a..000000000000 --- a/app-vim/lightline/lightline-0_pre20240113.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -if [[ ${PV} == "9999" ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/itchyny/lightline.vim/" -else - LIGHTLINE_COMMIT="58c97bc21c6f657d3babdd4eefce7593e30e75ce" - SRC_URI="https://github.com/itchyny/lightline.vim/archive/${LIGHTLINE_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}.vim-${LIGHTLINE_COMMIT}" -fi - -DESCRIPTION="vim plugin: A light and configurable statusline/tabline" -HOMEPAGE="https://github.com/itchyny/lightline.vim/" -LICENSE="MIT" -VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/lightline/lightline-9999.ebuild b/app-vim/lightline/lightline-9999.ebuild deleted file mode 100644 index 73b4c0fdc1a2..000000000000 --- a/app-vim/lightline/lightline-9999.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -if [[ ${PV} == "9999" ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/itchyny/lightline.vim/" -else - # LIGHTLINE_COMMIT= - SRC_URI="https://github.com/itchyny/lightline.vim/archive/${LIGHTLINE_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}.vim-${LIGHTLINE_COMMIT}" -fi - -DESCRIPTION="vim plugin: A light and configurable statusline/tabline" -HOMEPAGE="https://github.com/itchyny/lightline.vim/" -LICENSE="MIT" -VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/lightline/metadata.xml b/app-vim/lightline/metadata.xml deleted file mode 100644 index 4ea915b1b429..000000000000 --- a/app-vim/lightline/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <maintainer type="person"> - <email>nex+b-g-o@nexadn.de</email> - <name>Adrian Schollmeyer</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/locateopen/Manifest b/app-vim/locateopen/Manifest deleted file mode 100644 index f6a8a13d0232..000000000000 --- a/app-vim/locateopen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST locateopen-1.3.tar.bz2 1925 BLAKE2B fe9b4c7abc0fb26eaa75298368ae7b9440a2c6d7d25e94da80693de0f61517b50fb200536b488f485cfd3c4b243bb8abe5606dda12e07a8f6246bd644d74e8de SHA512 93d1f89eef3b877830a01a0fa609855108e3415836128d27f3b66fa6e3c57614a81e0cbcc984e39e0353883b7d8fec86c73f77a4c3f10a1cb8183b8be21a6dbe diff --git a/app-vim/locateopen/locateopen-1.3-r2.ebuild b/app-vim/locateopen/locateopen-1.3-r2.ebuild deleted file mode 100644 index 8a40bf55304c..000000000000 --- a/app-vim/locateopen/locateopen-1.3-r2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: open a file without supplying a path" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=858" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -RDEPEND="sys-apps/mlocate" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides commands that hook vim into mlocate: -\ :LocateEdit filename -\ :LocateSplit filename -\ :LocateSource filename -\ :LocateRead filename -To configure: -\ :let g:locateopen_ignorecase = 1 \" enable ignore case mode -\ :let g:locateopen_smartcase = 0 \" disable smart case mode -\ :let g:locateopen_alwaysprompt = 1 \" show menu for one match" diff --git a/app-vim/locateopen/metadata.xml b/app-vim/locateopen/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/locateopen/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/lustyexplorer/Manifest b/app-vim/lustyexplorer/Manifest deleted file mode 100644 index 5feecc441291..000000000000 --- a/app-vim/lustyexplorer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lusty-explorer-5.0.zip 21036 BLAKE2B 6f9918242b5a12a2fd58017c54f10489113b21858e1522e0ff74a7cca41045c08144cb7b69bef2aa5e67998d74bb8472d547421cb737d2fdf79ec1ce4c51db9d SHA512 42aa2dea2d96c88cf65891a08a798c185849695c49663260fd133c34b63311d1db9073d3db2d6e4d1fd6907fdd4cf89335dacb0a5bbaa994924751f5a1be66cf diff --git a/app-vim/lustyexplorer/lustyexplorer-5.0.ebuild b/app-vim/lustyexplorer/lustyexplorer-5.0.ebuild deleted file mode 100644 index cb7adc669215..000000000000 --- a/app-vim/lustyexplorer/lustyexplorer-5.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -MY_PN="lusty-explorer" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="vim plugin: dynamic filesystem and buffer explorer" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1890" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=26146 -> ${MY_P}.zip" -S="${WORKDIR}/${MY_P}" - -LICENSE="bufexplorer.vim" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="lusty-explorer.txt" - -BDEPEND="app-arch/unzip" -RDEPEND="|| ( - app-editors/vim[ruby] - app-editors/gvim[ruby] -)" - -src_prepare() { - default - - # There's good documentation included with the script, but it's not - # in a helpfile. Since there's rather too much information to include - # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. - mkdir "${S}"/doc || die - sed -e '0,/"$/d' -e '/" GetLatest.\+$/,9999d' -e 's/^" \?//' \ - -e "s/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/" \ - plugin/lusty-explorer.vim > doc/lusty-explorer.txt -} diff --git a/app-vim/lustyexplorer/metadata.xml b/app-vim/lustyexplorer/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/lustyexplorer/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/matrix/Manifest b/app-vim/matrix/Manifest deleted file mode 100644 index 2ee5aea33ca8..000000000000 --- a/app-vim/matrix/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST matrix-1.10.tar.bz2 3365 BLAKE2B 71c8d4fe2117b4fa8fb31ba880b3af456f046d6f78bcec54107dab58bee1b733887752aba06f17fc6b4196ada40cc1ba7c5a7e4ddeafeeb5630f6ee1d8e44627 SHA512 9c268ced7b0a7e3117c88bfe005236f1fc61cfd74fa10d46318b739fe61a97f7bd856d125d69cf599a79efb8fb181d8876641cda65ae5dc80e4c650e7430fa85 diff --git a/app-vim/matrix/matrix-1.10-r2.ebuild b/app-vim/matrix/matrix-1.10-r2.ebuild deleted file mode 100644 index 79b40ee036c2..000000000000 --- a/app-vim/matrix/matrix-1.10-r2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Screensaver inspired by the Matrix" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1189" - -LICENSE="vim.org" -KEYWORDS="amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides the :Matrix command. To exit the screensaver, -press a key." diff --git a/app-vim/matrix/metadata.xml b/app-vim/matrix/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/matrix/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/mediawiki/Manifest b/app-vim/mediawiki/Manifest deleted file mode 100644 index 02b7b7abdc03..000000000000 --- a/app-vim/mediawiki/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mediawiki-20151115.tar.gz 8313 BLAKE2B 81e8e73fed051b799fbac9bfd43d2ff63da077fc42d975b90e5c4ff834ba3804942751eeac632169230f41b0123f95807d91afe695622074caf8259833e4a39a SHA512 780f8f0866944b57216263e73f2c2f415f31fb764c9fb43e430a2d82934cbfa483aae6074b21d5e8595b487636f664d2b4698f505368893f8831d7d4efc31ea7 diff --git a/app-vim/mediawiki/mediawiki-20151115.ebuild b/app-vim/mediawiki/mediawiki-20151115.ebuild deleted file mode 100644 index 88303299d679..000000000000 --- a/app-vim/mediawiki/mediawiki-20151115.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -COMMIT_HASH="26e5737264354be41cb11d16d48132779795e168" -DESCRIPTION="vim plugin: MediaWiki syntax highlighting" -HOMEPAGE="https://github.com/chikamichi/mediawiki.vim" -SRC_URI="https://github.com/chikamichi/mediawiki.vim/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}.vim-${COMMIT_HASH}" - -LICENSE="public-domain" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86" - -VIM_PLUGIN_HELPTEXT=\ -"This holds a syntax highlighter for MediaWiki-based projects, mostly Wikipedia. -Files ending in .wiki will be highlighted." - -VIM_PLUGIN_MESSAGES="filetype" -# Same origin, but app-vim/wikipedia-syntax is even less maintained! -RDEPEND="!app-vim/wikipedia-syntax" diff --git a/app-vim/mediawiki/metadata.xml b/app-vim/mediawiki/metadata.xml deleted file mode 100644 index 57348ca81a91..000000000000 --- a/app-vim/mediawiki/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>robbat2@gentoo.org</email> - </maintainer> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/merginal/Manifest b/app-vim/merginal/Manifest deleted file mode 100644 index 289953725a3c..000000000000 --- a/app-vim/merginal/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST merginal-2.1.2.tar.gz 15156 BLAKE2B a8181ebd7aa67663b4541b5cb5028b6cadcca68c48f325dca07308ad13554d1d4b96b53f0a30e516cea732c880e68cb7e4cb7836b72cbd6b59a009e8d3c744b2 SHA512 70da5529ee22b3f06d83ecac62634d46d30472f064613a1844a7cdae31ed97366b5fcf6b31f4becd4cde246ccac32be6528c8c93ee2f02bdd32932388282f9bf diff --git a/app-vim/merginal/merginal-2.1.2.ebuild b/app-vim/merginal/merginal-2.1.2.ebuild deleted file mode 100644 index 0687eb030dca..000000000000 --- a/app-vim/merginal/merginal-2.1.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -MY_PN=vim-${PN} -MY_P=${MY_PN}-${PV} - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/idanarye/${MY_PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" - S="${WORKDIR}/${MY_P}" -fi - -DESCRIPTION="vim script: fugitive extension to manage and merge git branches" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4955 https://github.com/idanarye/vim-merginal/" -LICENSE="vim" - -RDEPEND="app-vim/fugitive" - -VIM_PLUGIN_HELPFILES="${PN}" - -DOCS=( CHANGELOG.md README.md ) diff --git a/app-vim/merginal/merginal-9999.ebuild b/app-vim/merginal/merginal-9999.ebuild deleted file mode 100644 index ddf93439f4e2..000000000000 --- a/app-vim/merginal/merginal-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -MY_PN=vim-${PN} -MY_P=${MY_PN}-${PV} - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/idanarye/${MY_PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/idanarye/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${MY_P}" -fi - -DESCRIPTION="vim script: fugitive extension to manage and merge git branches" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4955 https://github.com/idanarye/vim-merginal/" -LICENSE="vim" - -RDEPEND="app-vim/fugitive" - -VIM_PLUGIN_HELPFILES="${PN}" - -DOCS=( CHANGELOG.md README.md ) diff --git a/app-vim/merginal/metadata.xml b/app-vim/merginal/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/merginal/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/minibufexpl/Manifest b/app-vim/minibufexpl/Manifest deleted file mode 100644 index 63f2ccfc98bd..000000000000 --- a/app-vim/minibufexpl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST minibufexpl-6.5.2.tar.gz 32119 BLAKE2B 01809246c81fcc2b346e7bdc2dc114c5a80cae2e58bce54c1d2f9411980d31e4a5d0a8d434dff58d284555084e95d90079492c8ad956ad2aab9dabf03186bbf3 SHA512 325fb58b025392c5484574c4988ec95eb7374a10b67a4abe28857a0ae8d768316ef4d477b51bf442ffc1bcfb5f68dfd0c924731291b155192731055fed3569d1 diff --git a/app-vim/minibufexpl/metadata.xml b/app-vim/minibufexpl/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/minibufexpl/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild b/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild deleted file mode 100644 index c3097fa3343c..000000000000 --- a/app-vim/minibufexpl/minibufexpl-6.5.2-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -MY_PN="${PN}.vim" -DESCRIPTION="vim plugin: easily switch between buffers" -HOMEPAGE="https://github.com/fholgado/minibufexpl.vim" -SRC_URI="https://github.com/fholgado/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="bufexplorer.vim" -KEYWORDS="amd64 ~mips ppc x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/molokai/Manifest b/app-vim/molokai/Manifest deleted file mode 100644 index 38d9c9fa6e31..000000000000 --- a/app-vim/molokai/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST molokai-0.1_p20151115.tar.gz 3817 BLAKE2B 595691992ab2e1820afa105ee23a123f28db7c5bca80e5b99e87b7b3b081d1d1e10f9db81686bcc98ef79042118f119b0ae191ca9e7a7b8004b95267f35dfef8 SHA512 8ba5821dfae8c723185999d038142b2061b01ec8c9c6340fd082bac0bdf78d2fcc21a8e3103f20b58bc60c38ed62966376903e85f5b9b49947d38c8c34d14908 diff --git a/app-vim/molokai/metadata.xml b/app-vim/molokai/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/molokai/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/molokai/molokai-0.1_p20151115-r2.ebuild b/app-vim/molokai/molokai-0.1_p20151115-r2.ebuild deleted file mode 100644 index 6b0e43fdbf29..000000000000 --- a/app-vim/molokai/molokai-0.1_p20151115-r2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin vcs-snapshot - -COMMIT="c67bdfcdb31415aa0ade7f8c003261700a885476" - -DESCRIPTION="vim plugin: molokai color scheme" -HOMEPAGE="https://github.com/tomasr/molokai" -SRC_URI="https://github.com/tomasr/molokai/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="vim" -KEYWORDS="amd64 x86" - -RDEPEND="!app-vim/colorschemes" diff --git a/app-vim/multiplesearch/Manifest b/app-vim/multiplesearch/Manifest deleted file mode 100644 index 9cb841a1de59..000000000000 --- a/app-vim/multiplesearch/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST multiplesearch-1.3.zip 6500 BLAKE2B 6ef00cdc03b46f714ced36e38e7928ccdccb2821c09d35e08fda77520b3f7ea612ca2f7818aba19d2d9b0baa1ab5fc4268b547973cc058557f618e1d5ee56739 SHA512 015e5744c0b0c496ca9263c901f29d66ea8edb75de6d39eb5b4956d977b1714611fda199be730fd77f6a9c0ceb0fe0cd74744ba3853b747f33bcdc8af92e7235 diff --git a/app-vim/multiplesearch/metadata.xml b/app-vim/multiplesearch/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/multiplesearch/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/multiplesearch/multiplesearch-1.3.ebuild b/app-vim/multiplesearch/multiplesearch-1.3.ebuild deleted file mode 100644 index 610bfd71724c..000000000000 --- a/app-vim/multiplesearch/multiplesearch-1.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: allows multiple highlighted searches" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=479" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=9276 -> ${P}.zip" -LICENSE="vim" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPFILES="MultipleSearch.txt" - -DEPEND="app-arch/unzip" - -S=${WORKDIR} diff --git a/app-vim/multvals/Manifest b/app-vim/multvals/Manifest deleted file mode 100644 index e2ff2db25a4e..000000000000 --- a/app-vim/multvals/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST multvals-3.10.tar.bz2 12299 BLAKE2B 83a38101e7f43768af2682187279456ee3c131acb78b1d152de7978ebfea183cec86239a7cf2d76d1602a593f3c46f709b2194f7d2783dbe7fea636f7db3c262 SHA512 6003b7fd2c16ae7b6ee400482aead44a5b7867d9e010d689b1b25452f78f4a84335a257eef56deba241fae8967e57b877132693b1ded1b4b01c0248da472152f diff --git a/app-vim/multvals/metadata.xml b/app-vim/multvals/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/multvals/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/multvals/multvals-3.10-r2.ebuild b/app-vim/multvals/multvals-3.10-r2.ebuild deleted file mode 100644 index 2f199874f3fb..000000000000 --- a/app-vim/multvals/multvals-3.10-r2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: library for helping with arrays" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=171" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides library functions and is not intended to be used -directly by the user." diff --git a/app-vim/nagios-syntax/Manifest b/app-vim/nagios-syntax/Manifest deleted file mode 100644 index 444f218bf05a..000000000000 --- a/app-vim/nagios-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nagios-syntax-1.8.tar.gz 1737 BLAKE2B 73f3b40b4e79d3449cc0f62e88efa5e7d2085db6050f05a5dd774a375a477f22844c8b5603fd89aa676bc26e90d4ad21ebc377c11c05a67909d0b65e1861983e SHA512 53a17c521a66a42f0082e6a963059ff96ed5f899e2be4c50ab68cbf237d1ca6bec8476b798b4a99563a8fdd6dc6ef632de19399b5aad12bad586f0cf0161f76f diff --git a/app-vim/nagios-syntax/metadata.xml b/app-vim/nagios-syntax/metadata.xml deleted file mode 100644 index 36835acc076d..000000000000 --- a/app-vim/nagios-syntax/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <longdescription lang="en"> - This package provides Vim syntax highlighting for Nagios configuration - files, and automatic filetype detection for these files based upon - filename. - </longdescription> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/nagios-syntax/nagios-syntax-1.8-r1.ebuild b/app-vim/nagios-syntax/nagios-syntax-1.8-r1.ebuild deleted file mode 100644 index 4eab545c2b3b..000000000000 --- a/app-vim/nagios-syntax/nagios-syntax-1.8-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Nagios configuration files syntax" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2261" -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" - -LICENSE="vim.org" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for Nagios configuration -files. Detection is by filename (/etc/nagios/)." diff --git a/app-vim/neocomplcache/Manifest b/app-vim/neocomplcache/Manifest deleted file mode 100644 index bd5b0fd0d4fa..000000000000 --- a/app-vim/neocomplcache/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST neocomplcache-7.1.tar.bz2 73724 BLAKE2B 16c04762164c6b086b4683bba71073eaed0a21b003f7d42bb7e4d5a7a1767f982b80840c229402312622e2f9b3f5c9a0759bfc8ece3b320ab38d94c406453cf9 SHA512 1ed17243722055a08bfda6b3e5524870d55377dd5998cbc5677f673974eebf5ee4019975e6b66c12c8ce5ff804d5c1512e69b7f53f56c1bb6f87638025a3210b diff --git a/app-vim/neocomplcache/metadata.xml b/app-vim/neocomplcache/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/neocomplcache/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild b/app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild deleted file mode 100644 index faf7433e0af2..000000000000 --- a/app-vim/neocomplcache/neocomplcache-7.1-r2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: ultimate auto completion system" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2620" - -LICENSE="MIT" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - default - mv autoload/vital.vim "autoload/${PN}vital.vim" || die -} diff --git a/app-vim/nerdcommenter/Manifest b/app-vim/nerdcommenter/Manifest deleted file mode 100644 index 33f351e8e9a3..000000000000 --- a/app-vim/nerdcommenter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nerdcommenter-2.5.2.tar.gz 37216 BLAKE2B 80cd085022da15567e935aaf9d770ed6fadd949a4c8cb6cc3244bb75c76ccb81adee070336a7f4ed409e95bd88db8ce3b7259d8e2f390b71b6e0c575e02ed423 SHA512 63b43abdae35e2e5d9132a5cc1e3109a9ac7945bab58b7f2544bb0a6d390f2f503928fd17c2e82104e84454d9278f98fc581dcea8ccd08f5f1bedb2d5f112bf4 diff --git a/app-vim/nerdcommenter/metadata.xml b/app-vim/nerdcommenter/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/nerdcommenter/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild b/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild deleted file mode 100644 index 70e14d7e8881..000000000000 --- a/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/preservim/nerdcommenter.git" - inherit git-r3 -else - SRC_URI="https://github.com/preservim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="vim plugin: easy commenting of code for many filetypes" -HOMEPAGE="https://github.com/preservim/nerdcommenter https://www.vim.org/scripts/script.php?script_id=1218" -LICENSE="WTFPL-2 " - -VIM_PLUGIN_HELPFILES="NERD_commenter.txt" diff --git a/app-vim/nerdcommenter/nerdcommenter-9999.ebuild b/app-vim/nerdcommenter/nerdcommenter-9999.ebuild deleted file mode 100644 index 66336deab704..000000000000 --- a/app-vim/nerdcommenter/nerdcommenter-9999.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/preservim/nerdcommenter.git" - inherit git-r3 -else - SRC_URI="https://github.com/preservim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="vim plugin: easy commenting of code for many filetypes" -HOMEPAGE="https://github.com/preservim/nerdcommenter https://www.vim.org/scripts/script.php?script_id=1218" -LICENSE="WTFPL-2 " - -VIM_PLUGIN_HELPFILES="NERD_commenter.txt" diff --git a/app-vim/nerdtree-tabs/Manifest b/app-vim/nerdtree-tabs/Manifest deleted file mode 100644 index 71fdedef8da1..000000000000 --- a/app-vim/nerdtree-tabs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nerdtree-tabs-1.4.7.tar.gz 11135 BLAKE2B 0c2e5a5616a7e4a22600d20f0d759e95755194a3d867034e3c1f66025f3e19c1df0b38f34f99f7ba2a2ba640000543db5e29096b705d51f5c98098965fa9c562 SHA512 f11172f0f64628752c7b523c7f65864a35b57ac83c966dd765402489c52b78c6a86bca65b99f788f2abf0b3d489e188dcfc9e75b342818dacbae221930aa6449 diff --git a/app-vim/nerdtree-tabs/metadata.xml b/app-vim/nerdtree-tabs/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/nerdtree-tabs/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7-r1.ebuild b/app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7-r1.ebuild deleted file mode 100644 index 767252ae6a43..000000000000 --- a/app-vim/nerdtree-tabs/nerdtree-tabs-1.4.7-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: NERDTree and tabs in vim" -HOMEPAGE="https://github.com/jistr/vim-nerdtree-tabs" -SRC_URI="https://github.com/jistr/vim-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/vim-${P}" - -LICENSE="Apache-2.0" -KEYWORDS="amd64 x86" - -RDEPEND="app-vim/nerdtree" - -VIM_PLUGIN_HELPFILES="${PN}" - -DOCS=( CHANGELOG.md README.md ) diff --git a/app-vim/nerdtree/Manifest b/app-vim/nerdtree/Manifest deleted file mode 100644 index 5794eb111195..000000000000 --- a/app-vim/nerdtree/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nerdtree-7.1.3.tar.gz 166022 BLAKE2B c8c4ddead5def6b80aeda659fd08cb6bce1c176b99e1f08425119935bec461e7b3581f5c3805ce6d782cb826400cab63bf46d3faa98fc4237e3bfc397936089d SHA512 f700facf00a837ba44a1844bc68633d88333e2d1a2debc83ec1fee4897dfc30bbc1abe3f4cc89c6b533a7db74e29470f344a6180de3d8e7fe638457d89b5ef5b diff --git a/app-vim/nerdtree/metadata.xml b/app-vim/nerdtree/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/nerdtree/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/nerdtree/nerdtree-7.1.3-r1.ebuild b/app-vim/nerdtree/nerdtree-7.1.3-r1.ebuild deleted file mode 100644 index f46748e4171f..000000000000 --- a/app-vim/nerdtree/nerdtree-7.1.3-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/preservim/nerdtree.git" - inherit git-r3 -else - SRC_URI="https://github.com/preservim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86 ~x64-macos" -fi - -DESCRIPTION="vim plugin: A tree explorer plugin for navigating the filesystem" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1658 https://github.com/preservim/nerdtree" -LICENSE="WTFPL-2" - -VIM_PLUGIN_HELPFILES="NERD_tree" - -DOCS=( CHANGELOG.md README.markdown ) - -src_install() { - vim-plugin_src_install lib nerdtree_plugin -} diff --git a/app-vim/nerdtree/nerdtree-9999.ebuild b/app-vim/nerdtree/nerdtree-9999.ebuild deleted file mode 100644 index e3b359857f9f..000000000000 --- a/app-vim/nerdtree/nerdtree-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/preservim/nerdtree.git" - inherit git-r3 -else - SRC_URI="https://github.com/preservim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~x64-macos" -fi - -DESCRIPTION="vim plugin: A tree explorer plugin for navigating the filesystem" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1658 https://github.com/preservim/nerdtree" -LICENSE="WTFPL-2" - -VIM_PLUGIN_HELPFILES="NERD_tree" - -DOCS=( CHANGELOG.md README.markdown ) - -src_install() { - vim-plugin_src_install lib nerdtree_plugin -} diff --git a/app-vim/nginx-syntax/Manifest b/app-vim/nginx-syntax/Manifest deleted file mode 100644 index 8d5bc51f5fcd..000000000000 --- a/app-vim/nginx-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST nginx-syntax-0.3.3.tar.bz2 5675 BLAKE2B d642a6f34b10f1f4d32c772a3c434e30cba5a26c03234c76658c15a9216723a12893414699db9c998e31445c658db0d33db0e4967713b2863b73e71a059e09e3 SHA512 0142c9b825b9f9c262145c0d202651f020e5b3f3f3548ecbdd713cf66c5f7098b974e7d16eedfa9d722c2efdfbd9732097bf8b293a610a64c21571ec66a5886d diff --git a/app-vim/nginx-syntax/metadata.xml b/app-vim/nginx-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/nginx-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild deleted file mode 100644 index 507c6f0b5f61..000000000000 --- a/app-vim/nginx-syntax/nginx-syntax-0.3.3.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Nginx configuration files syntax" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1886" -LICENSE="vim" -KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv x86" diff --git a/app-vim/ntp-syntax/Manifest b/app-vim/ntp-syntax/Manifest deleted file mode 100644 index 51290b0275c1..000000000000 --- a/app-vim/ntp-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ntp-syntax-20031001.tar.bz2 1636 BLAKE2B 43cf45ba4d6096c1f07a89c8e006d3fb6ca1b81e6d0e25a11541ea17cff96979e1221f48141799fb26655b3337017dd06d900bbc087b25efeb666cb45dbe5de6 SHA512 3c427dcd2cc065f3ae76c694ba57954c090a565c389aa4dd277e828eef1e25cf0c21781821526267728b1e2b30486007f618a2ba2f422be079cd540d8471c5d8 diff --git a/app-vim/ntp-syntax/metadata.xml b/app-vim/ntp-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/ntp-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/ntp-syntax/ntp-syntax-20031001-r2.ebuild b/app-vim/ntp-syntax/ntp-syntax-20031001-r2.ebuild deleted file mode 100644 index 4fdd88a2a315..000000000000 --- a/app-vim/ntp-syntax/ntp-syntax-20031001-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: ntp.conf syntax highlighting" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=778" - -LICENSE="vim" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for ntp.conf files." diff --git a/app-vim/omnicppcomplete/Manifest b/app-vim/omnicppcomplete/Manifest deleted file mode 100644 index 3b8483851fd4..000000000000 --- a/app-vim/omnicppcomplete/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST omnicppcomplete-0.41.zip 38331 BLAKE2B bc85f1a90edbb837363a09d28db6c36842a90952f8965ee9005dff0aeea1e63bf68ff8ce37f09da36f245f3ef3aca36b9cbc5439d0c1c2c6c759fb0d4b276cfd SHA512 565703f0e21f818308dbfbfaaec981eb522621568dee5b021bb8fe243da464b1d7defa45dc1cc2ac3370b3b3c67fb39dcb0dd7a1535a4dfe2ad81218f4ac71f3 diff --git a/app-vim/omnicppcomplete/metadata.xml b/app-vim/omnicppcomplete/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/omnicppcomplete/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild b/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild deleted file mode 100644 index cd88b077751c..000000000000 --- a/app-vim/omnicppcomplete/omnicppcomplete-0.41-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_PLUGIN_VIM_VERSION="7.0" -inherit vim-plugin - -DESCRIPTION="vim plugin: C/C++ omni-completion with ctags database" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1520" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=7722 -> ${P}.zip" -S="${WORKDIR}" - -LICENSE="vim.org" -KEYWORDS="amd64 ppc ppc64 x86" - -DEPEND="app-arch/unzip" -RDEPEND=">=dev-util/ctags-5.7" - -VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/pathogen/Manifest b/app-vim/pathogen/Manifest deleted file mode 100644 index 3d6c2efac8b0..000000000000 --- a/app-vim/pathogen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pathogen-2.4.tar.gz 6458 BLAKE2B ce28371994938ab4386a6e0a45a9b096443129b7e8de47c92a4c1fa819b7c2aef1e32153866fd1d86a60f7ee2fe2c59ae972700cc22dec263364ef8f51ebe24c SHA512 54da8755991e5c52c5a9258c92ce5731434a15873df44d12e9491ed9bff1f9ebfe2a1c1b94a9ea3615b38aa1833d511bb03c65e85955d96373b6bffceae89fbe diff --git a/app-vim/pathogen/metadata.xml b/app-vim/pathogen/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/pathogen/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/pathogen/pathogen-2.4-r2.ebuild b/app-vim/pathogen/pathogen-2.4-r2.ebuild deleted file mode 100644 index dbc444e6a34c..000000000000 --- a/app-vim/pathogen/pathogen-2.4-r2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: manage your runtimepath" -HOMEPAGE=" - https://github.com/tpope/vim-pathogen/ - https://www.vim.org/scripts/script.php?script_id=2332 -" -SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/vim-${P}" - -LICENSE="vim" -KEYWORDS="amd64 x86 ~x64-macos" diff --git a/app-vim/pdv/Manifest b/app-vim/pdv/Manifest deleted file mode 100644 index ed07a2496124..000000000000 --- a/app-vim/pdv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pdv-1.0.1.tar.bz2 4473 BLAKE2B f0f41f97730e3a9b5b7f29228652e11eb1f6dafd37e349653c2ec511e84719c615d15ed692ed60f8928a98388614682da009fb1b704bbbeade13523754a5eeaf SHA512 4d7cff977b690d6bf54885aeeff201033b3445aa118c4cf57ebde9cd71ea6e0e548d6c3419e7344aecfe4ca54de01f306406fe3d2aadc7d05d010093792b679c diff --git a/app-vim/pdv/metadata.xml b/app-vim/pdv/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/pdv/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/pdv/pdv-1.0.1-r2.ebuild b/app-vim/pdv/pdv-1.0.1-r2.ebuild deleted file mode 100644 index 4a0fa105c2a5..000000000000 --- a/app-vim/pdv/pdv-1.0.1-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: PDV (phpDocumentor for Vim)" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1355" - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPTEXT="To use this plugin, you should map the PhpDoc() function -to something. For example, add the following to your ~/.vimrc: - -imap <C-o> ^[:set paste<CR>:exe PhpDoc()<CR>:set nopaste<CR>i - -For more info, see: -${HOMEPAGE}" diff --git a/app-vim/perl-support/Manifest b/app-vim/perl-support/Manifest deleted file mode 100644 index 2e72e5be5bfe..000000000000 --- a/app-vim/perl-support/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST perl-support-5.4.tar.gz 267155 BLAKE2B 1144623092164bcf436e789d2ea587c08916aafd1514facf28696b23035feeacada610c8f9d4f9c45f29bdea32b9f9b7a3151b918cf08839e10caadb0485cc9d SHA512 d9d06ea2299be6135b5423aa7f062874736d7aa8118428a9abcd20c53eea410f0d384d0a79324e5ad0101105aa0aa10eb23f031084f34908f879633e5d18c795 diff --git a/app-vim/perl-support/metadata.xml b/app-vim/perl-support/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/perl-support/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/perl-support/perl-support-5.4.ebuild b/app-vim/perl-support/perl-support-5.4.ebuild deleted file mode 100644 index a50441da1d7e..000000000000 --- a/app-vim/perl-support/perl-support-5.4.ebuild +++ /dev/null @@ -1,47 +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: Perl-IDE - Write and run Perl scripts using menus and hotkeys" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=556" -SRC_URI="https://github.com/WolfgangMehner/perl-support/archive/version-${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2 GPL-2+" -KEYWORDS="amd64 ppc x86" - -VIM_PLUGIN_HELPFILES="perlsupport.txt" - -RDEPEND=" - !ppc? ( dev-perl/Devel-NYTProf ) - dev-perl/Perl-Tidy - dev-perl/Perl-Tags - dev-perl/Perl-Critic" - -S="${WORKDIR}/${PN}-version-${PV}" - -src_prepare() { - # Don't set tabstop and shiftwidth - sed -i '/=4/s/^/"/' ftplugin/perl.vim || die - default -} - -src_install() { - dodoc ${PN}/doc/{ChangeLog,perl-hot-keys.pdf} - rm -r ${PN}/doc/ || die - - vim-plugin_src_install -} - -pkg_postinst() { - elog "${PN} can utilize the following modules on top of the ones installed as" - elog "dependencies:" - elog - elog "Devel::SmallProf - per-line Perl profiler" - elog "Devel::FastProf - per-line Perl profiler" - elog "Devel::ptkdb - Perl debugger using a Tk GUI" - elog "Pod::Pdf - A POD to PDF translator" - elog "YAPE::Regex::Explain - regular expression analyzer" - elog - elog "You may need to install them separately if you would like to use them." -} diff --git a/app-vim/perlomni/Manifest b/app-vim/perlomni/Manifest deleted file mode 100644 index 52e6b2f8c61a..000000000000 --- a/app-vim/perlomni/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST perlomni-2.5.tar.gz 20152 BLAKE2B ccba727b3ed2317a2f1983202eda97dac38080ee0e79173a402f45956c713741acebe9c79ab8321bd5b3c23481bb02963fe93edc26d022ccf29d3724a704f006 SHA512 5a7eb10233d620db73387d79801b451183e1a00f3086f4667cfaa871e6cdd43b1c978beca8eec28050148709d98e8f55be048806f111fb4bdee16a4e22786bb8 diff --git a/app-vim/perlomni/metadata.xml b/app-vim/perlomni/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/perlomni/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/perlomni/perlomni-2.5-r1.ebuild b/app-vim/perlomni/perlomni-2.5-r1.ebuild deleted file mode 100644 index 9fb55a2dcbcb..000000000000 --- a/app-vim/perlomni/perlomni-2.5-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: a vim plugin with Perl omni completion functions" -HOMEPAGE="https://github.com/c9s/perlomni.vim" -SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}.vim-${PV}" - -LICENSE="vim.org" -KEYWORDS="amd64 ppc ppc64 x86" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" - -src_compile() { :; } diff --git a/app-vim/pfsyntax/Manifest b/app-vim/pfsyntax/Manifest deleted file mode 100644 index 081b8e694b3e..000000000000 --- a/app-vim/pfsyntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pfsyntax-1.3.tar.gz 1540 BLAKE2B fd590d18815d947a20f76fa5b4d197131f1fa9170ef7b0b2409c2782188706a300cebda20c89f90f861836ae440f509f10588eac4bb947fda14043d3eff44819 SHA512 6967cee9a039f405a4b42a44678d5c632eb93ef48486c03a6929991d31ac03677cba4223f49c14e6c9d73b15db9469b3fa3c0f2586b4994d25634d0885121c5b diff --git a/app-vim/pfsyntax/metadata.xml b/app-vim/pfsyntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/pfsyntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild b/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild deleted file mode 100644 index 4bd5dbff1947..000000000000 --- a/app-vim/pfsyntax/pfsyntax-1.3-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -MY_PN="pf.vim" - -DESCRIPTION="vim plugin: pf syntax highlighting for vim" -HOMEPAGE="https://github.com/vim-scripts/pf.vim" -SRC_URI="https://github.com/vim-scripts/pf.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="vim" -KEYWORDS="amd64 x86" diff --git a/app-vim/pgn-syntax/Manifest b/app-vim/pgn-syntax/Manifest deleted file mode 100644 index dca89f0bbd6d..000000000000 --- a/app-vim/pgn-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pgn-syntax-1.0.tar.bz2 675 BLAKE2B b89caf025d9856f19d5d7221c4f8747949a513932e8a5dc908b1324e823d0df592b8536d01aadd59bfc61674314a922ecd2a55d5a38f009011e755ad45679116 SHA512 8754881ac77d84359609fc55a00fa91f4dbad6e66778c7d9418fb7ed401c8fc063c1bb84d2574368827db0ecdbcd20c6f9e25808a691021f8d0b3afdb3360c5f diff --git a/app-vim/pgn-syntax/metadata.xml b/app-vim/pgn-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/pgn-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild deleted file mode 100644 index 1d1965455a0b..000000000000 --- a/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677" - -LICENSE="vim.org" -KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for PGN files." diff --git a/app-vim/phpdocs/Manifest b/app-vim/phpdocs/Manifest deleted file mode 100644 index e0231d9a0480..000000000000 --- a/app-vim/phpdocs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST phpdocs-0.26.tar.bz2 3772 BLAKE2B e14b0a2ddce2ab375adf845e06f9d760bb09611a930d5a2988d1e33bcf2d2890c5be81b1d148f48d8fc96a87b871a19abdb1223a00a13b611b6ba2dbc62d44fe SHA512 625717ce5e8cfe8ee6fb76611df28838f6bdf54905af138dccf6e2870c29c36f6c618872d81990833c06d30ab3f010445d2d31fb4173eb8b245113f8b5c87bcc diff --git a/app-vim/phpdocs/metadata.xml b/app-vim/phpdocs/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/phpdocs/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/phpdocs/phpdocs-0.26-r2.ebuild b/app-vim/phpdocs/phpdocs-0.26-r2.ebuild deleted file mode 100644 index d67fa021c6ac..000000000000 --- a/app-vim/phpdocs/phpdocs-0.26-r2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: PHPDoc Support in VIM" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=520" - -LICENSE="vim" -KEYWORDS="amd64 ppc ~sparc x86" - -VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520" - -src_prepare() { - default - sed -i 's/\r$//' "${S}"/plugin/phpdoc.vim || die "sed failed" -} diff --git a/app-vim/project/Manifest b/app-vim/project/Manifest deleted file mode 100644 index b11cfa979ace..000000000000 --- a/app-vim/project/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST project-1.4.1.tar.gz 20705 BLAKE2B 34dcbb500ab83cb0f80c0f7b0a5a17d3e17b04847453041e09cdbb508524e61da2ef75dc5c21ebe448d8c6d9057f1dd6c324753191d54c5f7169b647ee3a9f6c SHA512 315d76a375dda2ba6e5523b80e83b6e53590a31713eb8da4ee976e0698a35eb0419ce88bb2eb3b1793e272a9f23ada1b29c7e8f1460cb36f5b57204cbbb54852 diff --git a/app-vim/project/metadata.xml b/app-vim/project/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/project/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/project/project-1.4.1.ebuild b/app-vim/project/project-1.4.1.ebuild deleted file mode 100644 index 27b0b59b78c6..000000000000 --- a/app-vim/project/project-1.4.1.ebuild +++ /dev/null @@ -1,17 +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: Managing multiple projects with multiple sources like an IDE" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=69" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=6273 -> ${P}.tar.gz" - -LICENSE="vim.org" -KEYWORDS="~amd64 ~ppc ~x86" - -S=${WORKDIR} - -VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/puppet-syntax/Manifest b/app-vim/puppet-syntax/Manifest deleted file mode 100644 index 89945576a906..000000000000 --- a/app-vim/puppet-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST puppet-syntax-3.0.1.tar.gz 3548 BLAKE2B b053234203b45cf1748cc72e329c35322dfa48a4d7b39261301398a8d1026035e929a7afe3fa80d59ef67472ebfc317442250e0aa0292047ab38eda9860600b9 SHA512 fb96360e784da578d2ab77a021befe874644cf964c1ca2d8b34b316296872a67679606ad0dfd4ab90027b7d259900af20d831d5e3359d76649e0c6f43546938b diff --git a/app-vim/puppet-syntax/metadata.xml b/app-vim/puppet-syntax/metadata.xml deleted file mode 100644 index d9061c1ce800..000000000000 --- a/app-vim/puppet-syntax/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sysadmin@gentoo.org</email> - <name>Gentoo Sysadmin Project</name> - </maintainer> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/puppet-syntax/puppet-syntax-3.0.1.ebuild b/app-vim/puppet-syntax/puppet-syntax-3.0.1.ebuild deleted file mode 100644 index a664c92f5e84..000000000000 --- a/app-vim/puppet-syntax/puppet-syntax-3.0.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Puppet configuration files syntax" -HOMEPAGE="http://puppetlabs.com/" -SRC_URI="https://dev.gentoo.org/~tampakrap/tarballs/${P}.tar.gz" -LICENSE="Apache-2.0 GPL-2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos ~x64-solaris" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for Puppet configuration -files." - -DEPEND="!<app-admin/puppet-3.0.1" -RDEPEND=${DEPEND} diff --git a/app-vim/pushpop/Manifest b/app-vim/pushpop/Manifest deleted file mode 100644 index 6beeb25c9a28..000000000000 --- a/app-vim/pushpop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pushpop-4.0.tar.bz2 7486 BLAKE2B 6f0a4d7f91d1e7c4c2409485784070efa99257f3f96c257a23f9f444fe4e08307fb3e1dd695ba6a205e290fa1f15768bdd9c6346c9b52cd6151cb83eb6b1ea10 SHA512 84f61908ab25ea6028c0f77d935286ffe3b8905400e455e1d123ca6e53cca2422e066adfcd8e75d2ad1d63d7e01524fea286a2eeeda3dd0968076be6a4229684 diff --git a/app-vim/pushpop/metadata.xml b/app-vim/pushpop/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/pushpop/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/pushpop/pushpop-4.0-r2.ebuild b/app-vim/pushpop/pushpop-4.0-r2.ebuild deleted file mode 100644 index 036b8ec87003..000000000000 --- a/app-vim/pushpop/pushpop-4.0-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: pushd / popd from the vim commandline" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=129" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -RDEPEND=" - >=app-vim/genutils-1.1 - >=app-vim/cmdalias-1.0" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides :Pushd and :Popd commands which emulate bash's pushd -and popd functions." diff --git a/app-vim/pydoc/Manifest b/app-vim/pydoc/Manifest deleted file mode 100644 index 5583463b25d3..000000000000 --- a/app-vim/pydoc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pydoc-2.0.gh.tar.gz 2790 BLAKE2B 520c92fb38d75961342d6c638d3e38f1973ac459553b18f11e03c082b76656a6ad6c56b820f07830e917e14c48496c5b6a9c56c998773d8e8eb698613e6945df SHA512 d082d1921799548092df8b0391022582dad33e478608de7a8832b1a3b11e648c66298c9b61b473a58571f3479858dfe568d0b18f8af49046dd06a3ecf4e56bd3 diff --git a/app-vim/pydoc/metadata.xml b/app-vim/pydoc/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/pydoc/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild deleted file mode 100644 index 9444c9dd60e1..000000000000 --- a/app-vim/pydoc/pydoc-2.0-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) -inherit vim-plugin python-single-r1 - -DESCRIPTION="vim plugin: integrates python documentation view and search tool" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 - https://github.com/fs111/pydoc.vim" -SRC_URI=" - https://github.com/fs111/${PN}.vim/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" -S=${WORKDIR}/${PN}.vim-${PV} - -LICENSE="GPL-2" -KEYWORDS="amd64 ppc ppc64 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" diff --git a/app-vim/pytest/Manifest b/app-vim/pytest/Manifest deleted file mode 100644 index 3e4596cb63ee..000000000000 --- a/app-vim/pytest/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-1.1.4.tar.gz 10550 BLAKE2B 3da7659db866c25c57ba74f9db40c161faea228b389cc06be973778c5c389ac5ba6d46d16c2d47a4e9640e92b68344d7896400ae1b795725c95410013df55da5 SHA512 94240b763c332e5cd46169af86c6e775993a8ec48e5ad4138cda1dcc5798e2f40f61c484a04a91f9d7a351f3f583c72e56254bda9af8843b2a99aa451d1a8930 diff --git a/app-vim/pytest/metadata.xml b/app-vim/pytest/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/pytest/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/pytest/pytest-1.1.4.ebuild b/app-vim/pytest/pytest-1.1.4.ebuild deleted file mode 100644 index abdc02ea5ab2..000000000000 --- a/app-vim/pytest/pytest-1.1.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: run tests with py.test from within vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3424" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=18178 -> ${P}.tar.gz" -S="${WORKDIR}/${PN}.vim" - -LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-python/pytest" diff --git a/app-vim/rails/Manifest b/app-vim/rails/Manifest deleted file mode 100644 index b9ed1767fd07..000000000000 --- a/app-vim/rails/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rails-5.2.tar.gz 60940 BLAKE2B 315b4bc96768682fdc8012eed63c9f3881e3e647f3fb065ac3c13b767325c13ff3c69f7c92d626f6cd01705b7bd56361b4a4bbe5c1626f9db0a41233285d6f92 SHA512 0a704545b864eed46513747ab3a9f0d3537e3d6a5d01cb1cf628131f79b4b72f90e567df26364e3344adef423ccf96586367a97d0e7d4a8be9c72f54e842a810 diff --git a/app-vim/rails/metadata.xml b/app-vim/rails/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/rails/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/rails/rails-5.2.ebuild b/app-vim/rails/rails-5.2.ebuild deleted file mode 100644 index 01f519014eb6..000000000000 --- a/app-vim/rails/rails-5.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -MY_PN="vim-rails" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="vim plugin: aids developing Ruby on Rails applications" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1567 https://github.com/tpope/vim-rails/" -SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="vim" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/${MY_P} diff --git a/app-vim/rainbow_parentheses/Manifest b/app-vim/rainbow_parentheses/Manifest deleted file mode 100644 index cc74ef5cb80d..000000000000 --- a/app-vim/rainbow_parentheses/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rainbow_parentheses-1.0.zip 2827 BLAKE2B 655905c1b54d5c885e1a06fe4403786b76958ba47d0facae3d3a1e657ae0a702b3f939383e2f617f5bdca9b33193dd52196eff5915236180e0d9d4a6a4e22e79 SHA512 326310058a7dd25fbd47105334cc1a6a059d40842afe48164922b7869af344dc230a5f3b329c13d5d0ae9779814507defa8d0ff56b951556e8f2bd685313e569 diff --git a/app-vim/rainbow_parentheses/metadata.xml b/app-vim/rainbow_parentheses/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/rainbow_parentheses/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0-r1.ebuild b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0-r1.ebuild deleted file mode 100644 index b8d8c94f9a9c..000000000000 --- a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Colour parentheses to differentiate nest levels" -HOMEPAGE="https://github.com/kien/rainbow_parentheses.vim" -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip" -S="${WORKDIR}/${PN}.vim-master" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ppc ~sparc x86" - -DEPEND="app-arch/unzip" -RDEPEND="${DEPEND}" - -DOCS=( readme.md ) diff --git a/app-vim/recover/Manifest b/app-vim/recover/Manifest deleted file mode 100644 index 645437a82e04..000000000000 --- a/app-vim/recover/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST recover-0.18.tar.bz2 8137 BLAKE2B 9904a598fb7b203d53c4385cfbdbd92b369226cf91c384ca5ef2bec8d9e3385ec25806a302489db50ba1cb2a4a3d77a76eaf244aa3b23ad90602e5c873a4f88e SHA512 fe31626bd9bfacf299536f4943b65d61262da8bfec9c83b085e67a52833d8fe8c5ecc81fade50c451cfe2889e0cfa938401635a2c9471ebd31191fc1c7beeb71 diff --git a/app-vim/recover/metadata.xml b/app-vim/recover/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/recover/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/recover/recover-0.18.ebuild b/app-vim/recover/recover-0.18.ebuild deleted file mode 100644 index 2d3dc611df9d..000000000000 --- a/app-vim/recover/recover-0.18.ebuild +++ /dev/null @@ -1,12 +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: show differences for recovered files" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3068 https://github.com/chrisbra/Recover.vim" -LICENSE="vim" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/reload/Manifest b/app-vim/reload/Manifest deleted file mode 100644 index 8b47ac7d9c21..000000000000 --- a/app-vim/reload/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST reload-0.6.17.tar.gz 7028 BLAKE2B bb8e843e1092c7e155546da5aea67280ca4b028c037547434f00e15bed29d7fae062289bc8ca506ed9be17674ce63494f72273797ff7022aa95b46405b0a4a63 SHA512 639ffcea9bf94b0a8346850078f59ff332ff6180b042d2c22662d5c637307969644607ca3f19e2648a1ef9a019788ef1f83be52b627ca6784e16d1b7bddc39cd diff --git a/app-vim/reload/metadata.xml b/app-vim/reload/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/reload/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/reload/reload-0.6.17-r2.ebuild b/app-vim/reload/reload-0.6.17-r2.ebuild deleted file mode 100644 index 50f45aa05f1d..000000000000 --- a/app-vim/reload/reload-0.6.17-r2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: automatic reloading of vim scripts" -HOMEPAGE="https://peterodding.com/code/vim/reload/" -SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/vim-${P}" - -LICENSE="MIT" -KEYWORDS="amd64 x86" - -RDEPEND=">=app-vim/vim-misc-1.8.5" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/repeat/Manifest b/app-vim/repeat/Manifest deleted file mode 100644 index 12f77d6363d2..000000000000 --- a/app-vim/repeat/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST repeat-1.1.tar.gz 2621 BLAKE2B 22573f49d69ca5b798c9e6e480c605a6de515cde40913b73ce7db2f0a045e14b850d5ed00fc960b1214f851c138763f89e0d43ca78e7f0961cfaa3721c072d8a SHA512 9df73c7049f38a93da5e6bd36dc0fe833ec23394540de1b6929159910ec9f18af2a76211af612bc8f3c92d9c7f2faacd72a65d7d593584689ac6a7068df60bf9 diff --git a/app-vim/repeat/metadata.xml b/app-vim/repeat/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/repeat/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/repeat/repeat-1.1.ebuild b/app-vim/repeat/repeat-1.1.ebuild deleted file mode 100644 index 033760d30e84..000000000000 --- a/app-vim/repeat/repeat-1.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -MY_PN="vim-repeat" -MY_P=${MY_PN}-${PV} - -DESCRIPTION="vim plugin: use the repeat command \".\" with plugin maps" -HOMEPAGE="https://github.com/tpope/vim-repeat/ https://www.vim.org/scripts/script.php?script_id=2136" -SRC_URI="https://github.com/tpope/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="vim" -KEYWORDS="amd64 x86" - -S=${WORKDIR}/${MY_P} diff --git a/app-vim/ri-browser/Manifest b/app-vim/ri-browser/Manifest deleted file mode 100644 index 47649febfca8..000000000000 --- a/app-vim/ri-browser/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ri-browser-1.2.tar.bz2 6499 BLAKE2B b35b066d955cddc4e6ca63d9799388dd7102b0b7e91ccbd4e3625bab48974eb67cde88bc94fa7e139c45a61dac4747c98047b4b41f1fcc48d71676f01f80452a SHA512 98ce57ee9368d22c26b7c9e4a609add45296ed0af1b6a2ca0929344ab7cfb92b6640bf61ecf77b16831236594be54449fac38a2d62520676a55737abee24e305 diff --git a/app-vim/ri-browser/metadata.xml b/app-vim/ri-browser/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/ri-browser/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/ri-browser/ri-browser-1.2-r1.ebuild b/app-vim/ri-browser/ri-browser-1.2-r1.ebuild deleted file mode 100644 index ce23c7e8f304..000000000000 --- a/app-vim/ri-browser/ri-browser-1.2-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494" -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" - -RDEPEND="dev-lang/ruby" - -VIM_PLUGIN_HELPFILES="ri.txt" -VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/rust-vim/Manifest b/app-vim/rust-vim/Manifest deleted file mode 100644 index f1854138d66f..000000000000 --- a/app-vim/rust-vim/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rust-vim-1_pre20210215.tar.gz 39541 BLAKE2B f29c43194a2c18731e6c4bb5e2ae92c00d07c85cc46e3a5136ae5a27a5c40d18e6969f3a73e01ea90620d09e77174061648a32b62444e400b5ba960cf79ce48f SHA512 7370f2752ebdcc16497f88da6f7bfd06e6fac8ed280661874cf8ad802704dbf5072d535972e7361d4ed5123724c0d4729eff1533573fa33a7ba05798fd0467b9 diff --git a/app-vim/rust-vim/metadata.xml b/app-vim/rust-vim/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/rust-vim/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild deleted file mode 100644 index 27744ab72da7..000000000000 --- a/app-vim/rust-vim/rust-vim-1_pre20210215.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 -MY_COMMIT="87c745d8d506fc1eecc1d81df15d5bde1658a2fc" - -DESCRIPTION="Vim configuration for Rust" -HOMEPAGE="https://www.rust-lang.org https://github.com/rust-lang/rust.vim" -SRC_URI="https://github.com/rust-lang/rust.vim/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN/-/.}-${MY_COMMIT}" - -LICENSE="|| ( MIT Apache-2.0 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_prepare() { - default - # we don't actually run these tests - rm -r test || die -} diff --git a/app-vim/salt-vim/Manifest b/app-vim/salt-vim/Manifest deleted file mode 100644 index 983097d7dcc2..000000000000 --- a/app-vim/salt-vim/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST salt-vim-20151119.tar.gz 4009 BLAKE2B fc11e5b7ab54283c1e595b4dae608697504f5673862fb627455ae29768b2948a3fcb81117ae6f9bea460412927b22d95d8ea071013bc41848a624c035a7d5609 SHA512 4267263836c986c33d19739afc8ff710234f3519b3f2ed5f4ddd1a929691e02563dd87a0d722d098a2038610b3b0d5021d00497b25cc00bd6ec6b6fcfedb9105 diff --git a/app-vim/salt-vim/metadata.xml b/app-vim/salt-vim/metadata.xml deleted file mode 100644 index 9f56c4a6e1a9..000000000000 --- a/app-vim/salt-vim/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/salt-vim/salt-vim-20151119.ebuild b/app-vim/salt-vim/salt-vim-20151119.ebuild deleted file mode 100644 index 3fdf57fbc4ea..000000000000 --- a/app-vim/salt-vim/salt-vim-20151119.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -SALT_VIM_HASH="5b15d379fbcbb84f82c6a345abc08cea9d374be9" - -DESCRIPTION="Vim files for working on Salt files" -HOMEPAGE="https://github.com/vmware-archive/salt-vim" -SRC_URI="https://github.com/vmware-archive/${PN}/archive/${SALT_VIM_HASH}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/salt-vim-${SALT_VIM_HASH}" - -LICENSE="Apache-2.0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86" - -RDEPEND="!<=app-admin/salt-2015.5.6 - !~app-admin/salt-2015.8.0 - !~app-admin/salt-2015.8.1" diff --git a/app-vim/scala-syntax/Manifest b/app-vim/scala-syntax/Manifest deleted file mode 100644 index d6a451eb8fb2..000000000000 --- a/app-vim/scala-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scala-syntax-1.0.tar.gz 3622 BLAKE2B 9537b7867a164f1e855dc210645b5dd4c7ac095f8fb27b061c83cf9ca88032adfac3ca618523cb5ef208b1f968e5ae7c26d5e774e4ace870a44e05ed22d6d24e SHA512 b9d4b5f5b0077fdf1c4cfa4ea88e7262c45119d53451bd744490c79a0f5c2890d0f13f0bf58598114899ce6e0cb918fa2933f0194e1e60d9283749ad584347b2 diff --git a/app-vim/scala-syntax/metadata.xml b/app-vim/scala-syntax/metadata.xml deleted file mode 100644 index 3a8349e6ffc5..000000000000 --- a/app-vim/scala-syntax/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/scala-syntax/scala-syntax-1.0-r2.ebuild b/app-vim/scala-syntax/scala-syntax-1.0-r2.ebuild deleted file mode 100644 index 67cc3735d59b..000000000000 --- a/app-vim/scala-syntax/scala-syntax-1.0-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Scala syntax highlighting, filetype and indent settings" -HOMEPAGE="https://www.scala-lang.org/" -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" diff --git a/app-vim/screen/Manifest b/app-vim/screen/Manifest deleted file mode 100644 index 73649e43bbec..000000000000 --- a/app-vim/screen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST screen-1.5.tar.gz 16395 BLAKE2B 5fa885a0c1f149b8f4228e4d724af4589368601466f87838bb597bbfebddde8c92b5199c1ee8f220ca6c9298709f4bd2467211d97ec70c2c42e579dc2a793001 SHA512 eef9fbe327b1ef16cb5d5ffb851b04c6d4c8f1b8ef215ae9a0f05c91eaa39538bb470fc1ecd2cbb7697ec23a4fdce2515b97818b47050cbfc4fe7da199648549 diff --git a/app-vim/screen/metadata.xml b/app-vim/screen/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/screen/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/screen/screen-1.5.ebuild b/app-vim/screen/screen-1.5.ebuild deleted file mode 100644 index cd1b4a77c87d..000000000000 --- a/app-vim/screen/screen-1.5.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin vcs-snapshot - -MY_PN="Screen-vim---gnu-screentmux" -DESCRIPTION="vim plugin: simulate a split shell with screen or tmux" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2711" -SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="public-domain" -KEYWORDS="amd64 ~arm64 x86" - -VIM_PLUGIN_HELPFILES="screen.txt" - -RDEPEND="|| ( app-misc/screen app-misc/tmux )" diff --git a/app-vim/searchcomplete/Manifest b/app-vim/searchcomplete/Manifest deleted file mode 100644 index 04f2f60a5fe7..000000000000 --- a/app-vim/searchcomplete/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST searchcomplete-1.1.tar.bz2 1204 BLAKE2B 0259eea8117d2e27eb939b1d8f5a05d4d2d6b9b6b493372c5d15a7a2a379b112e7eb2c385392e37d5ef3ac2d1e77fdaa7640a6579af3c4e55a1dea8e63b4ce64 SHA512 8c30b446c330665d303935f07566aa0b3ac8bbb89a3068d5da40209f3a4d17dc3371245dd7bef567030b1a33653f9c481cd1165ee200b0c73723da5f5aea2043 diff --git a/app-vim/searchcomplete/metadata.xml b/app-vim/searchcomplete/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/searchcomplete/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/searchcomplete/searchcomplete-1.1-r2.ebuild b/app-vim/searchcomplete/searchcomplete-1.1-r2.ebuild deleted file mode 100644 index db3fc7d0f81f..000000000000 --- a/app-vim/searchcomplete/searchcomplete-1.1-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: tab completion in searches" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=474" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ppc ~sparc x86" - -VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=474" diff --git a/app-vim/securemodelines/Manifest b/app-vim/securemodelines/Manifest deleted file mode 100644 index 5808288ff0b6..000000000000 --- a/app-vim/securemodelines/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST securemodelines-20140926.tar.bz2 1562 BLAKE2B 14b58973e25eb91970f62733840a8db20680cc57266e68129d6a490fac970951044a350d936e497797892bf428de737226c9c57c986de5816c0e771bc65418e0 SHA512 15a948781751998d832f445e7c3ad936e5c034fcc9936d977c5cf05215dd541a235fc066f7e774b151fac2afb2b0a59665d13f6f981cc59d4e1135f06f6cdc35 diff --git a/app-vim/securemodelines/metadata.xml b/app-vim/securemodelines/metadata.xml deleted file mode 100644 index 85cfed3e2937..000000000000 --- a/app-vim/securemodelines/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <longdescription lang="en"> - Vim's internal modeline support allows all sorts of annoying and - potentially insecure options to be set. This script implements a much - more heavily restricted modeline parser that permits only user-specified - options to be set. - </longdescription> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/securemodelines/securemodelines-20140926.ebuild b/app-vim/securemodelines/securemodelines-20140926.ebuild deleted file mode 100644 index 0ae36a972929..000000000000 --- a/app-vim/securemodelines/securemodelines-20140926.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit vim-plugin - -DESCRIPTION="vim plugin: secure, user-configurable modeline support" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1876 https://github.com/ciaranm/securemodelines" -LICENSE="vim" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~mips ppc ppc64 ~sparc x86" - -VIM_PLUGIN_HELPTEXT="Make sure that you disable vim's builtin modeline support if you have -enabled it in your .vimrc." diff --git a/app-vim/selinux-syntax/Manifest b/app-vim/selinux-syntax/Manifest deleted file mode 100644 index 9209d71e7b3f..000000000000 --- a/app-vim/selinux-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST selinux-syntax-20041225.tar.bz2 1411 BLAKE2B 426db3b7698ec8b0bcac90f3098a14f100d5cfa3d5ac36791ada0c6cd1d83053446e82f85eeee181253df9f2c69a2fd82871a96ca73d3a737d4cb5b4fc50f234 SHA512 ff048bc00a7774a8ab265bcaae4e5f7c2a3de48027ebfa4e8cf23611089fa33bbec90edda83b1341df618706d99c6b4fb52111abdc48b68e9924cde0ac1fe4d5 diff --git a/app-vim/selinux-syntax/metadata.xml b/app-vim/selinux-syntax/metadata.xml deleted file mode 100644 index 100c41fe988a..000000000000 --- a/app-vim/selinux-syntax/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <maintainer type="project"> - <email>hardened@gentoo.org</email> - <name>Gentoo Hardened</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild b/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild deleted file mode 100644 index 18d30fcd5891..000000000000 --- a/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: SELinux type enforcement policy syntax" -HOMEPAGE="http://www.cip.ifi.lmu.de/~bleher/selinux/" -LICENSE="vim" -KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for SELinux type enforcement -policy (*.te) files." diff --git a/app-vim/session/Manifest b/app-vim/session/Manifest deleted file mode 100644 index 53bb07252905..000000000000 --- a/app-vim/session/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST session-2.13.1.tar.gz 79688 BLAKE2B 772350bd96bea4ef0fd83e0eac214d308c6c40965b3236c8b8c645bc59058ac0a78427563174f4dcf7d88d2514d1437d825f1486693ea52adc281a393de95b9a SHA512 44a7ca107da6710f70705646b4ace26a92abfd56802dc38e22e620f4155c3752d4c880b0055089d85d52b54e34a5c7b47bfc4c39721bd3569ec335c4d3a91efe diff --git a/app-vim/session/metadata.xml b/app-vim/session/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/session/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/session/session-2.13.1-r1.ebuild b/app-vim/session/session-2.13.1-r1.ebuild deleted file mode 100644 index a1c5dece9970..000000000000 --- a/app-vim/session/session-2.13.1-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: extended session management for vim" -HOMEPAGE="https://peterodding.com/code/vim/session/" -SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/vim-${P}" - -LICENSE="MIT" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND=">=app-vim/vim-misc-1.17.6" diff --git a/app-vim/showmarks/Manifest b/app-vim/showmarks/Manifest deleted file mode 100644 index 8098ab6afcb8..000000000000 --- a/app-vim/showmarks/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST showmarks-2.2.tar.bz2 8195 BLAKE2B 2be7ef6fc040fcc6d808771ac45523148685b466b5eb7ffc6c5b31f4a2387375c84aae931ffcb6494ecaa9cd9713567e9f7fa19981678cdffaecc38aa9f27bdf SHA512 0121070d8b8c51b3b31c1d052b368fac304ee38e413881e67e2b9336b1edcae6af165c592d592f42c502834856d2c097b575571286574ba83a51d4fc9964b7a3 diff --git a/app-vim/showmarks/metadata.xml b/app-vim/showmarks/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/showmarks/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/showmarks/showmarks-2.2-r2.ebuild b/app-vim/showmarks/showmarks-2.2-r2.ebuild deleted file mode 100644 index 37fea970e38b..000000000000 --- a/app-vim/showmarks/showmarks-2.2-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: show location marks visually" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=152" - -LICENSE="public-domain" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPFILES="showmarks.txt" - -src_prepare() { - default - - mkdir "${S}"/doc || die "can't make doc dir" - - # This plugin uses an 'automatic HelpExtractor' variant. This causes - # problems for us during the unmerge. Fortunately, sed can fix this - # for us. - sed -e '1,/^" HelpExtractorDoc:$/d' \ - "${S}"/plugin/showmarks.vim > "${S}"/doc/showmarks.txt \ - || die "help extraction failed" - sed -i -e '/^" HelpExtractor:$/,$d' "${S}"/plugin/showmarks.vim \ - || die "help extract remove failed" -} diff --git a/app-vim/sleuth/Manifest b/app-vim/sleuth/Manifest deleted file mode 100644 index c9c0f6e0be09..000000000000 --- a/app-vim/sleuth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sleuth-1.1.tar.bz2 1972 BLAKE2B ca16a57f180bde63fd06510013c7e695ebe9111d42975b577932f860321286379dc71bb840135ce1d60f1f27de942792889ff9de974b1366988b2407413838c8 SHA512 76a2bbb651452cb7a2336cebed5f7e8ff79e995bc7ba11d36089f7e58f607df031306bf38fd161e7af728aa6699b37fa8c2c322b8a8cfa7889dfaa3e96d400c9 diff --git a/app-vim/sleuth/metadata.xml b/app-vim/sleuth/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/sleuth/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/sleuth/sleuth-1.1.ebuild b/app-vim/sleuth/sleuth-1.1.ebuild deleted file mode 100644 index 1be0e1ded952..000000000000 --- a/app-vim/sleuth/sleuth-1.1.ebuild +++ /dev/null @@ -1,13 +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: heuristically set buffer options" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4375 https://github.com/tpope/vim-sleuth" -LICENSE="vim" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/snipmate/Manifest b/app-vim/snipmate/Manifest deleted file mode 100644 index fd92b42d8615..000000000000 --- a/app-vim/snipmate/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST snipmate-0.87.tar.gz 20624 BLAKE2B 74e8c9f594c711d9be95768dd9c76f82f7c1a68de94f55090be8251c27970ebd47488d1b364d6e0b66c7d5d3d2ce68e98e832555e5aa4d83f53b6f72f044ee66 SHA512 36ef13676e0ff8085456883ad09c111158be6051251a15b428a05d3caee678a6c8ab092694fdf876ecdf19b93e04cb8ff67108dda83ab602250f5ae42602e6b9 diff --git a/app-vim/snipmate/metadata.xml b/app-vim/snipmate/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/snipmate/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/snipmate/snipmate-0.87-r1.ebuild b/app-vim/snipmate/snipmate-0.87-r1.ebuild deleted file mode 100644 index bd2a9aa4207f..000000000000 --- a/app-vim/snipmate/snipmate-0.87-r1.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 - -MY_PN=vim-${PN} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="vim plugin: TextMate-style snippets" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2540 https://github.com/garbas/vim-snipmate" -SRC_URI="https://github.com/garbas/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="amd64 ~riscv x86" - -RDEPEND=" - app-vim/vim-addon-mw-utils - app-vim/tlib -" - -S=${WORKDIR}/${MY_P} - -VIM_PLUGIN_HELPFILES="SnipMate" -VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/splice/Manifest b/app-vim/splice/Manifest deleted file mode 100644 index 28aebdd62d1e..000000000000 --- a/app-vim/splice/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST splice-1.1.0-github.tar.gz 15821 BLAKE2B 37c402e7961471dd21e443550b4005cd98eab7a58d4b1d33f8522ac6fb180c6ce18f78174338c98fb63f5e7881d529c6f0d67d52bf40f357e530c404741a2d8f SHA512 3bd9a97522ec3fab08bd41e8e58b54ff0bb1a1f42251bd17c53057d6e5a1266bfff8683d47f85a83d84547bba2a8ea0682fe74da3cb06dc567271dd9ab5c4080 diff --git a/app-vim/splice/metadata.xml b/app-vim/splice/metadata.xml deleted file mode 100644 index 847dbd09b68d..000000000000 --- a/app-vim/splice/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/splice/splice-1.1.0-r5.ebuild b/app-vim/splice/splice-1.1.0-r5.ebuild deleted file mode 100644 index a85c6bfc48a9..000000000000 --- a/app-vim/splice/splice-1.1.0-r5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit vim-plugin python-single-r1 - -DESCRIPTION="vim plugin: resolve conflicts during three-way merges" -HOMEPAGE="https://docs.stevelosh.com/splice.vim/ - https://github.com/sjl/splice.vim - https://www.vim.org/scripts/script.php?script_id=4026" -SRC_URI="https://github.com/sjl/splice.vim/archive/v${PV}.tar.gz -> ${P}-github.tar.gz" -S=${WORKDIR}/splice.vim-${PV} - -LICENSE="MIT" -KEYWORDS="amd64 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - || ( - app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] - app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] - ) -" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - default - rm -r site || die -} - -src_compile() { :; } - -src_install() { - vim-plugin_src_install - python_optimize "${ED}"/usr/share/vim/vimfiles/autoload/splicelib -} diff --git a/app-vim/sudoedit/Manifest b/app-vim/sudoedit/Manifest deleted file mode 100644 index a861327bdb7e..000000000000 --- a/app-vim/sudoedit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sudoedit-0.21.tar.bz2 12483 BLAKE2B 52ccec0655cc87433e526d1a430980ad688d673e7485310b88a51673d5ba7af7fabf10a703b7b7d63dd0375eb34c3fbdf44ad709bed9785d608f542d3e8d87de SHA512 60d5fde0ef82c4ccba2b62c75651cb1ed1dfc2a4e2815785dcaf4e515222a4d2bed193cdd8323a742109cb43a4123d27db39776a562b150b93ffdb9beec12d3c diff --git a/app-vim/sudoedit/metadata.xml b/app-vim/sudoedit/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/sudoedit/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/sudoedit/sudoedit-0.21.ebuild b/app-vim/sudoedit/sudoedit-0.21.ebuild deleted file mode 100644 index fefbd81dec2d..000000000000 --- a/app-vim/sudoedit/sudoedit-0.21.ebuild +++ /dev/null @@ -1,20 +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: edit files using sudo or su" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2709 https://github.com/chrisbra/SudoEdit.vim" -LICENSE="vim" -KEYWORDS="amd64 x86" -VIM_PLUGIN_HELPFILES="SudoEdit.txt" - -RDEPEND="|| ( app-admin/sudo sys-apps/shadow )" - -src_prepare() { - # remove unused windows related files - rm autoload/{sudo.cmd,SudoEdit.vbs} || die - default -} diff --git a/app-vim/supertab/Manifest b/app-vim/supertab/Manifest deleted file mode 100644 index cda5636f7c6e..000000000000 --- a/app-vim/supertab/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST supertab-2.1.tar.gz 16585 BLAKE2B 8c9adcd1e4cd27ea3c6ef33215287b3f6734ea6dba8ff1ae4852db387c26fadcad9fa9c6ee57800c662d6da815af2e7e91682bbb768b6d15ee661063af30bfa2 SHA512 6daec863968be9aaefecb3388a8626f4ebf1c76899e460463fc64a56f15f743d3eae36b03588b5450a2c49b63ecdec8faf3476eda1a07cc48caf731eff77a592 diff --git a/app-vim/supertab/metadata.xml b/app-vim/supertab/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/supertab/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/supertab/supertab-2.1.ebuild b/app-vim/supertab/supertab-2.1.ebuild deleted file mode 100644 index ff7bf44a6a92..000000000000 --- a/app-vim/supertab/supertab-2.1.ebuild +++ /dev/null @@ -1,16 +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: enhanced Tab key functionality" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1643 https://github.com/ervandew/supertab/" -SRC_URI="https://github.com/ervandew/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="amd64 ~mips ppc ppc64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_compile() { :; } diff --git a/app-vim/surround/Manifest b/app-vim/surround/Manifest deleted file mode 100644 index b03147bb6a1c..000000000000 --- a/app-vim/surround/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST surround-2.1.tar.bz2 8441 BLAKE2B 11e222ddb9626a938dd5b02555117eba84cf1426e8c26dd8b31bc817ce53359615c8d14620b62d24b64f3c4cd9764423a24e07ad2efc0beb01d6269737e0e780 SHA512 2b4283f77dac468ab91cdc941ac2dd5a2b99a35c23d6ffdc1e1c819a04bf45ecb934c5a111898ed45539a02d1f1ce6c702da80685f609944cbec9bdd25a1e22e diff --git a/app-vim/surround/metadata.xml b/app-vim/surround/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/surround/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/surround/surround-2.1-r1.ebuild b/app-vim/surround/surround-2.1-r1.ebuild deleted file mode 100644 index 048ebde5be83..000000000000 --- a/app-vim/surround/surround-2.1-r1.ebuild +++ /dev/null @@ -1,13 +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: Delete/change/add parentheses/quotes/XML-tags & much more" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1697" -LICENSE="vim" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest deleted file mode 100644 index 1304f3387848..000000000000 --- a/app-vim/syntastic/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST syntastic-3.10.0.tar.gz 268037 BLAKE2B 90f055a919d8b2407bda2daa3570e3fc9e2970905f65eca52f0a3a01c878eb98e2197ed017d272af298b42206f93fc73cfcdd196a638f9c536d4af44de6209d2 SHA512 c19f2f7b709bbd9aab30da0f493e773e3e56d97efa0e558af7a97fcda1bb2f091355e06d24971f1bde5b321e027b6fc279b1d473599b77db0e996bf7a247fcd8 -DIST syntastic-3.9.0.tar.gz 263275 BLAKE2B 574cf958b859a108cdfdffed29b3ff0f0903dac5c7fbc497e2c69831ee35532d317bde0ab827dda828ee7cb3cc13ab9176c9ea6ea233e03e7b3fcb5b7c49757e SHA512 04cee939226940bb95935434b7aba42a3419b8b7b73d5fa9052a6aaccec5d0724c4e3634edd56573d0080b31baf49c1a00811c6f88e4fbbdea7e761e5707dcb5 diff --git a/app-vim/syntastic/metadata.xml b/app-vim/syntastic/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/syntastic/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/syntastic/syntastic-3.10.0.ebuild b/app-vim/syntastic/syntastic-3.10.0.ebuild deleted file mode 100644 index b2b1b8836e9e..000000000000 --- a/app-vim/syntastic/syntastic-3.10.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 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/vim-syntastic/syntastic.git" -else - SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="vim plugin: syntax checking using external tools" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/vim-syntastic/syntastic/" -LICENSE="WTFPL-2" - -VIM_PLUGIN_HELPFILES="${PN}" - -src_prepare() { - default - rm -r _assets || die -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "Syntastic has many optional dependencies depending on the type" - elog "of syntax checking being performed. Look in the related files in" - elog "the syntax_checkers directory to help figure out what programs" - elog "different languages need." - fi -} diff --git a/app-vim/syntastic/syntastic-3.9.0.ebuild b/app-vim/syntastic/syntastic-3.9.0.ebuild deleted file mode 100644 index 518507920616..000000000000 --- a/app-vim/syntastic/syntastic-3.9.0.ebuild +++ /dev/null @@ -1,33 +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/vim-syntastic/syntastic.git" -else - SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="vim plugin: syntax checking using external tools" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/vim-syntastic/syntastic/" -LICENSE="WTFPL-2" - -VIM_PLUGIN_HELPFILES="${PN}" - -src_prepare() { - default - rm -r _assets || die -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "Syntastic has many optional dependencies depending on the type" - elog "of syntax checking being performed. Look in the related files in" - elog "the syntax_checkers directory to help figure out what programs" - elog "different languages need." - fi -} diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild deleted file mode 100644 index d109f7f00959..000000000000 --- a/app-vim/syntastic/syntastic-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 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/vim-syntastic/syntastic.git" -else - SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="vim plugin: syntax checking using external tools" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/vim-syntastic/syntastic/" -LICENSE="WTFPL-2" - -VIM_PLUGIN_HELPFILES="${PN}" - -src_prepare() { - default - rm -r _assets || die -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "Syntastic has many optional dependencies depending on the type" - elog "of syntax checking being performed. Look in the related files in" - elog "the syntax_checkers directory to help figure out what programs" - elog "different languages need." - fi -} diff --git a/app-vim/tagbar/Manifest b/app-vim/tagbar/Manifest deleted file mode 100644 index 0294c65e95fa..000000000000 --- a/app-vim/tagbar/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tagbar-2.7.tar.gz 59027 BLAKE2B 6966ee9c412b0e7c9dd562f479ab4ae3fb4574034a32e33257ce95850f2861e333682d01d605f1c39dd6675a506e1792fed8a470b08152d14046bea215292698 SHA512 d964d3055f1679aad86b0756cc444a4857eb29ca22f2bd3567ad6c8d073e75d0c8823109038415f5bd1d269bbf8e36da6f34d70fedee54c10f90535ef79ff3c8 diff --git a/app-vim/tagbar/metadata.xml b/app-vim/tagbar/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/tagbar/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/tagbar/tagbar-2.7-r1.ebuild b/app-vim/tagbar/tagbar-2.7-r1.ebuild deleted file mode 100644 index ec49071fd191..000000000000 --- a/app-vim/tagbar/tagbar-2.7-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: display tags of the current file ordered by scope" -HOMEPAGE=" - https://github.com/preservim/tagbar - https://www.vim.org/scripts/script.php?script_id=3465 -" -SRC_URI="https://github.com/preservim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="vim" -KEYWORDS="amd64 x86" - -RDEPEND=">=dev-util/ctags-5.5" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/taglist/Manifest b/app-vim/taglist/Manifest deleted file mode 100644 index 6807b7428979..000000000000 --- a/app-vim/taglist/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST taglist-4.6.tar.bz2 40344 BLAKE2B e6377f8ac353f77ee7656b95eae0d79722f66ade3f575de14194aa7c2ced7e30d2d3e62ba3873db8b0b3e2985d360f3b4f100072d0bb26617941d3d632ab5cc4 SHA512 64686f2685cf4f9b09eeb7e1981a1b9d514cce2f6ea4bdf3e3613037d9818556ad6ed95740a84b4d73eba3fa1d5d58a41f15e1bc0a1403c50a810f5a704f3073 diff --git a/app-vim/taglist/files/taglist-3.4-ebuilds.patch b/app-vim/taglist/files/taglist-3.4-ebuilds.patch deleted file mode 100644 index 51b1a2435e59..000000000000 --- a/app-vim/taglist/files/taglist-3.4-ebuilds.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/plugin/taglist.vim -+++ b/plugin/taglist.vim -@@ -205,6 +205,9 @@ - let s:tlist_def_cobol_settings = 'cobol;d:data;f:file;g:group;p:paragraph;' . - \ 'P:program;s:section' - -+" ebuilds -+let s:tlist_def_ebuild_settings = 'sh;f:function' -+ - " eiffel language - let s:tlist_def_eiffel_settings = 'eiffel;c:class;f:feature' - diff --git a/app-vim/taglist/metadata.xml b/app-vim/taglist/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/taglist/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/taglist/taglist-4.6.ebuild b/app-vim/taglist/taglist-4.6.ebuild deleted file mode 100644 index 0955f53e8752..000000000000 --- a/app-vim/taglist/taglist-4.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: ctags-based source code browser" -HOMEPAGE="https://vim-taglist.sourceforge.net/" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86" - -RDEPEND="dev-util/ctags" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -PATCHES=( - "${FILESDIR}"/${PN}-3.4-ebuilds.patch -) diff --git a/app-vim/tasklist/Manifest b/app-vim/tasklist/Manifest deleted file mode 100644 index a5e18059053d..000000000000 --- a/app-vim/tasklist/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tasklist-1.0.1-r1.tar.gz 4051 BLAKE2B a74081063f4c0e25bc05534098fbbc77069e2df9be848df9342e26d8466b0d20cf3fb1daae133e4d8043447f3788da96ff4f18a976869006aca9a56f0488a0f1 SHA512 46ab07f5618e37a99eb3d8268adbc3d2aea278e320f43092601b7c6179ece7811610f1857ff01a950aa526905dbad72a412413e7793ce6e150db3a65e8c0e519 diff --git a/app-vim/tasklist/metadata.xml b/app-vim/tasklist/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/tasklist/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/tasklist/tasklist-1.0.1-r1.ebuild b/app-vim/tasklist/tasklist-1.0.1-r1.ebuild deleted file mode 100644 index f487e3639878..000000000000 --- a/app-vim/tasklist/tasklist-1.0.1-r1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin vcs-snapshot - -DESCRIPTION="Highlight FIXME/TODO/CUSTOM keywords in a separate list" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2607" -SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${PF}.tar.gz" -S="${WORKDIR}/${PF}" - -LICENSE="MIT" -KEYWORDS="amd64 x86" diff --git a/app-vim/tcomment/Manifest b/app-vim/tcomment/Manifest deleted file mode 100644 index 50b4dd8b93c4..000000000000 --- a/app-vim/tcomment/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tcomment-4.00.tar.gz 58709 BLAKE2B 64285c64d65e7308e3cb34494f1b49584f54707ba9f4e86a40a72c1434670819c412b68e4a30f296ce531913b054d482f5743ee7e6fd81baa5c3ee1d46dc8d01 SHA512 b072ec4b136ef6ea14e91883a77b036a26b2e2c0f6cabdce70e4aea2cf37a2c4b7becc0770ddfc8b7260a52cda729a0e4b8ff4a067c81bcbbe0f0e896b9e66c4 diff --git a/app-vim/tcomment/metadata.xml b/app-vim/tcomment/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/tcomment/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/tcomment/tcomment-4.00.ebuild b/app-vim/tcomment/tcomment-4.00.ebuild deleted file mode 100644 index 583ddd7290c8..000000000000 --- a/app-vim/tcomment/tcomment-4.00.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -MY_PN="tcomment_vim" - -DESCRIPTION="vim plugin: an extensible and universal comment toggler" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1173 - https://github.com/tomtom/tcomment_vim" -SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="GPL-3" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -DOCS=( CHANGES.TXT README ) - -src_prepare() { - default - rm -r etc spec addon* || die -} diff --git a/app-vim/thlnk/Manifest b/app-vim/thlnk/Manifest deleted file mode 100644 index 2cdc5d60109f..000000000000 --- a/app-vim/thlnk/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST thlnk-1.2.1.tar.bz2 35428 BLAKE2B 0121b4e6a949ad1dd447560052479de8a62248098ffd6397d49b94c33e1a19d4a76c9ed63b3306cc6e484dd8efbd7434f52c2fbed741c976526d620c278fde98 SHA512 c3de0452a5a5d068f9c64d7ef1f7e390a3f870546a7ab2daec41d301c19f57d4a0e254fd45de4775455746312f48f3223b6ddbaa80159a0ff56cf707b9cc0945 diff --git a/app-vim/thlnk/metadata.xml b/app-vim/thlnk/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/thlnk/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/thlnk/thlnk-1.2.1-r2.ebuild b/app-vim/thlnk/thlnk-1.2.1-r2.ebuild deleted file mode 100644 index 5a53b6181fda..000000000000 --- a/app-vim/thlnk/thlnk-1.2.1-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: linking in plaintext" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=293" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ppc ~sparc x86" - -VIM_PLUGIN_HELPFILES="thlnk thlnk-reference-manual" diff --git a/app-vim/tlib/Manifest b/app-vim/tlib/Manifest deleted file mode 100644 index 88e5dff1fd9f..000000000000 --- a/app-vim/tlib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tlib-1.27.tar.gz 124891 BLAKE2B d8d79d1d7bc71e38d2315ab30df414521122cae8c8dfe2e43c8e87bad30685703e09a905d97a00cc2ef01a51369acfde75c37290d971a72d40ec61bce8f1fe31 SHA512 c7037a4aaa4bbb1fede9baea45644a8d1575c5813bc387a293856d8acbe2929cb641d317a4323b295dcc1c0e05091984e6b6eb9a3968503c4cde53580baf994d diff --git a/app-vim/tlib/files/tlib-1.27-fix-error-E1208-vim-8.2.3141.patch b/app-vim/tlib/files/tlib-1.27-fix-error-E1208-vim-8.2.3141.patch deleted file mode 100644 index d52314fd6987..000000000000 --- a/app-vim/tlib/files/tlib-1.27-fix-error-E1208-vim-8.2.3141.patch +++ /dev/null @@ -1,29 +0,0 @@ -https://github.com/tomtom/tlib_vim/commit/b5f9f6c83ade9b5640580bf9792a332dd453dfd0 -https://bugs.gentoo.org/828429 - -From: Laurent Stacul <laurent.stacul@gmail.com> -Date: Mon, 12 Jul 2021 15:51:16 +0200 -Subject: [PATCH] Fix error E1208 raised by vim >=8.2.3141 - -Starting vim 8.2.3141 with the tlib_vim plugin will raised the following -error message at startup: - - Error detected while processing .vim/pack/stac/start/tlib_vim/plugin/02tlib.vim: - line 77: E1208: -complete used without -nargsPress ENTER or type command to continue - -The reason is the following change in vim: - - https://github.com/vim/vim/commit/de69a7353e9bec552e15dbe3706a9f4e88080fce - -Which forbid the com[mand] command with -nargs=0 and -complete options. ---- a/plugin/02tlib.vim -+++ b/plugin/02tlib.vim -@@ -74,7 +74,7 @@ command! -nargs=1 -complete=command TBrowseOutput call tlib#cmd#BrowseOutput(<q- - " - " EXAMPLES: > - " TBrowseScriptnames --command! -nargs=0 -complete=command TBrowseScriptnames call tlib#cmd#TBrowseScriptnames() -+command! -nargs=0 TBrowseScriptnames call tlib#cmd#TBrowseScriptnames() - - - " :display: :Texecqfl CMD diff --git a/app-vim/tlib/metadata.xml b/app-vim/tlib/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/tlib/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/tlib/tlib-1.27.ebuild b/app-vim/tlib/tlib-1.27.ebuild deleted file mode 100644 index e07eb447bd4c..000000000000 --- a/app-vim/tlib/tlib-1.27.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -MY_PN=${PN}_vim -MY_P=${MY_PN}-${PV} - -DESCRIPTION="vim plugin: a library of utility functions" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1863 https://github.com/tomtom/tlib_vim" -SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${MY_P} - -LICENSE="GPL-3" -KEYWORDS="amd64 ~riscv x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -DOCS=( README CHANGES.TXT ) - -PATCHES=( - "${FILESDIR}"/${P}-fix-error-E1208-vim-8.2.3141.patch -) - -src_prepare() { - default - rm -r test samples || die -} diff --git a/app-vim/tmpl/Manifest b/app-vim/tmpl/Manifest deleted file mode 100644 index e1ef2ce1e552..000000000000 --- a/app-vim/tmpl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tmpl-0.1.tar.bz2 1165 BLAKE2B f7b5d2d79fdefe9c46c544fb9d98e0b76586d05a43ac49947278dfd43b8c9dc19eda0876b3c9f4e8e8a068cc89e011ec2ee5fe4afee142a759d8b33822dbae76 SHA512 c50d15be556224544ae99bb1a4ec78fca6d0cc4c1df11c4ef5302ce851b8f92baca04e498774cd1352ca3f1a8789498e7f47bb371828da13a7703a2f654ab51c diff --git a/app-vim/tmpl/metadata.xml b/app-vim/tmpl/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/tmpl/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/tmpl/tmpl-0.1-r2.ebuild b/app-vim/tmpl/tmpl-0.1-r2.ebuild deleted file mode 100644 index 5b3398725f46..000000000000 --- a/app-vim/tmpl/tmpl-0.1-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Syntax for Sam Tregar's HTML::Template" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=254" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ppc ~sparc x86" - -VIM_PLUGIN_HELPURL="https://www.vim.org/scripts/script.php?script_id=254" diff --git a/app-vim/toggle/Manifest b/app-vim/toggle/Manifest deleted file mode 100644 index 28387b1e70d2..000000000000 --- a/app-vim/toggle/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST toggle-0.5.tar.bz2 2790 BLAKE2B 365bffd541cfb40c7fea59049a4b7ef0caf0ef105a5ab382e740f3400b399715227d2d5433875583dfb31ac847c0a90d5436e6ef2aa1f8327eebc868484146c6 SHA512 bac60e8e09cb3d82ba1569c333174fa58596fcd009181a56feabeeba4590942805a14cf08c3ff3dc7920e8481d14b3bb659bb85ad1c8bd85ca66a5d491dae05c diff --git a/app-vim/toggle/metadata.xml b/app-vim/toggle/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/toggle/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/toggle/toggle-0.5-r2.ebuild b/app-vim/toggle/toggle-0.5-r2.ebuild deleted file mode 100644 index 10484e826624..000000000000 --- a/app-vim/toggle/toggle-0.5-r2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: quickly toggle boolean-type keywords" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=895" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin will toggle true/false, on/off, yes/no and so on when <C-T> -is pressed." diff --git a/app-vim/tt2-syntax/Manifest b/app-vim/tt2-syntax/Manifest deleted file mode 100644 index 691e3425a28b..000000000000 --- a/app-vim/tt2-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tt2-syntax-1.13.tar.bz2 2991 BLAKE2B 07efcef9b28b8c44ff55d970dec2a9bff73c6e67adc3f03e6c09beca5552599b87150af08f82211f48ff79fb595f5324c60d1917a5f0378e769643b80c19b503 SHA512 0e7f5ca2b5dd53598778bb85a76fbb8be52ce789221342cb5ab51a5084c7d679b8b2f5cee4f8f05db9648a5828471eeba3d0367959f09d280d9c098a9c21e52e diff --git a/app-vim/tt2-syntax/metadata.xml b/app-vim/tt2-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/tt2-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13-r2.ebuild b/app-vim/tt2-syntax/tt2-syntax-1.13-r2.ebuild deleted file mode 100644 index 1bf80aa044e7..000000000000 --- a/app-vim/tt2-syntax/tt2-syntax-1.13-r2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=830" - -LICENSE="vim" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86 ~x64-macos ~x64-solaris" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for perl module Template-Toolkit" diff --git a/app-vim/txtfmt/Manifest b/app-vim/txtfmt/Manifest deleted file mode 100644 index af92edbc7230..000000000000 --- a/app-vim/txtfmt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST txtfmt-3.1.tar.gz 172348 BLAKE2B aa44aef49665f034dcb0528bc6795f716540088b59e026bb079e49e5d2b9f6034f99afa220cb63b7e534257e2fc249c779b2ad0fb8ef01d3fa99e609b70e059e SHA512 bdef5350626ee5251fbf3cb4a4270e72f0b8ab29948f0469cfadbcf0735ccd7c104b34a25e43d4ff147ed48de3667fba472080f81f72d5a4687467e5c44af5d1 diff --git a/app-vim/txtfmt/metadata.xml b/app-vim/txtfmt/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/txtfmt/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/txtfmt/txtfmt-3.1.ebuild b/app-vim/txtfmt/txtfmt-3.1.ebuild deleted file mode 100644 index 5efa61dab90e..000000000000 --- a/app-vim/txtfmt/txtfmt-3.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: rich text highlighting in vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2208" -SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=24489 -> ${P}.tar.gz" -S="${WORKDIR}" - -LICENSE="public-domain" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/udev-syntax/Manifest b/app-vim/udev-syntax/Manifest deleted file mode 100644 index 473181b10e49..000000000000 --- a/app-vim/udev-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST udev-syntax-20051016.tar.bz2 1161 BLAKE2B c8274fbe552bdf54f5d241b270512df8d95f43ccd4da2e9c794d7470e77d5399dc35ba396b2beddf752e656cd889107fa10d792be11c4dccba0adea4f8418727 SHA512 3952cddd2598eb4e09fd6bc7538419c9dbb3eb94d55a81418fc66b5c3fb46f34853d4b97a5475f3330b752d4dbdd3bcf22a3f47c73d1d3e18b5efcc2b4696e34 diff --git a/app-vim/udev-syntax/files/udev-syntax-20051016-ftdetect.patch b/app-vim/udev-syntax/files/udev-syntax-20051016-ftdetect.patch deleted file mode 100644 index 3792be01ce23..000000000000 --- a/app-vim/udev-syntax/files/udev-syntax-20051016-ftdetect.patch +++ /dev/null @@ -1,6 +0,0 @@ -diff -ru udev-syntax-20051016/ftdetect/udev.vim udev-syntax-20051016/ftdetect/udev.vim ---- udev-syntax-20051016/ftdetect/udev.vim 2007-01-10 16:11:32.876871120 +0100 -+++ udev-syntax-20051016/ftdetect/udev.vim 2007-01-10 16:12:04.412703024 +0100 -@@ -1,4 +1,4 @@ --au BufNewFile,BufRead *udev.rules* set filetype=udev -+au BufNewFile,BufRead *udev/rules.d* set filetype=udev diff --git a/app-vim/udev-syntax/metadata.xml b/app-vim/udev-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/udev-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild b/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild deleted file mode 100644 index bed52bd001a9..000000000000 --- a/app-vim/udev-syntax/udev-syntax-20051016-r3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: syntax highlighting for udev rules files" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1381" - -LICENSE="vim" -KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for udev.rules files. These files -are automatically detected by filename; manual loading is also possible, -via :set filetype=udev" - -PATCHES=( "${FILESDIR}/${P}-ftdetect.patch" ) diff --git a/app-vim/undotree/Manifest b/app-vim/undotree/Manifest deleted file mode 100644 index d7f69a51c6d5..000000000000 --- a/app-vim/undotree/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST undotree-6.1.tar.gz 18489 BLAKE2B 4570dbfd8f4f03e51bfb59587872993fed01d7e572dc517255c663ddfb3df8be04a5a7232175998889fea032faaf47f7eb6a9be6bbc46d1e644be1370ae54da5 SHA512 ed2831fee148b6a0cb78ea528db9b6a217da67fb74d95e00034671ecd7d0bef397077a7e96c29697d372a2bd1d0a6865e210cece57c4cccd97a0cf3e0b486ec2 diff --git a/app-vim/undotree/metadata.xml b/app-vim/undotree/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/undotree/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/undotree/undotree-6.1.ebuild b/app-vim/undotree/undotree-6.1.ebuild deleted file mode 100644 index 4dce1b65976a..000000000000 --- a/app-vim/undotree/undotree-6.1.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin vcs-snapshot - -DESCRIPTION="vim plugin: display your undo history in a graph" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 - https://github.com/mbbill/undotree" -SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="amd64 x86" diff --git a/app-vim/unite/Manifest b/app-vim/unite/Manifest deleted file mode 100644 index 6b8c4423b02a..000000000000 --- a/app-vim/unite/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST unite-4.1.tar.bz2 85622 BLAKE2B 58f4d4ac86fcf588ab0e3ecdb45dd67d0c16c67be2f6daff21f9d4451b94c9094671f4248cc6f4b39e5a292418908536cb222288dd344d56f9b98b09f5263eb3 SHA512 1fb19cfaf1b49843c79e2b9ff8e318b950dc1b65144f83a76776963a598e666f3094dc7f65f2708d7e074f8197121cee77e028a07c5735998f73f2d52d08c9ca diff --git a/app-vim/unite/metadata.xml b/app-vim/unite/metadata.xml deleted file mode 100644 index 4819cbecb54e..000000000000 --- a/app-vim/unite/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <longdescription lang="en"> - Unite searches and displays information from arbitrary sources like files, - buffers, recently used files or registers. You can run one of defined action - on a target displayed. - - The differences between unite and similar plugins like fuzzyfinder or ku are - that unite doesn't use the built-in completion interface of Vim, and integrates - sources at the same time. - </longdescription> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/unite/unite-4.1-r1.ebuild b/app-vim/unite/unite-4.1-r1.ebuild deleted file mode 100644 index 8cd4af59c93c..000000000000 --- a/app-vim/unite/unite-4.1-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: unite all sources" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3396" - -LICENSE="MIT" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="!app-vim/neocomplcache" diff --git a/app-vim/uptime/Manifest b/app-vim/uptime/Manifest deleted file mode 100644 index 9dec5cde5c58..000000000000 --- a/app-vim/uptime/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST uptime-1.3.tar.bz2 2315 BLAKE2B d0237ff2b22820de85d4f0e4e7a85bff082cfe24af61b00b523a2df6db0bb22943303bf2ed09796f50ba7a49a16cce6d06b3ff06cc26cc8a7d4802693412bcf9 SHA512 42291261eb9f7246b68c32bef08599f604a5e1186eccff0b4ea118bb336e79a5c84cfbc2a834d5e50db3c2341c95c05f2961589efc3e459d3c6dac5f5baf50e4 diff --git a/app-vim/uptime/metadata.xml b/app-vim/uptime/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/uptime/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/uptime/uptime-1.3-r2.ebuild b/app-vim/uptime/uptime-1.3-r2.ebuild deleted file mode 100644 index 8ba11389435b..000000000000 --- a/app-vim/uptime/uptime-1.3-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: display vim uptimes" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=965" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPFILES="uptime" diff --git a/app-vim/vcscommand/Manifest b/app-vim/vcscommand/Manifest deleted file mode 100644 index 7dabcd419dbc..000000000000 --- a/app-vim/vcscommand/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vcscommand-1.99.47.tar.bz2 27281 BLAKE2B 2c2e04fd986029ce9eb6fcc683666bf403947f15ad9b8e3ff1029b03f959b4d6c5b2173f5696516e76556f790094f06d45308a2af7e789d61a66cb5b253e1beb SHA512 df9180cc3a87dc5fab52d149c1f87993822658edabd77965756fa8ba05ef6f1c5a4f336b54d0b18e3c2bba8f53324ca60526258953a85ce170ab065b5f2e11c7 diff --git a/app-vim/vcscommand/metadata.xml b/app-vim/vcscommand/metadata.xml deleted file mode 100644 index c1c823b62e53..000000000000 --- a/app-vim/vcscommand/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <longdescription lang="en"> - VIM 7 plugin useful for manipulating files controlled by CVS, SVN, SVK, git, - bzr, and hg within VIM, including committing changes and performing diffs - using the vimdiff system. - </longdescription> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vcscommand/vcscommand-1.99.47.ebuild b/app-vim/vcscommand/vcscommand-1.99.47.ebuild deleted file mode 100644 index 9e9da746fe04..000000000000 --- a/app-vim/vcscommand/vcscommand-1.99.47.ebuild +++ /dev/null @@ -1,15 +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: CVS/SVN/SVK/git/bzr/hg integration plugin" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=90" -LICENSE="MIT" -KEYWORDS="amd64 ~hppa ppc x86" - -RDEPEND="!app-vim/cvscommand" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/vim-addon-mw-utils/Manifest b/app-vim/vim-addon-mw-utils/Manifest deleted file mode 100644 index cb04f2844519..000000000000 --- a/app-vim/vim-addon-mw-utils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-addon-mw-utils-20121105.tar.bz2 10071 BLAKE2B c32216879a1873829f44777cde0b455d68694214c48e4f18e0302a026bbab7f9705016fc00158c6c9db69c59d2914ffc15dd385f79814781e517f71109dbac99 SHA512 15104f23416e8dbeb25d60e9b94c0c04434df19bbd3fa418285a1b1106a95dc6bf28cc472014fe431d80086217110c58f267d3d1b5d855bdf85fc4d4fe870346 diff --git a/app-vim/vim-addon-mw-utils/metadata.xml b/app-vim/vim-addon-mw-utils/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-addon-mw-utils/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild b/app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild deleted file mode 100644 index 92a865360cd0..000000000000 --- a/app-vim/vim-addon-mw-utils/vim-addon-mw-utils-20121105.ebuild +++ /dev/null @@ -1,11 +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: interpret a file by function and cache file automatically" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2940 https://github.com/MarcWeber/vim-addon-mw-utils" -LICENSE="GPL-3" -KEYWORDS="amd64 ~riscv x86" diff --git a/app-vim/vim-autoclose/Manifest b/app-vim/vim-autoclose/Manifest deleted file mode 100644 index 12d39db83919..000000000000 --- a/app-vim/vim-autoclose/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-autoclose-2.0.tar.gz 35779 BLAKE2B bf1536b3cdeecfc261ee30687d53ac2dd7632e21e877a67a99aa21e1d9e4389e3d1d3de764c76d94a8d97fa2bad1c7877276a5defa6b2ca137f1a8e866e902b0 SHA512 2604c2c16f25eb60bf660ba4f80d40d9aa51af38cc59a2727f0c705ba2abe5302a58dc60a71c791cc6aa002477587d1dadcc8a9269a93c5a9405a86251f4fcd9 diff --git a/app-vim/vim-autoclose/metadata.xml b/app-vim/vim-autoclose/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-autoclose/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-autoclose/vim-autoclose-2.0-r1.ebuild b/app-vim/vim-autoclose/vim-autoclose-2.0-r1.ebuild deleted file mode 100644 index a23b8b1e9756..000000000000 --- a/app-vim/vim-autoclose/vim-autoclose-2.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: open-close pair of characters" -HOMEPAGE="https://github.com/Townk/vim-autoclose" -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" - -LICENSE="vim" -KEYWORDS="amd64 x86" - -DOCS=( README.txt AUTHORS.txt ) - -src_unpack() { - default - mv * "${P}" || die -} diff --git a/app-vim/vim-clang-format/Manifest b/app-vim/vim-clang-format/Manifest deleted file mode 100644 index 80478ac92c1f..000000000000 --- a/app-vim/vim-clang-format/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-clang-format-0_pre20200506.tar.gz 12836 BLAKE2B be6882788c4ea582f2fbabfe3fdbd4184ab407b09b8c68177539999620413919f074bef72a52ae0cfddd58d85d9f716c36bc8593b1b745d47887dbfbd599aa63 SHA512 5bf2f9082ef64953122e87659fbafae5af4cd7e2fda1ed5bcee52ed49a3727dae0dc3bc3ab172ac4200f93421898d6cbf26def019ac33d77ca4cc67c2da37846 diff --git a/app-vim/vim-clang-format/metadata.xml b/app-vim/vim-clang-format/metadata.xml deleted file mode 100644 index ba88ea7826df..000000000000 --- a/app-vim/vim-clang-format/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild b/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild deleted file mode 100644 index 1f058dcd6871..000000000000 --- a/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -#VIM_PLUGIN_VIM_VERSION="7.0" -inherit vim-plugin - -COMMIT_HASH="95593b67723f23979cd7344ecfd049f2f917830f" -DESCRIPTION="Vim plugin for clang-format" -HOMEPAGE="https://github.com/rhysd/vim-clang-format" -SRC_URI="https://github.com/rhysd/${PN}/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT_HASH}" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -RDEPEND="llvm-core/clang" - -src_prepare() { - default - - # tests are written in ruby, prefer to avoid that - rm -r test || die -} diff --git a/app-vim/vim-commentary/Manifest b/app-vim/vim-commentary/Manifest deleted file mode 100644 index ab181aee077a..000000000000 --- a/app-vim/vim-commentary/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-commentary-1.3_p20180530.tar.gz 3062 BLAKE2B 72018b6e84313a5c7f44b994f1892724155bcecb14f3142d83a5b10ba8e8b813859bf3af660ebea840c196a6c9bd40c6daccfcdbfef47967be83a19201b65ce0 SHA512 a2aa9db16f12006842aaa61b69c1279bca046f840de9342cb0a3d0af7fc7a5bf0905ea87762f7519e858d4e04d4fea8b0e4efca7d4bc346ce2c5b76fa78d321f diff --git a/app-vim/vim-commentary/metadata.xml b/app-vim/vim-commentary/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-commentary/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild b/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild deleted file mode 100644 index e9d710309ccd..000000000000 --- a/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin vcs-snapshot - -# Commit Date: 30 May 2018 -COMMIT="7f2127b1dfc57811112785985b46ff2289d72334" - -DESCRIPTION="vim plugin: comment stuff out" -HOMEPAGE="https://github.com/tpope/vim-commentary" -SRC_URI="https://github.com/tpope/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" diff --git a/app-vim/vim-flake8/Manifest b/app-vim/vim-flake8/Manifest deleted file mode 100644 index aa5ac19d38b0..000000000000 --- a/app-vim/vim-flake8/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-flake8-1.7.tar.gz 6080 BLAKE2B bf78e2c4e9976fc148cf18fc5ec58c2807a9c82a6893160ca4a107664d438fc955c2eac3e41373529cc1dc5295acab06c7c9007c1ad72095548362e903d7d31a SHA512 c29cfc00e4fd94128be02e003116647819cd3b39916527b70a7684c19ef4184bce1c1556051fc269bde4696a98b752fb7b4e081c2aac46cdcdfdf35735ec76b0 diff --git a/app-vim/vim-flake8/metadata.xml b/app-vim/vim-flake8/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-flake8/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-flake8/vim-flake8-1.7.ebuild b/app-vim/vim-flake8/vim-flake8-1.7.ebuild deleted file mode 100644 index 7185cc2d7084..000000000000 --- a/app-vim/vim-flake8/vim-flake8-1.7.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: runs the currently open file through flake8" -HOMEPAGE="https://github.com/nvie/vim-flake8" -SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" - -RDEPEND="dev-python/flake8" diff --git a/app-vim/vim-go/Manifest b/app-vim/vim-go/Manifest deleted file mode 100644 index 2b5c1ef461de..000000000000 --- a/app-vim/vim-go/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-go-1.26.tar.gz 285900 BLAKE2B 4492138e4689fbe2408717ecd7895fe2a98227a8399ebeaec6a23c21acc1eb23ee66dea3947df9fa62c17e0f980c48101b62e331e05c43503f9bba657ca0f9b8 SHA512 30722557c2c66e3601a001b490bf4949bf9949a2b41db838f0fa3fba91abb30469d3726cee293afdd1afd385871d62db09e9e9bf2acf48d947b469a5a19888ac diff --git a/app-vim/vim-go/metadata.xml b/app-vim/vim-go/metadata.xml deleted file mode 100644 index 847dbd09b68d..000000000000 --- a/app-vim/vim-go/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-go/vim-go-1.26.ebuild b/app-vim/vim-go/vim-go-1.26.ebuild deleted file mode 100644 index e59f751b2111..000000000000 --- a/app-vim/vim-go/vim-go-1.26.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Go development plugin for Vim" -HOMEPAGE="https://github.com/fatih/vim-go" -SRC_URI="https://github.com/fatih/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="amd64 x86" -RESTRICT="test" - -RDEPEND="dev-go/gopls" - -DOCS=( README.md CHANGELOG.md ) - -src_compile() { - # safely skip `make test` triggered by `make` as it runs `go get` commands - # TODO: Is :GoInstallBinaries still necessary? For details see: - # https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt - :; -} - -src_install(){ - insinto /usr/share/vim/vimfiles/ - doins -r templates - - vim-plugin_src_install -} diff --git a/app-vim/vim-hoogle/Manifest b/app-vim/vim-hoogle/Manifest deleted file mode 100644 index 25eab85da506..000000000000 --- a/app-vim/vim-hoogle/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-hoogle-1.3.tar.gz 3337 BLAKE2B 2c80577171535aa45609f84e66cb3efc52a7028638075260aea8c1ee35839d79ab834e55f30f3401a3eb4b5daa24ba358d01b9edd1203779043db2fb2133077d SHA512 ea0d2b723e913836dbff5947e7de4fb5dda19ab1d3bd51cd315b28499f1b6c771b037b16eec6a88862d27f675a9ddac11eb5d8d5a5b3ee3e2eeb7620ed4d565a diff --git a/app-vim/vim-hoogle/metadata.xml b/app-vim/vim-hoogle/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-hoogle/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild b/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild deleted file mode 100644 index cf970fad0782..000000000000 --- a/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -MASTER_COMMIT_HASH="31823f830843385f53a3da7a5bfaf678494383c4" - -DESCRIPTION="vim plugin: use hoogle within vim" -HOMEPAGE="https://github.com/Twinside/vim-hoogle" -SRC_URI="https://github.com/Twinside/${PN}/archive/${MASTER_COMMIT_HASH}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MASTER_COMMIT_HASH}" - -LICENSE="vim.org" -KEYWORDS="~amd64 ~x86" diff --git a/app-vim/vim-jq/Manifest b/app-vim/vim-jq/Manifest deleted file mode 100644 index 7a0373e5c417..000000000000 --- a/app-vim/vim-jq/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-jq-0.0_pre20210226.tar.gz 5171 BLAKE2B 68894f6dca9ba338c572aed46128e3b9f8ed1e8cf390c43c3dc0850ad202535ac99fe9ed56a4a124c50986c1460ccf50efa8cfc057e27e1beacd52aeeec2c284 SHA512 2d6efa57a6fda08f0a92ee016cab388fb7f44443aa879dd196b837cde857b4dcaccd7d248ce10937b2c3e2efc53cfdbd3789c6a1bffed128fc34b3328fd2f548 diff --git a/app-vim/vim-jq/metadata.xml b/app-vim/vim-jq/metadata.xml deleted file mode 100644 index ba88ea7826df..000000000000 --- a/app-vim/vim-jq/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-jq/vim-jq-0.0_pre20210226.ebuild b/app-vim/vim-jq/vim-jq-0.0_pre20210226.ebuild deleted file mode 100644 index 14b9d6519136..000000000000 --- a/app-vim/vim-jq/vim-jq-0.0_pre20210226.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -COMMIT_HASH="0076ef5424894e17f0ab17f4d025a3b519008134" -inherit vim-plugin - -DESCRIPTION="vim plugin: Runtime files for app-misc/jq" -HOMEPAGE="https://github.com/bfrg/vim-jq" -SRC_URI="https://github.com/bfrg/vim-jq/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT_HASH}" - -LICENSE="vim" -KEYWORDS="~amd64 ~x86" diff --git a/app-vim/vim-jsonnet/Manifest b/app-vim/vim-jsonnet/Manifest deleted file mode 100644 index 95cd1e8fa862..000000000000 --- a/app-vim/vim-jsonnet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-jsonnet-0_pre20190502.tar.gz 102599 BLAKE2B 14f9fd72e6791fbd78b3749f860115a9a63137f7dc5e2d1eabae45b777dcebd902c9fa100665e2447ad0d6c8cd4e117beefc2bf16efd98c3382c84a2ebdc3951 SHA512 cac7b41cdd1749eab575cfdd0e897b37f2c842b69ad4a62c355c231d8d93668ab2e9929893bea72697ca512bf40a7768019b28866643025505abc421fbea12ec diff --git a/app-vim/vim-jsonnet/metadata.xml b/app-vim/vim-jsonnet/metadata.xml deleted file mode 100644 index ba88ea7826df..000000000000 --- a/app-vim/vim-jsonnet/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-jsonnet/vim-jsonnet-0_pre20190502.ebuild b/app-vim/vim-jsonnet/vim-jsonnet-0_pre20190502.ebuild deleted file mode 100644 index 11aa2d0e9d45..000000000000 --- a/app-vim/vim-jsonnet/vim-jsonnet-0_pre20190502.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -COMMIT_HASH="824dcfe76568dba38135332fc4729e2b2c4d9b3a" - -DESCRIPTION="vim plugin: Filetype plugin for dev-lang/jsonnet" -HOMEPAGE="https://github.com/google/vim-jsonnet" -SRC_URI="https://github.com/google/vim-jsonnet/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-lang/jsonnet" - -S="${WORKDIR}/${PN}-${COMMIT_HASH}" diff --git a/app-vim/vim-latex/Manifest b/app-vim/vim-latex/Manifest deleted file mode 100644 index 2442ec0c4ed7..000000000000 --- a/app-vim/vim-latex/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-latex-1.10.0.tar.gz 260820 BLAKE2B 2314ad5ded3bea51def3172e8f2b7a7483839b58804f9d8c1cc1c8f1139c1da731f91525691d47dba57d07a7db85c371e87c5ce0d3d22a004a9402df7e7cad3a SHA512 1d22b675c124e402a280dcc3a675b49a92fb9f4d42efdda0ea97be26379cd6c023589a35e165f4231524d853380e22411901bfbcc98f171c938ba800821a1213 diff --git a/app-vim/vim-latex/metadata.xml b/app-vim/vim-latex/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-latex/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild deleted file mode 100644 index 006f41cfdb71..000000000000 --- a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit vim-plugin python-single-r1 - -DESCRIPTION="Comprehensive set of tools to view, edit and compile LaTeX documents" -HOMEPAGE="https://vim-latex.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ppc ppc64 ~riscv ~sparc x86" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - || ( - app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] - app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] - ) - virtual/latex-base - !app-vim/vimtex" - -VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt imaps.txt" - -src_compile() { :; } - -src_install() { - # don't mess up vim's doc dir with random files - mv doc mydoc || die - mkdir doc || die - mv mydoc/*.txt doc/ || die - rm -rf mydoc || die - - # don't install buggy tags scripts, use ctags instead - rm latextags ltags || die - - vim-plugin_src_install - - # use executable permissions (bug #352403) - fperms a+x /usr/share/vim/vimfiles/ftplugin/latex-suite/outline.py - - python_fix_shebang "${ED}" -} - -pkg_postinst() { - vim-plugin_pkg_postinst - - if [[ -z ${REPLACING_VERSIONS} ]]; then - echo - elog "To use the vim-latex plugin add:" - elog " filetype plugin on" - elog ' set grepprg=grep\ -nH\ $*' - elog " let g:tex_flavor='latex'" - elog "to your ~/.vimrc-file" - echo - fi -} diff --git a/app-vim/vim-misc/Manifest b/app-vim/vim-misc/Manifest deleted file mode 100644 index 8340202e4779..000000000000 --- a/app-vim/vim-misc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-misc-1.17.6.tar.gz 56548 BLAKE2B 59db23c8c272e3e12a8835b9cf9ad5d53be84c4d01d1f8ae3c6c42d55736aed1e018114af1eb14e16b6006a7527addb9a52cf59bf0d42e742b45e9abaa2174ba SHA512 04896559a9179e4f117de4ae78564309c9459ebb78ba1f9aceb7c3abf064e38d403567d01c347eb9ec0a09ed57c8ae51e01c4967e393c58c7b613cf926663e64 diff --git a/app-vim/vim-misc/metadata.xml b/app-vim/vim-misc/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-misc/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-misc/vim-misc-1.17.6.ebuild b/app-vim/vim-misc/vim-misc-1.17.6.ebuild deleted file mode 100644 index 34f3785eb02c..000000000000 --- a/app-vim/vim-misc/vim-misc-1.17.6.ebuild +++ /dev/null @@ -1,19 +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: miscellaneous auto-load scripts" -HOMEPAGE="http://peterodding.com/code/vim/misc/" -SRC_URI="https://github.com/xolox/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="misc.txt" - -src_prepare() { - rm autoload/xolox/misc/echo.exe || die - default -} diff --git a/app-vim/vim-multiple-cursors/Manifest b/app-vim/vim-multiple-cursors/Manifest deleted file mode 100644 index df408e55a9bc..000000000000 --- a/app-vim/vim-multiple-cursors/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-multiple-cursors-2.2.tar.gz 1055659 BLAKE2B b21336295a800e0458ff4f14a5a2d2c254ee9d1341fc0011a1b6bfe702f1e300d96d8e52f998333d3dab0c3a25b8ef12af828c479ba33ebe486399ed87a37b23 SHA512 109e8117a692e05c450ba30e0a4f635bfd24f08125d06b22c0e850e03e89e193e2ef7b415c8356d326b44ca93254b390d44ee417e8a0ee59fe9a805cf157c0e0 diff --git a/app-vim/vim-multiple-cursors/metadata.xml b/app-vim/vim-multiple-cursors/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-multiple-cursors/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild b/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild deleted file mode 100644 index c8f99afe9784..000000000000 --- a/app-vim/vim-multiple-cursors/vim-multiple-cursors-2.2-r1.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Sublime Text's awesome multiple selection feature for Vim" -HOMEPAGE="https://github.com/terryma/vim-multiple-cursors" -SRC_URI="https://github.com/terryma/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" diff --git a/app-vim/vim-nftables/Manifest b/app-vim/vim-nftables/Manifest deleted file mode 100644 index eacdd03fa2d9..000000000000 --- a/app-vim/vim-nftables/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-nftables-0_pre20200629.tar.gz 2440 BLAKE2B 39a80bfa54b378896918f3703edd452cc3d9d15d15bc6545dfeda362726e8dc1bcfb1f2008d5c1236f24b01dbc17df59ea14928550a3567b57c74407c7e97d73 SHA512 71ddc55158b7461dc71730f76c84ba4cf76490afe0c5323502341e97d7173a1607e9cc70e6a552cfb7491e485352c837d0aa2e6f9c46e81ef525bedc88e389ef diff --git a/app-vim/vim-nftables/files/vim-nftables-0_pre2020062901-no-expandtab.patch b/app-vim/vim-nftables/files/vim-nftables-0_pre2020062901-no-expandtab.patch deleted file mode 100644 index 582f41b28586..000000000000 --- a/app-vim/vim-nftables/files/vim-nftables-0_pre2020062901-no-expandtab.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 1461d7cb0eedb3b53cfcea3dfd34352bc83f5c3d Mon Sep 17 00:00:00 2001 -From: Joachim Desroches <joachim.desroches@epfl.ch> -Date: Fri, 24 Jul 2020 12:18:07 +0200 -Subject: [PATCH] Remove expantab options. - -These options have nothing to do with nftables and should be left to the -user to configure with an autocommand if desired. ---- - ftplugin/nftables.vim | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/ftplugin/nftables.vim b/ftplugin/nftables.vim -index f330cb8..a09509f 100644 ---- a/ftplugin/nftables.vim -+++ b/ftplugin/nftables.vim -@@ -12,12 +12,10 @@ setlocal formatoptions-=t formatoptions+=croqnlj - - setlocal comments=b:# - --setlocal tabstop=4 shiftwidth=4 softtabstop=4 expandtab - setlocal textwidth=99 - - let b:undo_ftplugin = ' - \ setlocal formatoptions< comments< commentstring< -- \|setlocal tabstop< shiftwidth< softtabstop< expandtab< textwidth< - \' - - let &cpoptions = s:save_cpo diff --git a/app-vim/vim-nftables/metadata.xml b/app-vim/vim-nftables/metadata.xml deleted file mode 100644 index 5511eee99b6e..000000000000 --- a/app-vim/vim-nftables/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>chutzpah@gentoo.org</email> - <name>Patrick McLean</name> - </maintainer> - <maintainer type="project"> - <email>vim@gentoo.org</email> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-nftables/vim-nftables-0_pre20200629-r1.ebuild b/app-vim/vim-nftables/vim-nftables-0_pre20200629-r1.ebuild deleted file mode 100644 index 52618be2eb78..000000000000 --- a/app-vim/vim-nftables/vim-nftables-0_pre20200629-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -COMMIT_ID="26f8a506c6f3e41f1e4a8d6aa94c9a79a666bbff" - -DESCRIPTION="vim plugin: nftables syntax and indent" -HOMEPAGE="https://github.com/nfnty/vim-nftables" -SRC_URI="https://github.com/nfnty/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT_ID}" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm64 ~x86" - -PATCHES=( - "${FILESDIR}/vim-nftables-0_pre2020062901-no-expandtab.patch" -) diff --git a/app-vim/vim-r/Manifest b/app-vim/vim-r/Manifest deleted file mode 100644 index 557acb649ef3..000000000000 --- a/app-vim/vim-r/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-r-1.2.6.tar.bz2 76361 BLAKE2B 0f3596f7cf249562700db24b837a77b2edf8295ab23bd1bf3dff2f59970033ffc2de6017f26e1a5b53aed240aea4c20e8bce673aabcced45ec4f7eef027a972f SHA512 187b31068d32c22c182650571dc5af68cc804562ffdc6b4902729735e4000b1ca4e0636d6b5617f3c2f36403eb4f0b1adc35d2387b5c110286da2ea2254f9009 diff --git a/app-vim/vim-r/metadata.xml b/app-vim/vim-r/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-r/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-r/vim-r-1.2.6.ebuild b/app-vim/vim-r/vim-r-1.2.6.ebuild deleted file mode 100644 index e3d0b10fdcc9..000000000000 --- a/app-vim/vim-r/vim-r-1.2.6.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 - -DESCRIPTION="vim plugin: integrate vim with R" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2628" -LICENSE="public-domain" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-lang/R" - -VIM_PLUGIN_HELPFILES="r-plugin.txt" - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]]; then - elog "This plugin requires the vimcom R package to be installed," - elog "see https://github.com/jalvesaq/VimCom for instructions." - fi -} diff --git a/app-vim/vim-rest-console/Manifest b/app-vim/vim-rest-console/Manifest deleted file mode 100644 index dd797d167afc..000000000000 --- a/app-vim/vim-rest-console/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-rest-console-2.6.0.tar.gz 15935 BLAKE2B 93c9d9637b67c5fd3b7a765b2bddb2942798d93605f2e558abc95d338116d9325e08b1717c8326824c915f71388af84d70ac8ddea1baead12137c7564da57ddf SHA512 d75b9071eed1bdae604c3fc3457c319a8893ba01001c6b27b8bbea038e9964597bb1a7a2e03ac1d6d9e35e9d96ee350f1eaf6c12f2e8f53929f3f511a470170d diff --git a/app-vim/vim-rest-console/metadata.xml b/app-vim/vim-rest-console/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-rest-console/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild b/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild deleted file mode 100644 index 512566d85a77..000000000000 --- a/app-vim/vim-rest-console/vim-rest-console-2.6.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: a REST console for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=5182 - https://github.com/diepm/vim-rest-console" -SRC_URI="https://github.com/diepm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="net-misc/curl" diff --git a/app-vim/vim-spell-cs/Manifest b/app-vim/vim-spell-cs/Manifest deleted file mode 100644 index 536323c865eb..000000000000 --- a/app-vim/vim-spell-cs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-cs-20061021.tar.bz2 1320356 BLAKE2B 0583ecb357ab3180c637211c6565e5e8e61e2739e41b25a3a704944d7216b8c54ebc249734af25d92de1c9a69bc9021d538df78953773570d7f84f70ff6705a9 SHA512 cb9cae6dab11c5cbbe16e0902b18cdbea81dbd7844eda4774f45c6e5a5f3eebb09e062a37845a0e6ff5bc5c0abf7219001824768c0e058998a7c922790006e99 diff --git a/app-vim/vim-spell-cs/metadata.xml b/app-vim/vim-spell-cs/metadata.xml deleted file mode 100644 index 3398ad471337..000000000000 --- a/app-vim/vim-spell-cs/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>jkt@kde.org</email> - <name>Jan Kundrát</name> - </maintainer> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-cs/vim-spell-cs-20061021-r2.ebuild b/app-vim/vim-spell-cs/vim-spell-cs-20061021-r2.ebuild deleted file mode 100644 index 66fb51c4a366..000000000000 --- a/app-vim/vim-spell-cs/vim-spell-cs-20061021-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="Czech" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="GPL-2" -KEYWORDS="amd64 ~sparc x86" diff --git a/app-vim/vim-spell-da/Manifest b/app-vim/vim-spell-da/Manifest deleted file mode 100644 index 945d5e326630..000000000000 --- a/app-vim/vim-spell-da/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-da-20060116.tar.bz2 629196 BLAKE2B fd8829e2920514ddd2e6c224521d6337b3e18d0cec1bfbfa89ff93aac35fa22d9a908ea353b969c0cd3e6c86bbee8bca58fa5e80c01141aa74c6a54dd016214c SHA512 0d055972b15acdd2ea7166711e344b1718975f7de6a49653240fb2e1bb31a82a8174e46de83f38d93d226782b97e2c58aff50cc0efab95dcde3d53b80205f444 diff --git a/app-vim/vim-spell-da/metadata.xml b/app-vim/vim-spell-da/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-da/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-da/vim-spell-da-20060116-r2.ebuild b/app-vim/vim-spell-da/vim-spell-da-20060116-r2.ebuild deleted file mode 100644 index b141b4210476..000000000000 --- a/app-vim/vim-spell-da/vim-spell-da-20060116-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="Danish" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ppc ~sparc x86" diff --git a/app-vim/vim-spell-de/Manifest b/app-vim/vim-spell-de/Manifest deleted file mode 100644 index 542f5d7a8efc..000000000000 --- a/app-vim/vim-spell-de/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-de-20080213.tar.bz2 11171578 BLAKE2B ac344c6d9d72fabe9f950859bc6e7f880b72484622dda12ac5b9e59e485a158a4d9d4948210aa96031328fd446abdd9ff786dad7b6b8c1f8dfc185cc2b35fea6 SHA512 6b18d527a61573f865dc51bad1c8f4aca17453c2605c390e330a52f041f1392c438190dcc6168803bf415b4e9e470055a52013ee16ea32c7a8c42b2843fb3698 diff --git a/app-vim/vim-spell-de/metadata.xml b/app-vim/vim-spell-de/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-de/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-de/vim-spell-de-20080213-r2.ebuild b/app-vim/vim-spell-de/vim-spell-de-20080213-r2.ebuild deleted file mode 100644 index f23a5d80779c..000000000000 --- a/app-vim/vim-spell-de/vim-spell-de-20080213-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="German" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ppc ~sparc x86 ~x64-macos" diff --git a/app-vim/vim-spell-el/Manifest b/app-vim/vim-spell-el/Manifest deleted file mode 100644 index 1d195db25d4a..000000000000 --- a/app-vim/vim-spell-el/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-el-20080402.tar.bz2 3360601 BLAKE2B a3ab008a4786838aa6b85c061d899e8348ff19cf8aa1763b8661715c5017486363d03be1431f7dd228a6ce5a7ee8b85bd98a8cd8e2fd44e91d0751dd206a1d10 SHA512 5cf68b43e213c3d6f36c96c7414927314e25bd45283759490628cd40c6b4052e6f4c7b43db27e9a3393dc32c8960452f94ba42e279c4dad4a5a5520e338d38e9 diff --git a/app-vim/vim-spell-el/metadata.xml b/app-vim/vim-spell-el/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-el/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-el/vim-spell-el-20080402-r2.ebuild b/app-vim/vim-spell-el/vim-spell-el-20080402-r2.ebuild deleted file mode 100644 index 71dc67e90d20..000000000000 --- a/app-vim/vim-spell-el/vim-spell-el-20080402-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="Greek" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" diff --git a/app-vim/vim-spell-en/Manifest b/app-vim/vim-spell-en/Manifest deleted file mode 100644 index 3bd41f577bad..000000000000 --- a/app-vim/vim-spell-en/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-en-20060123.tar.bz2 1819791 BLAKE2B 943265e3db6f0c47ed71381e12bcc23cc0f8636b40c5a694d49064a5f27a845b37810cc5468fcfcebbf9f37537ab574467fd6cc25a3e61966b2851d3d4353a34 SHA512 145a4cbf976b5472b2474f9d84978e9907f0dabdee05fa55b0b4ce5f56dc27ef568e8c28fe67d9d8b86a33e0392b1fc6af6f44d6f147ce894070b58e40109dc0 diff --git a/app-vim/vim-spell-en/metadata.xml b/app-vim/vim-spell-en/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-en/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-en/vim-spell-en-20060123-r2.ebuild b/app-vim/vim-spell-en/vim-spell-en-20060123-r2.ebuild deleted file mode 100644 index 1082d20ac418..000000000000 --- a/app-vim/vim-spell-en/vim-spell-en-20060123-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="English" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="BSD LGPL-2.1 public-domain" -KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~sparc x86" diff --git a/app-vim/vim-spell-es/Manifest b/app-vim/vim-spell-es/Manifest deleted file mode 100644 index ae39d91abd22..000000000000 --- a/app-vim/vim-spell-es/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-es-20060208.tar.bz2 2417510 BLAKE2B a10bde19d08b272576b06cc6c78234b1c6218b44eea9a16cbe3a43935f1f80f2910ebb04e5efdf85e55dfe510d9cf4943b027249b138d4cb37499c67b3d4ce55 SHA512 e035e587191eabc78672ff4cb72c637e8f582480c67ab79b93879de6791d09484108ddd213213186a0fef02869012d28d31793274a638ac7c87fe9e2aeeadec2 diff --git a/app-vim/vim-spell-es/metadata.xml b/app-vim/vim-spell-es/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-es/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-es/vim-spell-es-20060208-r2.ebuild b/app-vim/vim-spell-es/vim-spell-es-20060208-r2.ebuild deleted file mode 100644 index ddab571ba115..000000000000 --- a/app-vim/vim-spell-es/vim-spell-es-20060208-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="Spanish" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ppc ~sparc x86" diff --git a/app-vim/vim-spell-fr/Manifest b/app-vim/vim-spell-fr/Manifest deleted file mode 100644 index 3891fd392464..000000000000 --- a/app-vim/vim-spell-fr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-fr-20060121.tar.bz2 408587 BLAKE2B 9a3678b2aa4e8e7c9a4c56e0e856dc2892ef00c58c2442b196e257db11c63032bce4e69c934c47a9a91296cbb44bd2c3921ae191f4b982ff80c1532b313daeef SHA512 2f826751d450bae22aff918004e980fb3f9065fdf418bc0071510b8b0fa2d4bae3d4c9563231e4e6be8320a39018d8b2bee0ea06c6206c3b5a60b6c3d4db2575 diff --git a/app-vim/vim-spell-fr/metadata.xml b/app-vim/vim-spell-fr/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-fr/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-fr/vim-spell-fr-20060121-r2.ebuild b/app-vim/vim-spell-fr/vim-spell-fr-20060121-r2.ebuild deleted file mode 100644 index 325495024102..000000000000 --- a/app-vim/vim-spell-fr/vim-spell-fr-20060121-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="French" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc ~sparc x86" diff --git a/app-vim/vim-spell-he/Manifest b/app-vim/vim-spell-he/Manifest deleted file mode 100644 index 6cde77fcd404..000000000000 --- a/app-vim/vim-spell-he/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-he-20100312.tar.bz2 177495 BLAKE2B d85d2fbd2d7b66c6d8bd1fa5447107f9411ef0bdf191eb8fc094d5de85abab39b22c83e6626e580ac722fe75ee807ba7d728eccad1941ea5d52e8190639d9697 SHA512 c6cb7c7eca7b842ceb0aa8b62e0afb215403004fb76d11ef2bfd55398657799e92dfc7d6ed3802008bd7f5bc3caf8cf15697fbfb64f935361c6958d26c7e5775 diff --git a/app-vim/vim-spell-he/metadata.xml b/app-vim/vim-spell-he/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-he/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-he/vim-spell-he-20100312-r2.ebuild b/app-vim/vim-spell-he/vim-spell-he-20100312-r2.ebuild deleted file mode 100644 index 7be07bddc95c..000000000000 --- a/app-vim/vim-spell-he/vim-spell-he-20100312-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="Hebrew" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="GPL-2" -KEYWORDS="amd64 ~arm64 x86" diff --git a/app-vim/vim-spell-hu/Manifest b/app-vim/vim-spell-hu/Manifest deleted file mode 100644 index 32f60b955dbb..000000000000 --- a/app-vim/vim-spell-hu/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-hu-20100312.tar.bz2 2516564 BLAKE2B 34fba5a304a6761024312783b575cc6264ed82dcb132db514bac2d357e3c811ce9b3e953d572bd19cd190ef1578f14f91b09affb972250c35982624c9f6d8621 SHA512 44c94f84c3edd94020fdae430723b2e264113d29f5e295e6593274741ef094a8fe1dfa1d692cddc266f2cb3d58fa5601f80576d4ca55fd185c1213e983a3fb99 diff --git a/app-vim/vim-spell-hu/metadata.xml b/app-vim/vim-spell-hu/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-hu/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-hu/vim-spell-hu-20100312-r2.ebuild b/app-vim/vim-spell-hu/vim-spell-hu-20100312-r2.ebuild deleted file mode 100644 index cab1a4c60a72..000000000000 --- a/app-vim/vim-spell-hu/vim-spell-hu-20100312-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="Hungarian" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" diff --git a/app-vim/vim-spell-it/Manifest b/app-vim/vim-spell-it/Manifest deleted file mode 100644 index c04364fab437..000000000000 --- a/app-vim/vim-spell-it/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-it-20100312.tar.bz2 874072 BLAKE2B 44f84ffccc7195345a0981e3de0506869db6414e83cf87b55d759ab54eac8633cb5049683ddd023c8b7272912b492e14cbbbb600af6556b725405ef6c8756c9f SHA512 7f215d65a798c64c33f38c52205f5c15ce132361d078eb0c48ea5058c97da21b25c24952b15a2737b6b8d1de1d5bb6fbbc880acb57834e6d00773ce97c80de5d diff --git a/app-vim/vim-spell-it/metadata.xml b/app-vim/vim-spell-it/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-it/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-it/vim-spell-it-20100312-r2.ebuild b/app-vim/vim-spell-it/vim-spell-it-20100312-r2.ebuild deleted file mode 100644 index 4eeeeb5200aa..000000000000 --- a/app-vim/vim-spell-it/vim-spell-it-20100312-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="Italian" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" diff --git a/app-vim/vim-spell-nl/Manifest b/app-vim/vim-spell-nl/Manifest deleted file mode 100644 index e6fc695d9300..000000000000 --- a/app-vim/vim-spell-nl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-nl-20051007.tar.bz2 670750 BLAKE2B c9597f3a5eeabd8550e1974d52720fa11b37ac29b3fa6e8fa5ad79a67ab945c25e07d1a546f6dd4aafec66664376fef7c94085cfbaef983352769df8af1bcd39 SHA512 5d62c84178c91e139516181e35c6e2802aaeb1897e70f50dcad93f7ad7efad1e9f983334bc7d3a3a3355e20a535c2e81096583a3ee11aab0f49698f4dee03c5e diff --git a/app-vim/vim-spell-nl/metadata.xml b/app-vim/vim-spell-nl/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-nl/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-nl/vim-spell-nl-20051007-r2.ebuild b/app-vim/vim-spell-nl/vim-spell-nl-20051007-r2.ebuild deleted file mode 100644 index 0cda229884d9..000000000000 --- a/app-vim/vim-spell-nl/vim-spell-nl-20051007-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="Dutch" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="GPL-2" -KEYWORDS="amd64 ppc ~sparc x86" diff --git a/app-vim/vim-spell-pl/Manifest b/app-vim/vim-spell-pl/Manifest deleted file mode 100644 index 3a174607602d..000000000000 --- a/app-vim/vim-spell-pl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-pl-20060218.tar.bz2 1489524 BLAKE2B ca0fcea6fc9f876a896f80f572d734ea12299e57a1c3b861e24aa8f287a061a2f5f1351ac9f57177b3c2ccde00f3fedb8321749135ef1b03da23b9f7670a848f SHA512 a83900e0cf0702c70498bbf47c9db5048205d0a70ed8fcd7c984353987fa5a97334093cce7844ad639a80a910bdfa644302191d8f27d465af4a53bcaa42acde0 diff --git a/app-vim/vim-spell-pl/metadata.xml b/app-vim/vim-spell-pl/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-pl/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-pl/vim-spell-pl-20060218-r2.ebuild b/app-vim/vim-spell-pl/vim-spell-pl-20060218-r2.ebuild deleted file mode 100644 index 043618dea8c8..000000000000 --- a/app-vim/vim-spell-pl/vim-spell-pl-20060218-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="Polish" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="CC-BY-SA-2.0" -KEYWORDS="amd64 ppc ~sparc x86" diff --git a/app-vim/vim-spell-pt/Manifest b/app-vim/vim-spell-pt/Manifest deleted file mode 100644 index ff5a953b569d..000000000000 --- a/app-vim/vim-spell-pt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-pt-20100312.tar.bz2 2018267 BLAKE2B 98875d8d7fa0bc1a0a2ef5f9cd2b2fd1d85f50236491c965055f6edf2220f06bf98669c497ff67458aeeafa77a19cfd034dd4200c9689fc40eb5d6806a9605c2 SHA512 0bd90524a4066f1b7d29ad85389557718cae5d3b6815a0037e2ca55987658278f0a1aa5e02614fc84a5862721a58404d8582d62ee6e8d15ef954e004481af49e diff --git a/app-vim/vim-spell-pt/metadata.xml b/app-vim/vim-spell-pt/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-pt/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-pt/vim-spell-pt-20100312-r2.ebuild b/app-vim/vim-spell-pt/vim-spell-pt-20100312-r2.ebuild deleted file mode 100644 index 2091035affd5..000000000000 --- a/app-vim/vim-spell-pt/vim-spell-pt-20100312-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="Portuguese" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="GPL-2 LGPL-2.1 MPL-1.1" -KEYWORDS="amd64 x86" diff --git a/app-vim/vim-spell-ru/Manifest b/app-vim/vim-spell-ru/Manifest deleted file mode 100644 index 3689163d093f..000000000000 --- a/app-vim/vim-spell-ru/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-spell-ru-20070506.tar.bz2 7232867 BLAKE2B 7d2ffed642764ea9dde8464d1dd1135a24ff60b6279995a27e17b32e70fd3ed9bc0d8ad2f7864d6ffbbcef5f83c03ec01f9b59f9afd9dc9f2a35ef175c40c0d4 SHA512 268ff4c56299ed06e329c8342c3d9ec567278c8a8c0a90d56f6320052d7ee38b17b1724e0f8fbf72d616285a9d7ba3a8e7a1f5f4d78ff8bdc41c73655eebdf33 diff --git a/app-vim/vim-spell-ru/metadata.xml b/app-vim/vim-spell-ru/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim-spell-ru/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-spell-ru/vim-spell-ru-20070506-r2.ebuild b/app-vim/vim-spell-ru/vim-spell-ru-20070506-r2.ebuild deleted file mode 100644 index bfc8c5687555..000000000000 --- a/app-vim/vim-spell-ru/vim-spell-ru-20070506-r2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -VIM_SPELL_LANGUAGE="Russian" - -inherit vim-spell - -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -LICENSE="myspell-ru_RU-AlexanderLebedev" -KEYWORDS="amd64 ~arm64 ppc ~sparc x86" diff --git a/app-vim/vim-tmux/Manifest b/app-vim/vim-tmux/Manifest deleted file mode 100644 index a2b5ddf0ca41..000000000000 --- a/app-vim/vim-tmux/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim-tmux-3.0.0.tar.gz 9658 BLAKE2B 188485b4c74e60292aa153693246c9e612cbc4736accb7aafad3ee901084023b3f40374212afe2139c634b8457c2ec871f0cf5e6d02beb69fc3c433f26b8610d SHA512 d251ff07b0702e4f9969d02a9c32924db62f77b71250fda175053883abc35c18932f9869ea0514df1b7acb9cc65f6b39e2b8c640ad77ff36a19ceaa74d13d77b diff --git a/app-vim/vim-tmux/metadata.xml b/app-vim/vim-tmux/metadata.xml deleted file mode 100644 index 76b4f280e05a..000000000000 --- a/app-vim/vim-tmux/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Tools Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild deleted file mode 100644 index 74c1751cc025..000000000000 --- a/app-vim/vim-tmux/vim-tmux-3.0.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: tmux support for vim" -HOMEPAGE="https://github.com/tmux-plugins/vim-tmux" -SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain MIT" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -DOCS=( README.md CHANGELOG.md ) diff --git a/app-vim/vim2hs/Manifest b/app-vim/vim2hs/Manifest deleted file mode 100644 index c37c15a59696..000000000000 --- a/app-vim/vim2hs/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vim2hs-0.1_p20171106.tar.gz 259627 BLAKE2B 48a6bd773709ea1df0efcd3fe580cec353ef3c3ae7aadd4693313c3bc294238d5f73ccc84c32f75edd3e708a2be74c22efbe077d448b1dd3102e89c0ded6efe6 SHA512 835ea1344f055af06843a327bf7294ae9fe0e735455b3c21d4fba56eab75f19b578ff8cd962f6527efee0e0f89084c9c2cd86d3944e0ac35b89b33a6047df4a0 diff --git a/app-vim/vim2hs/metadata.xml b/app-vim/vim2hs/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vim2hs/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild b/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild deleted file mode 100644 index 9ff6a9a37eba..000000000000 --- a/app-vim/vim2hs/vim2hs-0.1_p20171106.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin vcs-snapshot - -# Commit Date: 16 Apr 2014 -COMMIT="f2afd55704bfe0a2d66e6b270d247e9b8a7b1664" - -DESCRIPTION="vim plugin: collection of vimscripts for Haskell development" -HOMEPAGE="https://github.com/dag/vim2hs" -SRC_URI="https://github.com/dag/vim2hs/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-lang/ghc" - -src_compile() { :; } - -src_install() { - # We want a stripped-down version of these. - local f - for f in screenshots/*; do - bzip2 -9 "${f}" || die - done - vim-plugin_src_install -} diff --git a/app-vim/vimagit/Manifest b/app-vim/vimagit/Manifest deleted file mode 100644 index 0bf10f866295..000000000000 --- a/app-vim/vimagit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vimagit-1.7.3.tar.gz 42325 BLAKE2B cad2adc5b61dd2abbfa2cdb58c11e293d2a0d03fd5d08c8f4a08140e5bc397ad6949a20b1c4b3076537dcf8b1b4b2f00f0a90ff62dc8a858ff5b37e0e3b257e0 SHA512 bfc0d49892fdb5c5dfc3ca971bc676081ba820420ad358a888299eb5b92e13f185b0acc6c636a493faef3dc10c7a8b56b7dc4393a08cb5b7012619234782b158 diff --git a/app-vim/vimagit/metadata.xml b/app-vim/vimagit/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vimagit/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vimagit/vimagit-1.7.3.ebuild b/app-vim/vimagit/vimagit-1.7.3.ebuild deleted file mode 100644 index fbf952912166..000000000000 --- a/app-vim/vimagit/vimagit-1.7.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: ease your git workflow within vim" -HOMEPAGE="https://github.com/jreybert/vimagit" -SRC_URI="https://github.com/jreybert/vimagit/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="vim" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}" - -RDEPEND="dev-vcs/git" - -DOCS=( README.md Changelog ) diff --git a/app-vim/vimbuddy/Manifest b/app-vim/vimbuddy/Manifest deleted file mode 100644 index 707515d035c2..000000000000 --- a/app-vim/vimbuddy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vimbuddy-0.9.2.tar.gz 1152 BLAKE2B cc7ea6fcffa05bacbcbcab2850486c648cc9dd4fe2d7896865ef17acef6c9cf8b05ee33a14fd212b156b4ee9c4c04a8abb764c320a74b0cfead545f1ab3f9636 SHA512 feca2b303e677cdc0ed1a02e92c54ae293ccd380006667ea49c93ea804975bf8c40044c11e2599ad3e81062a453465249120fc7daaf2eea994d8d81d3d2f87cb diff --git a/app-vim/vimbuddy/metadata.xml b/app-vim/vimbuddy/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vimbuddy/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r2.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r2.ebuild deleted file mode 100644 index 2686971f5942..000000000000 --- a/app-vim/vimbuddy/vimbuddy-0.9.2-r2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: vimbuddy for the status line" -HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim" -SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}.vim-${PV}" - -LICENSE="public-domain" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=8" diff --git a/app-vim/vimcdoc/Manifest b/app-vim/vimcdoc/Manifest deleted file mode 100644 index 4596954c8b93..000000000000 --- a/app-vim/vimcdoc/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST vimcdoc-2.1.0.tar.gz 2228306 BLAKE2B 099727487067f5ff1e28ab1d8562edc6377984e557c9fa8b467102cd7df069f6bfed7d2149c59f8b5d8aa6e2352905533cdc6c6c1869a8e2494c4b1601df6056 SHA512 31df2f9b37d0fe00205afc66a920633fae770bca569c3d71376cc4b27af42f6f8bd6aa9f997b5007bad65ca4525a1847e396b64083ca7dd12748153e4d216096 -DIST vimcdoc-2.4.0.tar.gz 2962880 BLAKE2B bdc649e67efce685632fd90764037d37084920909c34c6c001afa32d8176211d941369aafcccd1dc2a3839d4f075b3ca73e970327124a7f3f159a0e320f3d8c5 SHA512 f38d93370cdb746b841ff327d39a343fab34f4489045ca4235703c8d7b6a48c7959699afaaf3ee5dc9141867c594e72b3a3f811fb4d20b961a7d535cb6a57c3f diff --git a/app-vim/vimcdoc/metadata.xml b/app-vim/vimcdoc/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vimcdoc/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild b/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild deleted file mode 100644 index 7ce216da39e9..000000000000 --- a/app-vim/vimcdoc/vimcdoc-2.1.0.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="online vim documentation translated into Chinese" -HOMEPAGE="https://vimcdoc.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="vim.org" -KEYWORDS="~amd64 ~x86" diff --git a/app-vim/vimcdoc/vimcdoc-2.4.0.ebuild b/app-vim/vimcdoc/vimcdoc-2.4.0.ebuild deleted file mode 100644 index 7ce216da39e9..000000000000 --- a/app-vim/vimcdoc/vimcdoc-2.4.0.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="online vim documentation translated into Chinese" -HOMEPAGE="https://vimcdoc.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="vim.org" -KEYWORDS="~amd64 ~x86" diff --git a/app-vim/vimclojure/Manifest b/app-vim/vimclojure/Manifest deleted file mode 100644 index 5f76d515fd63..000000000000 --- a/app-vim/vimclojure/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vimclojure-2.3.6.tar.gz 32456 BLAKE2B 7c80611516cf7e1d46400c8cc8c9f9f8146ce8f1ce2fc7458ad9e5a7c778f54496f3a1b2fe47a6cc9cb28cb8f6f0e0e67ace77a09c7258f1585cb76758d6e908 SHA512 186fd5607ccaa4b4344aed4d165d257d0518b3fe19d7b9d858b11a672f68c601bbd453fde7189dd61c3fc2f0b8517c3481579355bf5405ab90517dc48900fd51 diff --git a/app-vim/vimclojure/metadata.xml b/app-vim/vimclojure/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vimclojure/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild deleted file mode 100644 index 4dc6e6b83aba..000000000000 --- a/app-vim/vimclojure/vimclojure-2.3.6-r4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -MY_PN="VimClojure" - -DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings" -HOMEPAGE="https://github.com/vim-scripts/VimClojure" -SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="amd64" -LICENSE="BSD" -SLOT="0" - -RDEPEND="dev-lang/clojure" - -S="${WORKDIR}/${MY_PN}-${PV}" - -DOCS=( README README.markdown ) - -# Files with similar names are already installed by app-vim/slimv. -DUPLICATE_FILES=( - indent/clojure.vim - ftdetect/clojure.vim -) - -src_prepare() { - default - - # Remove .bat files. - find . -type f -name \*.bat -exec rm -v {} \; || die - - # Let's simply rename ${DUPLICATE_FILES[@]}. - local f - for f in "${DUPLICATE_FILES[@]}"; do - [[ -f "${f}" ]] || die "Couldn't find ${f}" - bname="${f##*/}" - path="${f%/*}" - noext="${bname%%.*}" - newname="${path}/${PN}_${noext}.vim" - mv -v "${f}" "${newname}" || die - done -} - -src_install() { - rm -rv doc/LICENSE.txt bin || die - vim-plugin_src_install -} diff --git a/app-vim/vimcommander/Manifest b/app-vim/vimcommander/Manifest deleted file mode 100644 index 05d7ec943e2e..000000000000 --- a/app-vim/vimcommander/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vimcommander-0.81.tar.bz2 8447 BLAKE2B 62cfde9c053db718c8b35126826fe14fdde625c2341a22cd779dc13d9972a0b28a19f3f1efbb6dd6fddd96b6487478d113b055d132029e77d170b6b378c92f1d SHA512 903c97cd56d24f9c568b863c52f69878bc3aab7f8728de38697437bf0c0697b585b1d5ac5d824d472518dabf0f2367dff24b1881742b7d28c0f5452d74c37fab diff --git a/app-vim/vimcommander/metadata.xml b/app-vim/vimcommander/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vimcommander/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vimcommander/vimcommander-0.81.ebuild b/app-vim/vimcommander/vimcommander-0.81.ebuild deleted file mode 100644 index 8fc39e5912c8..000000000000 --- a/app-vim/vimcommander/vimcommander-0.81.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit vim-plugin - -DESCRIPTION="vim plugin: Total Commander style file explorer" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=808" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ppc ~sparc x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/vimpython/Manifest b/app-vim/vimpython/Manifest deleted file mode 100644 index 992e16af55d1..000000000000 --- a/app-vim/vimpython/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vimpython-1.13.tar.bz2 4270 BLAKE2B 7973aea8ea397f3f2edcf8a2845ab47cad3015925dd9e42e37a7ada47f25073b68d6d8f8c378a86d90e39c0aae63aba784753679b4d04a5aad268db157400ae2 SHA512 467217ad160f02d3ecdc8c43e35966e496e6c5f99bef115bd4905795c0fd5b8f68f68bc8edd64ca1dbb1c6fbc088ef6ae996f524f0343943702f2a92dcc144ce diff --git a/app-vim/vimpython/metadata.xml b/app-vim/vimpython/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vimpython/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vimpython/vimpython-1.13-r4.ebuild b/app-vim/vimpython/vimpython-1.13-r4.ebuild deleted file mode 100644 index c7d4e7b9d684..000000000000 --- a/app-vim/vimpython/vimpython-1.13-r4.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{13..14} ) - -inherit vim-plugin python-single-r1 - -DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ppc ~sparc x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" diff --git a/app-vim/vimtex/Manifest b/app-vim/vimtex/Manifest deleted file mode 100644 index 9cb457c833aa..000000000000 --- a/app-vim/vimtex/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vimtex-2.15.tar.gz 1092207 BLAKE2B 19feb79c47fa7906fbf97c126ca30a3ff89cd2b5aa034356e48d202eb55f41320bce1d40011dee4f8d099678a9748405ad7913f6df520773050fe494402f56e6 SHA512 1e436a375d3244b2bd3ccd82badc31f145c95990c1b058b5aa02ecb1adaafc80c6bf31661229fe6cb4f262c282da49755491b7311c0d450e5782d427e92ada1e diff --git a/app-vim/vimtex/metadata.xml b/app-vim/vimtex/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/vimtex/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vimtex/vimtex-2.15.ebuild b/app-vim/vimtex/vimtex-2.15.ebuild deleted file mode 100644 index a79ca01e84a6..000000000000 --- a/app-vim/vimtex/vimtex-2.15.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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" - -LICENSE="MIT" -KEYWORDS="~amd64 ~riscv ~x86" - -VIM_PLUGIN_HELPFILES="${PN}" - -RDEPEND=" - !app-vim/vim-latex - !app-vim/automatictexplugin -" - -src_install() { - vim-plugin_src_install lua -} diff --git a/app-vim/vspec/Manifest b/app-vim/vspec/Manifest deleted file mode 100644 index 5d2aab7c21ed..000000000000 --- a/app-vim/vspec/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vspec-1.9.2.tar.gz 28882 BLAKE2B 016b91e2eb9ef5b6d8ebf563ddd620ce9e57dc4a9d013a67b3d5cf644325c49f02aaef8b3a114b6802494ca026989ff56ab1f0cb5e398f6cc9eb91fee96797ea SHA512 0c453743f73cfc5990fcb7222cc6fc1b96b93b15b4ef701562f84ae8ef2961c0e2e256f32a400218518463b932a3efdba33e3ca0b418f3ac6969ab38aeaf348c diff --git a/app-vim/vspec/metadata.xml b/app-vim/vspec/metadata.xml deleted file mode 100644 index 5e3960b8d690..000000000000 --- a/app-vim/vspec/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/vspec/vspec-1.9.2.ebuild b/app-vim/vspec/vspec-1.9.2.ebuild deleted file mode 100644 index 00a73fc1ba63..000000000000 --- a/app-vim/vspec/vspec-1.9.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit edo vim-plugin - -DESCRIPTION="A testing framework for Vim script" -HOMEPAGE=" - https://www.vim.org/scripts/script.php?script_id=3012 - https://github.com/kana/vim-vspec -" -SRC_URI="https://github.com/kana/vim-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/vim-${P}" - -LICENSE="MIT" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-lang/perl:*" -BDEPEND="test? ( ${RDEPEND} )" - -VIM_PLUGIN_HELPFILES="vspec.txt" - -# Uncomment on the next release -#DOCS=( {README,TUTORIAL_CI}.md ) - -src_prepare() { - vim-plugin_src_prepare - - # remove failing tests - rm t/{indent,syntax}.vim || die -} - -src_test() { - export LC_ALL=C - edo ./bin/prove-vspec -} - -src_install() { - # fix paths for the binary to be installed; don't do it in src_prepare - # as it will make the tests fail - sed "s|\$0|${EPREFIX}/usr/share/vim/vimfiles/bin/vspec|g" \ - -i bin/vspec || die - - vim-plugin_src_install bin - - fperms +x /usr/share/vim/vimfiles/bin/{vspec,prove-vspec} - dosym -r {/usr/share/vim/vimfiles,/usr}/bin/vspec - dosym -r {/usr/share/vim/vimfiles,/usr}/bin/prove-vspec -} diff --git a/app-vim/webapi/Manifest b/app-vim/webapi/Manifest deleted file mode 100644 index 17d5f238d413..000000000000 --- a/app-vim/webapi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST webapi-0.3.tar.gz 26388 BLAKE2B 878e9f760f9940b81647359fb8779d6386b4bd2d2190c77f2ef886a12a6d293f6f0e5829e05fe98e0c842cb927186f9e4a02dcddcdfe99d5e13d52ae43e7f775 SHA512 215516872a32f8d967a9bff6d13916d6571399184728c422babf486152fc4c3f57aa4a7fa7591d7205d4b2dd99138c36796d1f2d186d494d74cf5dd2fa7cdec8 diff --git a/app-vim/webapi/metadata.xml b/app-vim/webapi/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/webapi/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/webapi/webapi-0.3-r1.ebuild b/app-vim/webapi/webapi-0.3-r1.ebuild deleted file mode 100644 index 67052a4b99f6..000000000000 --- a/app-vim/webapi/webapi-0.3-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: interface to Web APIs" -HOMEPAGE="https://github.com/mattn/webapi-vim" -SRC_URI="https://github.com/mattn/${PN}-vim/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-vim-${PV}" - -LICENSE="BSD" -KEYWORDS="amd64 x86 ~x64-macos" - -RDEPEND="net-misc/curl" - -src_compile() { :; } diff --git a/app-vim/wikipedia-syntax/Manifest b/app-vim/wikipedia-syntax/Manifest deleted file mode 100644 index b559424dcf3a..000000000000 --- a/app-vim/wikipedia-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wikipedia-syntax-20101113.tar.bz2 3463 BLAKE2B ee37c972eaf884e6c5130356638c7309481f4e37b7c08056770d9600e35ef67b1480fd0b8f4eb68a10df9caf8f4152e325d501d752e799eb5b43de8f5b012ce4 SHA512 e0e52d4cf6e6e5a3f6cb32b0dc22c91c6b3b58292f1e0d67cb4de4ed2675d7f6bbb069d37e6a59b0cfad201c082322e3cb5300639e39447bbcda22d99c88b4b4 diff --git a/app-vim/wikipedia-syntax/metadata.xml b/app-vim/wikipedia-syntax/metadata.xml deleted file mode 100644 index de25467faf0a..000000000000 --- a/app-vim/wikipedia-syntax/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <longdescription lang="en"> - This package provides Vim syntax highlighting for Wikipedia - files, and automatic filetype detection for these files based upon - filename. - </longdescription> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r2.ebuild b/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r2.ebuild deleted file mode 100644 index e8ea98b5fae2..000000000000 --- a/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Wikipedia syntax highlighting" -HOMEPAGE="https://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim" - -LICENSE="CC-BY-SA-3.0" -KEYWORDS="amd64 ~hppa ~mips ppc ppc64 x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for Wikipedia article -files. Detection is by filename (*.wiki)." - -VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/xquery-syntax/Manifest b/app-vim/xquery-syntax/Manifest deleted file mode 100644 index dd629a8d9c44..000000000000 --- a/app-vim/xquery-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xquery-syntax-0.1.tar.bz2 1552 BLAKE2B e33f5359d3059c7558516939e2ce14c906f12fd4b7c5d035cdbadc9485e1fc992e50a2c38685d27ffae40dc7b22375c6825ae414131846ff0c19d68484750ad0 SHA512 277503e2d7089702c58b2e04a48345e579b6cfdee5042da90e8401b914c1d515c811cbf71f6dedbeee4a21e7a4807bd0d694323ddb2bd6b9437edaaba5a0f2fd diff --git a/app-vim/xquery-syntax/metadata.xml b/app-vim/xquery-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/xquery-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild deleted file mode 100644 index 3535156598dc..000000000000 --- a/app-vim/xquery-syntax/xquery-syntax-0.1-r3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: XQuery syntax highlighting" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=803" - -LICENSE="vim.org" -KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~sparc x86" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides syntax highlighting for XQuery files." - -src_prepare() { - default - # use hi def link. Bug #101788, bug #101804. - sed -i -e 's,^hi\(ghlight\)\? link,hi def link,' syntax/xquery.vim \ - || die "sed failed" -} diff --git a/app-vim/xsl-syntax/Manifest b/app-vim/xsl-syntax/Manifest deleted file mode 100644 index 818adc537ba4..000000000000 --- a/app-vim/xsl-syntax/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xsl-syntax-0.3.11.tar.bz2 5770 BLAKE2B d7d06bf7e2537c8c6c1419f557e4c29042a1af6dd31850c28feccbd342a1beb60dded565f48b715d021ebe3279e0d4a75daa3063e7e8347a1977f97947a0a92a SHA512 e09f0f6ebe023a681560a12e919c9573abc2bf0f1a6fe1bda233ca296fa4fa81bead99aeb7eafb387f04e199f7601d8ce6593c767be1b3e94ff73135ea0f4361 diff --git a/app-vim/xsl-syntax/metadata.xml b/app-vim/xsl-syntax/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/xsl-syntax/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild deleted file mode 100644 index cb9e56d802ae..000000000000 --- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~sparc x86" - -VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257" - -src_prepare() { - default - # hi link is evil. See bug #101787, bug #101804. - sed -i -e 's,^hi link,hi def link,' syntax/xsl.vim || die "sed failed" -} diff --git a/app-vim/yankring/Manifest b/app-vim/yankring/Manifest deleted file mode 100644 index 1cb1333960d8..000000000000 --- a/app-vim/yankring/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST yankring-19.0.tar.bz2 36512 BLAKE2B 7bd68ded17ae506f67099d1fe8d41aa2b77aad6b9ebfba37c242e185ba3ba17ed72f6096ec404bea3a88b120ddd80e4871fb7a8eb005124932b9b3eebe2a1f9c SHA512 714d619e572f739c6d02b32d1da1ede449dccd45c4a74441c4806df1c6fdf51033da84412534dc021b0d082f72925ddcd9b29b5b0b1afcca34a79d0133263b18 diff --git a/app-vim/yankring/metadata.xml b/app-vim/yankring/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/yankring/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/yankring/yankring-19.0-r1.ebuild b/app-vim/yankring/yankring-19.0-r1.ebuild deleted file mode 100644 index c83e4cd88134..000000000000 --- a/app-vim/yankring/yankring-19.0-r1.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1234" -LICENSE="vim" -KEYWORDS="amd64 x86" diff --git a/app-vim/zenburn/Manifest b/app-vim/zenburn/Manifest deleted file mode 100644 index a45619ea2bf6..000000000000 --- a/app-vim/zenburn/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zenburn-2.25.tar.gz 7361 BLAKE2B 728930ddfeca46d7e020882fde92841a0ed9c889504686589a5028b1b373bc3b7c862d8fcc0740731738416057f4c99533e835594e8ce01029174d74f446bab3 SHA512 e3d222b66696ce24ff6ce8ccda201a15ee27d868581c311b8c31e7eeada4a2fe3ca395d53fc42245b1dfe4b68394cd22f23203dbd6366298adc7a9d6428af683 diff --git a/app-vim/zenburn/metadata.xml b/app-vim/zenburn/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/zenburn/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/zenburn/zenburn-2.25-r2.ebuild b/app-vim/zenburn/zenburn-2.25-r2.ebuild deleted file mode 100644 index 3add0f9c3bd0..000000000000 --- a/app-vim/zenburn/zenburn-2.25-r2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -MY_PN="Zenburn" - -DESCRIPTION="vim plugin: Low-contrast color scheme for Vim" -HOMEPAGE="https://github.com/jnurmine/Zenburn" -SRC_URI="https://github.com/jnurmine/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" - -RDEPEND="!app-vim/colorschemes" diff --git a/app-vim/zoomwin/Manifest b/app-vim/zoomwin/Manifest deleted file mode 100644 index 1f2ef0afd821..000000000000 --- a/app-vim/zoomwin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST zoomwin-24.tar.bz2 7928 BLAKE2B fc841f859635c58738a52ed55fdea997eaaaa867984347a0977c0818a24517ad580bbc3386567304d5812e20fa0015fbf3cbc116b50b7a56f361d5140a25e8ab SHA512 fb20958813c1cd956c25f34c9355454b5003cf1a2d3582149c07ea3cdb4630a0407f2407f3a8f96abec37659e75facef13094d6d1ec2972b937dab8bdf9d61a9 diff --git a/app-vim/zoomwin/metadata.xml b/app-vim/zoomwin/metadata.xml deleted file mode 100644 index f7978a1525fa..000000000000 --- a/app-vim/zoomwin/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <stabilize-allarches /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/app-vim/zoomwin/zoomwin-24-r2.ebuild b/app-vim/zoomwin/zoomwin-24-r2.ebuild deleted file mode 100644 index db57004d00d1..000000000000 --- a/app-vim/zoomwin/zoomwin-24-r2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -DESCRIPTION="vim plugin: brief-style window zooming" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=508" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ~mips ppc ~sparc x86" - -VIM_PLUGIN_HELPFILES="zoomwin" |
