summaryrefslogtreecommitdiff
path: root/app-vim/pdv
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
commitefca79f216bfeffd55e7731fbf24126d093e1084 (patch)
treef19ba31d8686b3de4192db3e4c4dc9f3d9af54b5 /app-vim/pdv
parentea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff)
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/pdv')
-rw-r--r--app-vim/pdv/Manifest1
-rw-r--r--app-vim/pdv/pdv-1.0.1-r2.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/app-vim/pdv/Manifest b/app-vim/pdv/Manifest
index d1617ff27704..55334576cbd9 100644
--- a/app-vim/pdv/Manifest
+++ b/app-vim/pdv/Manifest
@@ -1,3 +1,4 @@
DIST pdv-1.0.1.tar.bz2 4473 BLAKE2B f0f41f97730e3a9b5b7f29228652e11eb1f6dafd37e349653c2ec511e84719c615d15ed692ed60f8928a98388614682da009fb1b704bbbeade13523754a5eeaf SHA512 4d7cff977b690d6bf54885aeeff201033b3445aa118c4cf57ebde9cd71ea6e0e548d6c3419e7344aecfe4ca54de01f306406fe3d2aadc7d05d010093792b679c
EBUILD pdv-1.0.1-r1.ebuild 539 BLAKE2B 8dcf066de9c56b547e08991b0709d41f31eaeb4ef1853b462989fce802b5c2f784a4db3589c4b23d7086c1929ff4d6d18960e6bce8dda3f989fa2691ed8ea8ca SHA512 fccfe55173ec6745572a341e1a44c1fccc3aaea88a6937c6837a98aa5f43ee0eeb9802032ed718163c63e9680f3962bc164b7de4ad3aa19e8a330f2167a8ea93
+EBUILD pdv-1.0.1-r2.ebuild 531 BLAKE2B dfd676e9d5ffb779a7e110bd1a7a4f7fa9d4c88a4c5da06107d9888ce783e8f5e4cad8e015c224195763ae2c23b998194e55cf47e0803e9c0e8d1942451b0572 SHA512 fe4139f0436dfd5cca74197502c1f9e75d29a064515bf08206d63f8b60527b7714ad5fb19e344548f4b2cbdaaaffe27a6cb468401e5f2373eb4da44e25b2a3f6
MISC metadata.xml 250 BLAKE2B 159edb6cbbe3884fd7b328cba2125da0a51b5c0be964e60b708efe1bd040a41abdf16f8dbcfaecb9e6e1073528ac99195a08d7045d433414ec2ba1c94d582761 SHA512 6c29f24b33b8829463103cee99e2cf65cf550aa1d6c60c5a746ca2947a97a052969c8dfb9d12ae8114db0971626f9246cb9e4808d951eeae78321325da1ac32a
diff --git a/app-vim/pdv/pdv-1.0.1-r2.ebuild b/app-vim/pdv/pdv-1.0.1-r2.ebuild
new file mode 100644
index 000000000000..a8a2a1562d1b
--- /dev/null
+++ b/app-vim/pdv/pdv-1.0.1-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+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}"