From 01459f126a9ed7fe6f7d0e2c10b2cc2225d7c379 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 12 Jan 2020 19:59:52 -0700 Subject: app-vim/airline: remove old Signed-off-by: Tim Harder --- app-vim/airline/Manifest | 2 -- app-vim/airline/airline-0.10.ebuild | 29 ----------------------------- app-vim/airline/airline-0.9.ebuild | 29 ----------------------------- 3 files changed, 60 deletions(-) delete mode 100644 app-vim/airline/airline-0.10.ebuild delete mode 100644 app-vim/airline/airline-0.9.ebuild (limited to 'app-vim') diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest index c3e891a5d31b..75a4d9a4e8bc 100644 --- a/app-vim/airline/Manifest +++ b/app-vim/airline/Manifest @@ -1,3 +1 @@ -DIST airline-0.10.tar.gz 86724 BLAKE2B b0019b07b188039a9a91d83bc240e6b2eedaf9d798483f03d252b57269c0cbbc58625b3d14e36a3caaa6fd35b65716d67a967a38511806d76bc7e76192086349 SHA512 94c87800b793d575d8e1fbf2971cc97e89aae4a6bd9581aee628d4e4f2d9e74df427fcc91b17908819b5f4793c72a9d0a827d5046d80918a52ef8e090ff2cae6 DIST airline-0.11.tar.gz 94961 BLAKE2B 7cb5cd6afbe1d30c664c6f2de75553972792806e4c75a9a178b497e92f3545e686111af08bb0b0b47e196a8ee04771947101bfe4d0d070023300f9479983f6ec SHA512 7837f9ae02c1503c7eb6918776292ac6e4b03535eb95aaf20ee091264af5e62c12b471a6e243db80891114848e71f75d9d1022df68909dd4940c88f093e3deb8 -DIST airline-0.9.tar.gz 72660 BLAKE2B d6c9762d8140b2a88a001b9ea3ae62c3c9147ccf3db90146d7fded8dcbc6062bf97c0725baa79db9d7bfe0eeaa5dc00ddfabde8ed1b9aec7f5aa24c41b11d1f2 SHA512 f3fd03c7ab6603eee6e892a1b88888d72fc43cf0a8582ad7e65152cddebb0d14be3a805529fa5467fc82e040cce2616f1693bf294c892c0849d9fb51cbbd04ec diff --git a/app-vim/airline/airline-0.10.ebuild b/app-vim/airline/airline-0.10.ebuild deleted file mode 100644 index 5c0506370c59..000000000000 --- a/app-vim/airline/airline-0.10.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 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 files - rm -r t Gemfile Rakefile LICENSE README* || die -} diff --git a/app-vim/airline/airline-0.9.ebuild b/app-vim/airline/airline-0.9.ebuild deleted file mode 100644 index 66e1c77f5dea..000000000000 --- a/app-vim/airline/airline-0.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 files - rm -r t Gemfile Rakefile LICENSE README* || die -} -- cgit v1.2.3-65-gdbad