diff options
Diffstat (limited to 'app-vim/bufexplorer')
-rw-r--r-- | app-vim/bufexplorer/bufexplorer-7.4.18.ebuild | 5 | ||||
-rw-r--r-- | app-vim/bufexplorer/bufexplorer-7.4.19.ebuild | 5 | ||||
-rw-r--r-- | app-vim/bufexplorer/bufexplorer-9999.ebuild | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/app-vim/bufexplorer/bufexplorer-7.4.18.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.18.ebuild index c286927dffc5..1060d9bc024e 100644 --- a/app-vim/bufexplorer/bufexplorer-7.4.18.ebuild +++ b/app-vim/bufexplorer/bufexplorer-7.4.18.ebuild @@ -12,8 +12,3 @@ LICENSE="BSD" KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - default - rm LICENSE README.md || die -} diff --git a/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild index 9447a5bc849d..81aca8dbd9eb 100644 --- a/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild +++ b/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild @@ -12,8 +12,3 @@ LICENSE="BSD" KEYWORDS="~amd64 ~x86" VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - default - rm LICENSE README.md || die -} diff --git a/app-vim/bufexplorer/bufexplorer-9999.ebuild b/app-vim/bufexplorer/bufexplorer-9999.ebuild index e285e23f86cd..31aea8d0d5e5 100644 --- a/app-vim/bufexplorer/bufexplorer-9999.ebuild +++ b/app-vim/bufexplorer/bufexplorer-9999.ebuild @@ -18,8 +18,3 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=42 https://github.com LICENSE="BSD" VIM_PLUGIN_HELPFILES="${PN}.txt" - -src_prepare() { - default - rm LICENSE README.md || die -} |