diff options
author | Marco Sirabella <marco@sirabella.org> | 2021-05-07 20:09:05 -0400 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2021-05-18 18:51:01 +0200 |
commit | 294588df77a641a9782d9ccdcd1a97f8818f6994 (patch) | |
tree | 31b82f66efc9a4828597e5b60067e527a47dec1d /app-vim/tcomment | |
parent | x11-libs/libX11: 1.7.1 version bump. (diff) | |
download | gentoo-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/tcomment')
-rw-r--r-- | app-vim/tcomment/tcomment-3.08.1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/tcomment/tcomment-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/tcomment/tcomment-3.08.1.ebuild b/app-vim/tcomment/tcomment-3.08.1.ebuild index d010b1ea6e6a..4f8901eacc87 100644 --- a/app-vim/tcomment/tcomment-3.08.1.ebuild +++ b/app-vim/tcomment/tcomment-3.08.1.ebuild @@ -22,9 +22,9 @@ LICENSE="GPL-3" VIM_PLUGIN_HELPFILES="${PN}.txt" -DOCS=( CHANGES.TXT ) +DOCS=( CHANGES.TXT README ) src_prepare() { default - rm -r README LICENSE.TXT etc spec addon* || die + rm -r etc spec addon* || die } diff --git a/app-vim/tcomment/tcomment-9999.ebuild b/app-vim/tcomment/tcomment-9999.ebuild index c4e81eac5591..123c92cde935 100644 --- a/app-vim/tcomment/tcomment-9999.ebuild +++ b/app-vim/tcomment/tcomment-9999.ebuild @@ -22,9 +22,9 @@ LICENSE="GPL-3" VIM_PLUGIN_HELPFILES="${PN}.txt" -DOCS=( CHANGES.txt ) +DOCS=( CHANGES.TXT README ) src_prepare() { default - rm -r README LICENSE.TXT etc spec addon* || die + rm -r etc spec addon* || die } |