summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Sirabella <marco@sirabella.org>2021-05-07 20:09:05 -0400
committerPatrice Clement <monsieurp@gentoo.org>2021-05-18 18:51:01 +0200
commit294588df77a641a9782d9ccdcd1a97f8818f6994 (patch)
tree31b82f66efc9a4828597e5b60067e527a47dec1d /app-vim/csound-syntax
parentx11-libs/libX11: 1.7.1 version bump. (diff)
downloadgentoo-294588df77a641a9782d9ccdcd1a97f8818f6994.tar.gz
gentoo-294588df77a641a9782d9ccdcd1a97f8818f6994.tar.bz2
gentoo-294588df77a641a9782d9ccdcd1a97f8818f6994.zip
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 <marco@sirabella.org> Closes: https://github.com/gentoo/gentoo/pull/20726 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/csound-syntax')
-rw-r--r--app-vim/csound-syntax/csound-syntax-0.8.1.ebuild5
-rw-r--r--app-vim/csound-syntax/csound-syntax-20160804.ebuild5
2 files changed, 0 insertions, 10 deletions
diff --git a/app-vim/csound-syntax/csound-syntax-0.8.1.ebuild b/app-vim/csound-syntax/csound-syntax-0.8.1.ebuild
index a2e3cf0246cc..25c3f3b09634 100644
--- a/app-vim/csound-syntax/csound-syntax-0.8.1.ebuild
+++ b/app-vim/csound-syntax/csound-syntax-0.8.1.ebuild
@@ -17,8 +17,3 @@ KEYWORDS="~amd64 ~x86"
VIM_PLUGIN_HELPFILES="${PN}"
PATCHES=( "${FILESDIR}/${PN}-doc.patch" )
-
-src_prepare() {
- rm -v LICENSE README.md || die
- default
-}
diff --git a/app-vim/csound-syntax/csound-syntax-20160804.ebuild b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
index 9a89114bce28..910cf0b45a99 100644
--- a/app-vim/csound-syntax/csound-syntax-20160804.ebuild
+++ b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
@@ -13,8 +13,3 @@ KEYWORDS="amd64 x86"
VIM_PLUGIN_HELPFILES="${PN}"
PATCHES=( "${FILESDIR}/${PN}-doc.patch" )
-
-src_prepare() {
- rm -v LICENSE README.md || die
- default
-}