summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-24 21:39:22 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-24 21:39:22 -0400
commita3ff28c5ee0b1e9711b47e5dceb191c6ccb7fd6c (patch)
tree352b608e544c1855a1fc31c4368df17d3fb04db4 /app-vim/airline
parentmedia-plugins/gimp-gmic: remove old (diff)
downloadgentoo-a3ff28c5ee0b1e9711b47e5dceb191c6ccb7fd6c.tar.gz
gentoo-a3ff28c5ee0b1e9711b47e5dceb191c6ccb7fd6c.tar.bz2
gentoo-a3ff28c5ee0b1e9711b47e5dceb191c6ccb7fd6c.zip
app-vim/airline: remove old
Diffstat (limited to 'app-vim/airline')
-rw-r--r--app-vim/airline/Manifest3
-rw-r--r--app-vim/airline/airline-0.4.ebuild23
-rw-r--r--app-vim/airline/airline-0.5.ebuild27
-rw-r--r--app-vim/airline/airline-0.6.ebuild27
4 files changed, 0 insertions, 80 deletions
diff --git a/app-vim/airline/Manifest b/app-vim/airline/Manifest
index dfda60a1e0b6..39d3ff458023 100644
--- a/app-vim/airline/Manifest
+++ b/app-vim/airline/Manifest
@@ -1,4 +1 @@
-DIST airline-0.4.tar.gz 28561 SHA256 7adc9356662f229fefeb799fc511899a5dc9fe8d4e3b50f1f3682913e1fb6012 SHA512 4aa2d247746911ad352a83ea46275235f7c45d8cfb9f7c5d1138a7135045fb00c88cda48d6bffb2890c725564416454642f3637786a8f005217a271b8d7d518a WHIRLPOOL e0bfad3fbb1645e55e70fbcec67f2a287fb14a80d7f37e3f3e53284bc9c72c4d92bd08c7ce30050de8363fc6a5808e3e293f619ecfbd4ef536221f65cbded422
-DIST airline-0.5.tar.gz 38670 SHA256 ab00124f8853de6a0fd37073055e4dced2d6f532d263f7aae5c982bb55692e7e SHA512 870d66e30aefd96621ce1f756b053ee45eda12ce2d96640454dc4e1d0bfe70b4f679f4dcebc4f85b86cc35e9c0202c74156867dd305c413620d4a6c76e5c704e WHIRLPOOL 21aa436f0aa516fb26760e44ef3b10b640e5a9cc3ab11358a275a998fd5d9c713fa5798412bd1c3739648568b9ee905c391a2b6de6cab24b4e38afaca69426f8
-DIST airline-0.6.tar.gz 43866 SHA256 47fc3c84331e977ef01beaa5e13045e314c9e6d0868d2f4725daa3b3139ed0b6 SHA512 20fb94c2e5d0f67a6fedf87d80f39d35a5cba6c3f88a05e4803c0602d2dd95f01b9b120e4fce45d1fcda065f8a8d983f980415b6d262d1cf44c747156258a424 WHIRLPOOL 4a71c418e2d741ccf1ef5a9d5ece93a94de6982d29228b3a31e04653d61ff1ebe3d7ab257484757e1f1a2bf59c547bd43ed3310025e517988aad858fe933c208
DIST airline-0.7.tar.gz 54318 SHA256 5d6b8840ccef133662f420fb1dba132d54bf0f5cc663657945e6cbea7e4b609e SHA512 5e8b072538d8c19083bb4fe6e5f8a5df76cf00735eb8a8a08078fba33d5fc25d89f49b9d9e07276e1661748b04901f1bfdf52d054330931785eab3df71a496b5 WHIRLPOOL c664423ebfbc1e830feb81aa4573c991388756396263fdf3cd0f37b8391b673f94c6eda0cff1c7517ab7fb5de7735ac39a8d066212ea43bd03ef82e2e9aff71c
diff --git a/app-vim/airline/airline-0.4.ebuild b/app-vim/airline/airline-0.4.ebuild
deleted file mode 100644
index 02a67a859221..000000000000
--- a/app-vim/airline/airline-0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-MY_PN=vim-${PN}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air"
-HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661"
-SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- rm LICENSE README* || die
-}
diff --git a/app-vim/airline/airline-0.5.ebuild b/app-vim/airline/airline-0.5.ebuild
deleted file mode 100644
index 1cf37a18efed..000000000000
--- a/app-vim/airline/airline-0.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-if [[ ${PV} != 9999* ]] ; then
- MY_PN=vim-${PN}
- MY_P=${MY_PN}-${PV}
- SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S=${WORKDIR}/${MY_P}
-else
- inherit git-r3
- EGIT_REPO_URI="git://github.com/bling/vim-airline.git"
-fi
-
-DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air"
-HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
- # remove unwanted files
- rm -rf t Gemfile Rakefile LICENSE README*
-}
diff --git a/app-vim/airline/airline-0.6.ebuild b/app-vim/airline/airline-0.6.ebuild
deleted file mode 100644
index 1cf37a18efed..000000000000
--- a/app-vim/airline/airline-0.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-if [[ ${PV} != 9999* ]] ; then
- MY_PN=vim-${PN}
- MY_P=${MY_PN}-${PV}
- SRC_URI="https://github.com/bling/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S=${WORKDIR}/${MY_P}
-else
- inherit git-r3
- EGIT_REPO_URI="git://github.com/bling/vim-airline.git"
-fi
-
-DESCRIPTION="vim plugin: lean & mean statusline for vim that's light as air"
-HOMEPAGE="https://github.com/bling/vim-airline/ http://www.vim.org/scripts/script.php?script_id=4661"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
- # remove unwanted files
- rm -rf t Gemfile Rakefile LICENSE README*
-}