Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/help-extra-syntax
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/help-extra-syntax/ChangeLog,v 1.9 2006/08/20 23:44:02 malc Exp $
20 Aug 2006;
Stable on amd64
07 Apr 2006; Bryan Østergaard
*help-extra-syntax-20050106-r1 (08 Aug 2005)
08 Aug 2005; Ciaran McCreesh
+help-extra-syntax-20050106-r1.ebuild:
Use hi def link rather than hi link. Bug #101797, bug #101804.
12 Jun 2005; David Holm
help-extra-syntax-20050106.ebuild:
Added to ~ppc.
06 Apr 2005; Markus Rothe
help-extra-syntax-20050106.ebuild:
Stable on ppc64
18 Feb 2005; Tom Martin
help-extra-syntax-20050106.ebuild:
Marked ~amd64.
13 Feb 2005; Markus Rothe
help-extra-syntax-20050106.ebuild:
Added ~ppc64 to KEYWORDS
01 Feb 2005; Ciaran McCreesh
help-extra-syntax-20050106.ebuild:
Stable on x86, sparc, mips, hppa, arm
*help-extra-syntax-20050106 (06 Jan 2005)
06 Jan 2005; Ciaran McCreesh
+help-extra-syntax-20050106.ebuild:
New package
DIST help-extra-syntax-20050106.tar.bz2 633 RMD160 9cde980d47f437d98635a9e7e532abc0546c6b55 SHA1 ae4b0c67743760530420b58772b223453baac5a5 SHA256 4c0a1068ce31bf344195b9664d199ac87d8595cdc8b50738cf8130058996e2a2
EBUILD help-extra-syntax-20050106-r1.ebuild 766 RMD160 f9b9edc395d7b6abecfc9c6a0e936ac7bafcd07a SHA1 d4282bcc00b8d36426a055389ebd4073cbaaac1f SHA256 90785e89e22870556c8c76b1df7a2b12355b5c9a16ac0cc1692f17a2e62911a4
EBUILD help-extra-syntax-20050106.ebuild 565 RMD160 70a5477112c9b3959edc2a6527ffb96bfc0ce860 SHA1 c963481b49bebbc56eaf4f080cfa7ffe0ba337e7 SHA256 7fab340f38897d3833c97440cb8a31b6520a71867badd386b24876e7eb725734
MISC ChangeLog 1332 RMD160 f4813ef0fee72fefb54fbe611dfc0aa9d634b619 SHA1 1bd8cfe9eee9166036dcc9f227ff600ee069c7f7 SHA256 6c378a06b698ea3eae3f4f8d4bb5033c8e6736937b4f5bae9b829f4c7888c67e
MISC metadata.xml 283 RMD160 ca391b188cf2985181b671b35408273424eb641f SHA1 23b74d2d69befc67a7467d94ddf52175ec997034 SHA256 27e5c254dba89fb0ff37c611655a47ab802bc063a2e51bb7dba13c8270fb023d
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild,v 1.3 2007/07/11 05:14:07 mr_bones_ Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: extra syntax highlighting for help files"
HOMEPAGE="http://mysite.verizon.net/astronaut/vim/"
LICENSE="as-is"
KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc ppc64 sparc x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides additional syntax highlighting for help files."
src_unpack() {
unpack "${A}"
cd "${S}"
# use hi def link, bug #101797 / bug #101804
sed -i -e 's,^hi link,hi def link,' \
"after/syntax/help.vim.d/extra-help-syntax.vim" || die "sed failed"
}
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/help-extra-syntax/help-extra-syntax-20050106.ebuild,v 1.8 2007/07/11 05:14:07 mr_bones_ Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: extra syntax highlighting for help files"
HOMEPAGE="http://mysite.verizon.net/astronaut/vim/"
LICENSE="as-is"
KEYWORDS="alpha ~amd64 arm hppa ia64 mips ~ppc ppc64 sparc x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides additional syntax highlighting for help files."
This package provides additional syntax highlighting for Vim help
files.