app-vim/airline: remove old
authorTim Harder <radhermit@gentoo.org>
Mon, 13 Jan 2020 02:59:52 +0000 (19:59 -0700)
committerTim Harder <radhermit@gentoo.org>
Mon, 13 Jan 2020 03:00:43 +0000 (20:00 -0700)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
app-vim/airline/Manifest
app-vim/airline/airline-0.10.ebuild [deleted file]
app-vim/airline/airline-0.9.ebuild [deleted file]

index c3e891a5d31be84c6953d7a314fb418b5ee25e76..75a4d9a4e8bc2022d12792038ab7f6d7a04af871 100644 (file)
@@ -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 (file)
index 5c05063..0000000
+++ /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 (file)
index 66e1c77..0000000
+++ /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
-}