commit:     46e5e7d5d09607d5fd41153be53b8b5db6752a46
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 06:01:33 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 06:01:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e5e7d5

app-vim/bufexplorer: Fix line endings (bug #581044).

Package-Manager: portage-2.2.28

 .../{bufexplorer-7.4.9.ebuild => bufexplorer-7.4.9-r1.ebuild}     | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-vim/bufexplorer/bufexplorer-7.4.9.ebuild 
b/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild
similarity index 78%
rename from app-vim/bufexplorer/bufexplorer-7.4.9.ebuild
rename to app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild
index da469a8..1ebdc6f 100644
--- a/app-vim/bufexplorer/bufexplorer-7.4.9.ebuild
+++ b/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit vim-plugin
+inherit eutils vim-plugin
 
 DESCRIPTION="vim plugin: easily browse vim buffers"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42";
@@ -12,3 +12,9 @@ LICENSE="BSD"
 KEYWORDS="~amd64 ~x86"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+src_prepare() {
+       edos2unix plugin/${PN}.vim
+
+       default
+}

Reply via email to