app-vim/bufexplorer: Fix line endings (bug #581044).
authorJeroen Roovers <jer@gentoo.org>
Fri, 29 Apr 2016 06:01:33 +0000 (08:01 +0200)
committerJeroen Roovers <jer@gentoo.org>
Fri, 29 Apr 2016 06:01:33 +0000 (08:01 +0200)
Package-Manager: portage-2.2.28

app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild [moved from app-vim/bufexplorer/bufexplorer-7.4.9.ebuild with 78% similarity]

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 da469a80f56509ca5e03985551d63e2dee99893e..1ebdc6f136cc38922377a7a05295a28b25b7d94a 100644 (file)
@@ -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
+}