Skip to content

Commit

Permalink
app-vim/phpdocs: EAPI 6 bump.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
monsieurp committed Aug 23, 2017
1 parent 2dd103b commit f52452f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app-vim/phpdocs/phpdocs-0.26-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit f52452f

Please sign in to comment.