diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-vim/airline | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-vim/airline')
| -rw-r--r-- | app-vim/airline/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/airline/airline-0.11.ebuild | 31 | ||||
| -rw-r--r-- | app-vim/airline/airline-9999.ebuild | 29 | ||||
| -rw-r--r-- | app-vim/airline/metadata.xml | 13 |
4 files changed, 0 insertions, 74 deletions
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 a52c875c1ff3..000000000000 --- a/app-vim/airline/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vim@gentoo.org</email> - <name>Gentoo Vim Project</name> - </maintainer> - <upstream> - <remote-id type="github">bling/vim-airline</remote-id> - <remote-id type="vim">4661</remote-id> - </upstream> - <stabilize-allarches/> -</pkgmetadata> |
