summaryrefslogtreecommitdiff
path: root/app-vim/info
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-14 01:14:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-14 01:14:50 +0000
commit94eb99943eafb48140b436b347abaaee77209c01 (patch)
treebb4f0519a6c0880b24c88b1666976a36a464a8df /app-vim/info
parenta7ec94f7d22ee22df2e424c1d3f842510b7993aa (diff)
gentoo auto-resync : 14:01:2024 - 01:14:49
Diffstat (limited to 'app-vim/info')
-rw-r--r--app-vim/info/Manifest1
-rw-r--r--app-vim/info/info-1.7-r2.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/app-vim/info/Manifest b/app-vim/info/Manifest
index e695c2126e77..a4dd92b66444 100644
--- a/app-vim/info/Manifest
+++ b/app-vim/info/Manifest
@@ -1,4 +1,3 @@
DIST info-1.7.tar.bz2 3958 BLAKE2B 23c8f8e06e923adc6d97ac578331cd5669dfe54ba7dc470c07426dbcf475cab4cf66ceb60a1f1b79c0fc12109db4ed3fee575bde56de221a9ebf8fe99dca9d63 SHA512 8d1d00b844a7485544fe02e17a3938a08b25be8cea7cf9f5e139be5b1f1f1b37abed8d717e149154d7bb87028f4d7e94b1ded844a6f83e8e645da2a214eaa81e
-EBUILD info-1.7-r2.ebuild 636 BLAKE2B 682bede432915cb5eb2d65fccf5fe35e544f01182053dcb3ac4e8c5164aa4eddc5b301bfd4767faa5eb36513ef32b11e9e021ee36c48d73443b53a3e8b8ffc21 SHA512 42ac2c88b6a80336c6784ebdd48ee099eeda231781d225d7de7e7262c656ae1c8c9570959ae560e0d932367bc53e0f08b80acc5309c5ebfa3300ee71c03bf275
EBUILD info-1.7-r3.ebuild 629 BLAKE2B e11ad78e859f6416ddddf6c4197e5aed48b52702b2a2d6c72b22039718b8b6f31c5d8540b54c3121c83362f61709f7f91f85e0e0ddeb3ee8838e1852e15d8ae4 SHA512 eea3f31fe24a7e4161f1ca334824e6a09e76a197adfbdebdf87818a8fd5901344c1f3a00024e6c02151fee9581e049cc97c3c022baec5cee3143be6f62729e58
MISC metadata.xml 274 BLAKE2B bfa9b39d4cd1b8163066648034a81b6c9fc23284334d76cbf3b71711a9548646a095d1fefa5e68455645867b5b0c1a7de96e106949b58e1e2ef7cf788ca28bf4 SHA512 aca1820afddcb39050481e3b3ea0310dc197f723ddb1130abaad0ade665062ac12c3f4bc4dda016e1fc9767f15c2fa484dca08a8bca2860107ae82345dcdd63b
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 6a15d0ae680f..000000000000
--- a/app-vim/info/info-1.7-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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="~alpha amd64 ~ia64 ppc ~s390 sparc x86"
-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'
-}