From 46e5e7d5d09607d5fd41153be53b8b5db6752a46 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Fri, 29 Apr 2016 08:01:33 +0200 Subject: app-vim/bufexplorer: Fix line endings (bug #581044). Package-Manager: portage-2.2.28 --- app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild | 20 ++++++++++++++++++++ app-vim/bufexplorer/bufexplorer-7.4.9.ebuild | 14 -------------- 2 files changed, 20 insertions(+), 14 deletions(-) create mode 100644 app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild delete mode 100644 app-vim/bufexplorer/bufexplorer-7.4.9.ebuild (limited to 'app-vim/bufexplorer') diff --git a/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild new file mode 100644 index 000000000000..1ebdc6f136cc --- /dev/null +++ b/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils vim-plugin + +DESCRIPTION="vim plugin: easily browse vim buffers" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + edos2unix plugin/${PN}.vim + + default +} diff --git a/app-vim/bufexplorer/bufexplorer-7.4.9.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.9.ebuild deleted file mode 100644 index da469a80f565..000000000000 --- a/app-vim/bufexplorer/bufexplorer-7.4.9.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: easily browse vim buffers" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42" -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" -- cgit v1.2.3