diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 18:16:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 19:49:54 +0100 |
commit | 7928d5cc9863fa8ddbc27a60611b6e8d627e72c2 (patch) | |
tree | 3fdd01078b2a7bb1d650925c892270ccedce31de /app-vim | |
parent | app-vim/calendar: drop 2.9-r1, EAPI6-- (diff) | |
download | gentoo-7928d5cc9863fa8ddbc27a60611b6e8d627e72c2.tar.gz gentoo-7928d5cc9863fa8ddbc27a60611b6e8d627e72c2.tar.bz2 gentoo-7928d5cc9863fa8ddbc27a60611b6e8d627e72c2.zip |
app-vim/cctree: drop 1.61-r1, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/cctree/cctree-1.61-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-vim/cctree/cctree-1.61-r1.ebuild b/app-vim/cctree/cctree-1.61-r1.ebuild deleted file mode 100644 index 1cc0cf069e51..000000000000 --- a/app-vim/cctree/cctree-1.61-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Cscope based source-code browser and code flow analysis tool" -HOMEPAGE="https://sites.google.com/site/vimcctree/" -LICENSE="bufexplorer.vim" -KEYWORDS="amd64 x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-util/cscope" - -src_prepare() { - # There's good documentation included with the script, but it's not - # in a helpfile. Since there's rather too much information to include - # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc. - mkdir doc || die - sed -e '/" Name Of File/,/".\+Community/!d' -e 's/^" \?//' \ - -e 's/\(Name Of File: \)\([^.]\+\)\.vim/\1*\L\2.txt*/' \ - ftplugin/${PN}.vim > doc/${PN}.txt || die - - default -} |