diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-01-16 19:25:31 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-01-16 19:25:31 -0500 |
commit | 321dfd4410099effc2c20344f408244dcf22e6f8 (patch) | |
tree | 2a9875973c6eb785d4dc69e584fafb8c48da1659 /app-vim/tagbar | |
parent | app-vim/taglist: remove old (diff) | |
download | gentoo-321dfd4410099effc2c20344f408244dcf22e6f8.tar.gz gentoo-321dfd4410099effc2c20344f408244dcf22e6f8.tar.bz2 gentoo-321dfd4410099effc2c20344f408244dcf22e6f8.zip |
app-vim/tagbar: remove old
Diffstat (limited to 'app-vim/tagbar')
-rw-r--r-- | app-vim/tagbar/Manifest | 2 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.5.ebuild | 18 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.6.ebuild | 18 |
3 files changed, 0 insertions, 38 deletions
diff --git a/app-vim/tagbar/Manifest b/app-vim/tagbar/Manifest index 82cbfac1a123..1a12bcec0e67 100644 --- a/app-vim/tagbar/Manifest +++ b/app-vim/tagbar/Manifest @@ -1,3 +1 @@ -DIST tagbar-2.5.tar.gz 44838 SHA256 b9632c1924dbe2c4b39ecda49a61bf956e059a09cf0017995059cc85078b8ae8 SHA512 da6491abc77fdcaf5f8ed1de82533d5d007f07d13bda67efeaf50a2a227117417a21bef92b5b05bed9ab5c0031d51ee386352581969ac714f92393de989da690 WHIRLPOOL 2dca052fdd03d5eb1207a4e12a4050f9a3d35b671fe2b6a786ab6ac5531e8cce7f3f28614986d57503e5369af67f6fe00a3d144df332ba6a656c88f8be76249c DIST tagbar-2.6.1.tar.gz 51639 SHA256 c061a7e0a45a166f4558b31e6c47b9fd701f5fa1319527b65a268ea054dea5fb SHA512 eb0f29dc2f08d943e1ac0c0fe97ed72a49b85e22d105815a5557e205532be379d3ce8429c5303b917c005b465a7385161ff2edc96efc0fc312178155c67a7c22 WHIRLPOOL d5f7b0916e1eb0faa9a7887a4249ace5f0b8e369527a89010dabfee55507516050a5e5dd2184ab43c095ff514708bf25ab6d78fea85db8821804bbe908ebbc27 -DIST tagbar-2.6.tar.gz 51432 SHA256 46b14e1b3059ffe7d736ae586d94978898e29d03e0cc3545110e6eb8e309e399 SHA512 f51832805c6dd882972192186b67720b87408b78d3d13cb3577a785821fdc750e90a6415437381a259b465f31bc9ca5b4a73f09564a35d4b2bbb1c0cf9fa9fb4 WHIRLPOOL cc9a1c30afea5ac3ef695010f078e5f4f95dd5d92b203ba679c37e087b59621000cbe4358e09a8c44983239dfbd50b8ba282ba2804a307978283468c6ee99759 diff --git a/app-vim/tagbar/tagbar-2.5.ebuild b/app-vim/tagbar/tagbar-2.5.ebuild deleted file mode 100644 index 82eb811af531..000000000000 --- a/app-vim/tagbar/tagbar-2.5.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: display tags of the current file ordered by scope" -HOMEPAGE="https://majutsushi.github.com/tagbar/ - http://www.vim.org/scripts/script.php?script_id=3465" -SRC_URI="https://github.com/majutsushi/${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/tagbar/tagbar-2.6.ebuild b/app-vim/tagbar/tagbar-2.6.ebuild deleted file mode 100644 index 2ab963007419..000000000000 --- a/app-vim/tagbar/tagbar-2.6.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: display tags of the current file ordered by scope" -HOMEPAGE="https://majutsushi.github.com/tagbar/ - http://www.vim.org/scripts/script.php?script_id=3465" -SRC_URI="https://github.com/majutsushi/${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" |