From 294588df77a641a9782d9ccdcd1a97f8818f6994 Mon Sep 17 00:00:00 2001 From: Marco Sirabella Date: Fri, 7 May 2021 20:09:05 -0400 Subject: app-vim/*: memove redundant cleanup code. This is a follow up of 47cf99c7. Leave a lot of heavy lifting to einstalldocs when possible. Signed-off-by: Marco Sirabella Closes: https://github.com/gentoo/gentoo/pull/20726 Signed-off-by: Patrice Clement --- app-vim/gist/gist-7.3.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'app-vim/gist/gist-7.3.ebuild') diff --git a/app-vim/gist/gist-7.3.ebuild b/app-vim/gist/gist-7.3.ebuild index adce6ea8f64d..27e26d5f0ef9 100644 --- a/app-vim/gist/gist-7.3.ebuild +++ b/app-vim/gist/gist-7.3.ebuild @@ -24,7 +24,4 @@ VIM_PLUGIN_HELPFILES="Gist.vim" S=${WORKDIR}/${MY_P} -src_prepare() { - default - rm README.md gist.vim* Makefile || die -} +src_compile() { :; } -- cgit v1.2.3