Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/info
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/info/ChangeLog,v 1.16 2007/02/22 00:03:54 peper Exp $
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
24 Apr 2005; Michael Hanselmann
Stable on ppc.
18 Feb 2005; Tom Martin
amd64 stable.
29 Dec 2004; Ciaran McCreesh
Tidy up old versions
27 Nov 2004; Ciaran McCreesh
Add help text, bug #63321
26 Oct 2004; Tom Martin
Marked ~amd64.
15 Apr 2004; Michael McCabe
adding s390 keywords
16 Mar 2004; David Holm
Added to ~ppc.
03 Dec 2003; Ciaran McCreesh
Moved to stable on sparc
14 Nov 2003; Aron Griffis
Stable on ia64
03 Sep 2003; Jason Wever
info-1.7.ebuild:
Added ~sparc to keywords to fix bug #27740.
*info-1.7-r1 (20 Aug 2003)
20 Aug 2003; Aron Griffis
Fix help key binding to be H instead of h
18 Aug 2003; Aron Griffis
Mark stable on alpha and x86
*info-1.7 (04 Aug 2003)
04 Aug 2003; Aron Griffis
Fourth vim plugin added to app-vim!
DIST info-1.7.tar.bz2 3958 RMD160 c8b435f76e4c418312482753b4d81323f01731a1 SHA1 7676adcb0301e64ddfc43107ebbe82812fb37eb3 SHA256 c7fe167853d12464c13b5e67d40a2e3a4126c9ca766ce05b45348c94cea06850
EBUILD info-1.7-r1.ebuild 782 RMD160 c78122ff67623d0a2ab9125baaeb2d6a7c9041c3 SHA1 eedcc614f3be64bdfb73c83f51a3623d71fa7d73 SHA256 5d9d4c79585e6a06d7647fed4dc340ae9b53d22ada63c4a7da31fb9901ceb00d
MISC ChangeLog 1612 RMD160 fe04c5729b56a16ea11ca8b9e31370e459eeda3c SHA1 78e831c4810a54b8f004914a2fa4525349ca18ee SHA256 c7253bf718e26cb30975d21b5ff675a01d005f7f9ddffcae1979754083090f42
MISC metadata.xml 157 RMD160 adcd6494e1e562ab5e0bd090e114622782ac753a SHA1 22983b8e9ba3045d8ccbc2b14393423f7f05d2ee SHA256 106c8618581360c66c2b535fcb7a6cb9ff318f1bd8e6c8f40f2f2f2d54e6787a
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/info/info-1.7-r1.ebuild,v 1.14 2005/04/24 03:25:30 hansmi Exp $
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=""
DEPEND="${DEPEND} >=sys-apps/sed-4"
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
}