commit:     f52452f5b9bcd54dcfe0471d2306691acf87d0c4
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 21:51:19 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 07:28:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52452f5

app-vim/phpdocs: EAPI 6 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/phpdocs/phpdocs-0.26-r1.ebuild | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild 
b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
new file mode 100644
index 00000000000..7cc6c7dd755
--- /dev/null
+++ b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: PHPDoc Support in VIM"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=520";
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+
+VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=520";
+
+src_prepare() {
+       default
+       sed -i 's/\r$//' "${S}"/plugin/phpdoc.vim || die "sed failed"
+}

Reply via email to