summaryrefslogtreecommitdiff
path: root/app-vim/info
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/info')
-rw-r--r--app-vim/info/Manifest3
-rw-r--r--app-vim/info/info-1.7-r2.ebuild23
-rw-r--r--app-vim/info/metadata.xml8
3 files changed, 0 insertions, 34 deletions
diff --git a/app-vim/info/Manifest b/app-vim/info/Manifest
deleted file mode 100644
index 8423a12edb0e..000000000000
--- a/app-vim/info/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST info-1.7.tar.bz2 3958 BLAKE2B 23c8f8e06e923adc6d97ac578331cd5669dfe54ba7dc470c07426dbcf475cab4cf66ceb60a1f1b79c0fc12109db4ed3fee575bde56de221a9ebf8fe99dca9d63 SHA512 8d1d00b844a7485544fe02e17a3938a08b25be8cea7cf9f5e139be5b1f1f1b37abed8d717e149154d7bb87028f4d7e94b1ded844a6f83e8e645da2a214eaa81e
-EBUILD info-1.7-r2.ebuild 636 BLAKE2B 76a4c9418a2fdfc4368892b766f45b6d2204c130ea6006909a0f2e5a8dab1dd75c08e51f7c2b1f860e0f8765cb857632b522ad62645aa4ebdb4f74fbdf42cefd SHA512 bd646d479f4a8f15f2e2184b9e1b2e8aa311d13c64cab5976857954a8ddd8583def80d431ac03259d723a6a8e462ab4c987db12115f890cbd830a81357121738
-MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/info/info-1.7-r2.ebuild b/app-vim/info/info-1.7-r2.ebuild
deleted file mode 100644
index 5f80fab54390..000000000000
--- a/app-vim/info/info-1.7-r2.ebuild
+++ /dev/null
@@ -1,23 +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: GNU info documentation browser"
-HOMEPAGE="https://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_prepare() {
- default
-
- # 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/' plugin/info.vim || die 'sed failed'
-}
diff --git a/app-vim/info/metadata.xml b/app-vim/info/metadata.xml
deleted file mode 100644
index 5c000c763084..000000000000
--- a/app-vim/info/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>