summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/info')
-rw-r--r--app-vim/info/Manifest1
-rw-r--r--app-vim/info/info-1.7-r1.ebuild23
-rw-r--r--app-vim/info/metadata.xml5
3 files changed, 29 insertions, 0 deletions
diff --git a/app-vim/info/Manifest b/app-vim/info/Manifest
new file mode 100644
index 000000000000..629d0dcd2949
--- /dev/null
+++ b/app-vim/info/Manifest
@@ -0,0 +1 @@
+DIST info-1.7.tar.bz2 3958 SHA256 c7fe167853d12464c13b5e67d40a2e3a4126c9ca766ce05b45348c94cea06850 SHA512 8d1d00b844a7485544fe02e17a3938a08b25be8cea7cf9f5e139be5b1f1f1b37abed8d717e149154d7bb87028f4d7e94b1ded844a6f83e8e645da2a214eaa81e WHIRLPOOL c4c09479b4698c082ae94d30c27f7123de81b866355c7790fabf025362c80bcd79cdea908d4e3c8ff31bc13c328bac7152f0d49756bea5ed5efe24ffc6265302
diff --git a/app-vim/info/info-1.7-r1.ebuild b/app-vim/info/info-1.7-r1.ebuild
new file mode 100644
index 000000000000..f3235d670462
--- /dev/null
+++ b/app-vim/info/info-1.7-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: GNU info documentation browser"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=21"
+LICENSE="BSD"
+KEYWORDS="x86 alpha sparc ia64 ppc s390 amd64"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command."
+
+src_unpack() {
+ unpack ${A}
+ cd ${P}/plugin
+
+ # The 'h' key is a bad choice for help. 'H' would have been a
+ # much better choice. I sent this suggestion to the maintainer,
+ # but no reply.
+ sed -i 's/\(noremap <buffer> \)h/\1H/' info.vim || die 'sed failed'
+}
diff --git a/app-vim/info/metadata.xml b/app-vim/info/metadata.xml
new file mode 100644
index 000000000000..d221a8d4b42c
--- /dev/null
+++ b/app-vim/info/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+</pkgmetadata>