summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-08-04 22:04:42 +0000
committerAron Griffis <agriffis@gentoo.org>2003-08-04 22:04:42 +0000
commit586ec9fd03bf4046e40376564149d07819b2d850 (patch)
tree5f91e282c320f4bdf14eb18b2fca2fe559f1e104 /app-vim/phpdocs/phpdocs-0.26.ebuild
parentadd app-vim/phpdocs (diff)
downloadgentoo-2-586ec9fd03bf4046e40376564149d07819b2d850.tar.gz
gentoo-2-586ec9fd03bf4046e40376564149d07819b2d850.tar.bz2
gentoo-2-586ec9fd03bf4046e40376564149d07819b2d850.zip
add app-vim/phpdocs
Diffstat (limited to 'app-vim/phpdocs/phpdocs-0.26.ebuild')
-rw-r--r--app-vim/phpdocs/phpdocs-0.26.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-vim/phpdocs/phpdocs-0.26.ebuild b/app-vim/phpdocs/phpdocs-0.26.ebuild
new file mode 100644
index 000000000000..6145adefe097
--- /dev/null
+++ b/app-vim/phpdocs/phpdocs-0.26.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/phpdocs/phpdocs-0.26.ebuild,v 1.1 2003/08/04 22:04:34 agriffis Exp $
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: PHPDoc Support in VIM"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=520"
+LICENSE="vim"
+KEYWORDS="~x86 ~alpha"
+DEPEND="${DEPEND} >=sys-apps/sed-4"
+
+src_unpack() {
+ unpack ${A}
+ sed -i 's/ $//' ${S}/plugin/phpdoc.vim || die "sed failed"
+}