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