From 7928d5cc9863fa8ddbc27a60611b6e8d627e72c2 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 13 Jan 2024 18:16:05 +0100 Subject: [PATCH] app-vim/cctree: drop 1.61-r1, EAPI6-- MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Mair-Keimberger Signed-off-by: Michał Górny --- app-vim/cctree/cctree-1.61-r1.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 app-vim/cctree/cctree-1.61-r1.ebuild 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 1cc0cf069e512..0000000000000 --- 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 -}