app-vim/phpdocs: clean up old.

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Patrice Clement
2017-09-13 23:56:49 +02:00
parent 7e95f4e5d1
commit 5d5be449cb

View File

@@ -1,19 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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"
IUSE=""
DEPEND="${DEPEND} >=sys-apps/sed-4"
RDEPEND="${DEPEND}"
VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=520"
src_unpack() {
unpack ${A}
sed -i 's/\r$//' "${S}"/plugin/phpdoc.vim || die "sed failed"
}