app-vim/phpdocs: EAPI 6 bump.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 22 Aug 2017 21:51:19 +0000 (23:51 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 23 Aug 2017 07:28:18 +0000 (09:28 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-vim/phpdocs/phpdocs-0.26-r1.ebuild [new file with mode: 0644]

diff --git a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild
new file mode 100644 (file)
index 0000000..7cc6c7d
--- /dev/null
@@ -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"
+}