summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-09-13 23:56:49 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-09-13 23:56:49 +0200
commit5d5be449cb31ba5738fb738599b0d64b4a119e2e (patch)
treef774220f92fb54f8a9022316881f7e5f6955650c /app-vim
parentapp-vim/phpdocs: stable for amd64. mark stable for the remaining arches using... (diff)
downloadgentoo-5d5be449cb31ba5738fb738599b0d64b4a119e2e.tar.gz
gentoo-5d5be449cb31ba5738fb738599b0d64b4a119e2e.tar.bz2
gentoo-5d5be449cb31ba5738fb738599b0d64b4a119e2e.zip
app-vim/phpdocs: clean up old.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/phpdocs/phpdocs-0.26.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-vim/phpdocs/phpdocs-0.26.ebuild b/app-vim/phpdocs/phpdocs-0.26.ebuild
deleted file mode 100644
index 2cacd55336b9..000000000000
--- a/app-vim/phpdocs/phpdocs-0.26.ebuild
+++ /dev/null
@@ -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"
-}