diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/pdv | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/pdv')
-rw-r--r-- | app-vim/pdv/Manifest | 3 | ||||
-rw-r--r-- | app-vim/pdv/metadata.xml | 8 | ||||
-rw-r--r-- | app-vim/pdv/pdv-1.0.1-r1.ebuild | 20 |
3 files changed, 31 insertions, 0 deletions
diff --git a/app-vim/pdv/Manifest b/app-vim/pdv/Manifest new file mode 100644 index 000000000000..a2b19d32740b --- /dev/null +++ b/app-vim/pdv/Manifest @@ -0,0 +1,3 @@ +DIST pdv-1.0.1.tar.bz2 4473 BLAKE2B f0f41f97730e3a9b5b7f29228652e11eb1f6dafd37e349653c2ec511e84719c615d15ed692ed60f8928a98388614682da009fb1b704bbbeade13523754a5eeaf SHA512 4d7cff977b690d6bf54885aeeff201033b3445aa118c4cf57ebde9cd71ea6e0e548d6c3419e7344aecfe4ca54de01f306406fe3d2aadc7d05d010093792b679c +EBUILD pdv-1.0.1-r1.ebuild 539 BLAKE2B 8dcf066de9c56b547e08991b0709d41f31eaeb4ef1853b462989fce802b5c2f784a4db3589c4b23d7086c1929ff4d6d18960e6bce8dda3f989fa2691ed8ea8ca SHA512 fccfe55173ec6745572a341e1a44c1fccc3aaea88a6937c6837a98aa5f43ee0eeb9802032ed718163c63e9680f3962bc164b7de4ad3aa19e8a330f2167a8ea93 +MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 diff --git a/app-vim/pdv/metadata.xml b/app-vim/pdv/metadata.xml new file mode 100644 index 000000000000..5c000c763084 --- /dev/null +++ b/app-vim/pdv/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>vim@gentoo.org</email> + <name>Gentoo Vim Project</name> + </maintainer> +</pkgmetadata> diff --git a/app-vim/pdv/pdv-1.0.1-r1.ebuild b/app-vim/pdv/pdv-1.0.1-r1.ebuild new file mode 100644 index 000000000000..b1472b47ca6f --- /dev/null +++ b/app-vim/pdv/pdv-1.0.1-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: PDV (phpDocumentor for Vim)" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1355" +LICENSE="GPL-2" +KEYWORDS="amd64 x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT="To use this plugin, you should map the PhpDoc() function +to something. For example, add the following to your ~/.vimrc: + +imap <C-o> ^[:set paste<CR>:exe PhpDoc()<CR>:set nopaste<CR>i + +For more info, see: +${HOMEPAGE}" |