diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/pdv | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (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, 0 insertions, 31 deletions
diff --git a/app-vim/pdv/Manifest b/app-vim/pdv/Manifest deleted file mode 100644 index a2b19d32740b..000000000000 --- a/app-vim/pdv/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5c000c763084..000000000000 --- a/app-vim/pdv/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?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 deleted file mode 100644 index b1472b47ca6f..000000000000 --- a/app-vim/pdv/pdv-1.0.1-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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}" |