Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/ebnf-syntax
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ChangeLog,v 1.13 2006/11/23 08:26:25 wormo Exp $
23 Nov 2006; Stephanie Lockwood-Childs
ebnf-syntax-1.1-r1.ebuild:
stable on ppc
07 Apr 2006; Bryan Østergaard
29 Sep 2005; Luis Medinas
Marked Stable on amd64
10 Sep 2005; Aron Griffis
Mark 1.1-r1 stable on alpha
07 Sep 2005; Aron Griffis
Mark 1.1-r1 stable on ia64
07 Sep 2005; Markus Rothe
Stable on ppc64
07 Sep 2005; Ciaran McCreesh
ebnf-syntax-1.1-r1.ebuild:
x86 sparc mips stable
*ebnf-syntax-1.1-r1 (10 Aug 2005)
10 Aug 2005; Ciaran McCreesh
+ebnf-syntax-1.1-r1.ebuild:
Don't use hi link, bug #101799
12 Jun 2005; David Holm
Added to ~ppc.
06 Apr 2005; Markus Rothe
Stable on ppc64
31 Mar 2005; Aron Griffis
stable on ia64
06 Mar 2005; Ciaran McCreesh
x86 sparc mips stable
*ebnf-syntax-1.1 (27 Feb 2005)
27 Feb 2005; Ciaran McCreesh
+ebnf-syntax-1.1.ebuild:
New package
DIST ebnf-syntax-1.1.tar.bz2 981 RMD160 798d56add984004642ccfe2400d69a85ab0db12a SHA1 f9d96eadd7e6cc8e8303f4c49d4b010b1a7d90ca SHA256 34f602ef43fb5679d55a26a62ba5c17e2efe75dddfad91224bbf8901a86c2067
EBUILD ebnf-syntax-1.1-r1.ebuild 712 RMD160 c9d0013e188c7283e9270d6574c612127d6e2406 SHA1 96f1abab6ee5f214887973bb2cec526d2f35786f SHA256 7ccc744c87f5ddee6191df11dee7aaa292a92b63a16fd0fc707aafa9019d3756
EBUILD ebnf-syntax-1.1.ebuild 561 RMD160 5290419e8d8b6f9b17677f92d401bf2353733259 SHA1 a1c0c7b0d639cda30953cd8ce9ef274a77b1169a SHA256 3909c530ce2bc8c26c07e4dfe63717ed0bddeb6408cb5fc1ca68f6620a888a57
MISC ChangeLog 1603 RMD160 35c3fc815f0ffa0af66ba3b47799cab518880eea SHA1 2df8a5b5b0b7203314d422fd0e6101517f898140 SHA256 f96cc61a5b3cfe65f86a0f1e718ca9df5c21120402b80c0a877a92f1101d998f
MISC metadata.xml 157 RMD160 adcd6494e1e562ab5e0bd090e114622782ac753a SHA1 22983b8e9ba3045d8ccbc2b14393423f7f05d2ee SHA256 106c8618581360c66c2b535fcb7a6cb9ff318f1bd8e6c8f40f2f2f2d54e6787a
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild,v 1.8 2007/07/11 05:14:07 mr_bones_ Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=545"
LICENSE="as-is"
KEYWORDS="alpha amd64 ia64 mips ppc ppc64 sparc x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for EBNF (ISO/IEC 14997) files."
src_unpack() {
unpack "${A}"
cd "${S}"
# don't use hi link, bug #101799.
sed -i -e 's,hi link,hi def link,' syntax/ebnf.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/ebnf-syntax/ebnf-syntax-1.1.ebuild,v 1.6 2007/07/11 05:14:07 mr_bones_ Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=545"
LICENSE="as-is"
KEYWORDS="~alpha ~amd64 ia64 mips ~ppc ppc64 sparc x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for EBNF (ISO/IEC 14997) files."