Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/info/
Date: Wed, 29 Jun 2016 11:49:33
Message-Id: 1467199281.4c2f44172c1a4fb0e42e2498ee25aaa86eb89e0e.monsieurp@gentoo
1 commit: 4c2f44172c1a4fb0e42e2498ee25aaa86eb89e0e
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 11:18:45 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 11:21:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2f4417
7
8 app-vim/info: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/info/info-1.7-r1.ebuild | 23 -----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/app-vim/info/info-1.7-r1.ebuild b/app-vim/info/info-1.7-r1.ebuild
16 deleted file mode 100644
17 index f3235d6..0000000
18 --- a/app-vim/info/info-1.7-r1.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit vim-plugin
26 -
27 -DESCRIPTION="vim plugin: GNU info documentation browser"
28 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=21"
29 -LICENSE="BSD"
30 -KEYWORDS="x86 alpha sparc ia64 ppc s390 amd64"
31 -IUSE=""
32 -
33 -VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command."
34 -
35 -src_unpack() {
36 - unpack ${A}
37 - cd ${P}/plugin
38 -
39 - # The 'h' key is a bad choice for help. 'H' would have been a
40 - # much better choice. I sent this suggestion to the maintainer,
41 - # but no reply.
42 - sed -i 's/\(noremap <buffer> \)h/\1H/' info.vim || die 'sed failed'
43 -}