Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pdv/
Date: Tue, 28 Jun 2016 20:15:09
Message-Id: 1467143154.0fe6446f980b00d3654468090315920982d8c1ae.monsieurp@gentoo
1 commit: 0fe6446f980b00d3654468090315920982d8c1ae
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:18:49 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 19:45:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe6446f
7
8 app-vim/pdv: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/pdv/pdv-1.0.1.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/app-vim/pdv/pdv-1.0.1.ebuild b/app-vim/pdv/pdv-1.0.1.ebuild
16 deleted file mode 100644
17 index 13e7a47..0000000
18 --- a/app-vim/pdv/pdv-1.0.1.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit vim-plugin
26 -
27 -DESCRIPTION="vim plugin: PDV (phpDocumentor for Vim)"
28 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1355"
29 -LICENSE="GPL-2"
30 -KEYWORDS="~amd64 ~x86"
31 -IUSE=""
32 -
33 -VIM_PLUGIN_HELPTEXT="To use this plugin, you should map the PhpDoc() function
34 -to something. For example, add the following to your ~/.vimrc:
35 -
36 -imap <C-o> ^[:set paste<CR>:exe PhpDoc()<CR>:set nopaste<CR>i
37 -
38 -For more info, see:
39 -${HOMEPAGE}"