Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/xquery-syntax
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/xquery-syntax/ChangeLog,v 1.14 2006/11/23 08:36:18 wormo Exp $
23 Nov 2006; Stephanie Lockwood-Childs
xquery-syntax-0.1-r1.ebuild:
stable on ppc
20 Aug 2006;
Stable on amd64
07 Apr 2006; Bryan Østergaard
10 Sep 2005; Aron Griffis
xquery-syntax-0.1-r1.ebuild:
Mark 0.1-r1 stable on alpha
07 Sep 2005; Aron Griffis
xquery-syntax-0.1-r1.ebuild:
Mark 0.1-r1 stable on ia64
07 Sep 2005; Markus Rothe
xquery-syntax-0.1-r1.ebuild:
Stable on ppc64
07 Sep 2005; Ciaran McCreesh
xquery-syntax-0.1-r1.ebuild:
x86 sparc mips stable
08 Aug 2005; Ciaran McCreesh
xquery-syntax-0.1.ebuild, xquery-syntax-0.1-r1.ebuild:
Tidy up post-install messages
*xquery-syntax-0.1-r1 (08 Aug 2005)
08 Aug 2005; Ciaran McCreesh
+xquery-syntax-0.1-r1.ebuild:
Use hi def link rather than hi link. Bug #101788, bug #101804.
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
xquery-syntax-0.1.ebuild:
x86 sparc mips stable
*xquery-syntax-0.1 (27 Feb 2005)
27 Feb 2005; Ciaran McCreesh
+xquery-syntax-0.1.ebuild:
New package
DIST xquery-syntax-0.1.tar.bz2 1552 RMD160 4101230faa43005cdf0391dad3581f3af4fdbc63 SHA1 8a1fdf022b9e13edf2fa4b4bf5523832b65dd0c1 SHA256 b1939738070242ad2d7448b7cf4203e63afefce9020f61cc0b3280e99b9bd448
EBUILD xquery-syntax-0.1-r1.ebuild 714 RMD160 2d088b4a2b849e2a83c8e38fdf988884e8a2c851 SHA1 393c4ff02b16069e78e0b0483f3da61ef4a5b2bb SHA256 489f3f43f9a673947bee9376a8f662b33827af2dabcd68c6d18bfc7a40d5f183
EBUILD xquery-syntax-0.1.ebuild 532 RMD160 f8f0bfceb8df0238aac2cfb0c7cc9a388a8aa1a3 SHA1 608c9c5c4c30fedd721588242428563015c867f9 SHA256 66e51e591e6072c69846af6f5a8db17e03b762b3bea2eeac9f471406c3d53025
MISC ChangeLog 1793 RMD160 cd10d158c987fdab4c4b63fd03b72486fce676b7 SHA1 9f820e79e22efe16392e09d5fca9f076e153a5af SHA256 3168799af39cc1e8679642d27ce5fdc68325c66be7c86b349691099b6233f905
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/xquery-syntax/xquery-syntax-0.1-r1.ebuild,v 1.9 2007/07/11 05:14:07 mr_bones_ Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: XQuery syntax highlighting"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803"
LICENSE="as-is"
KEYWORDS="alpha amd64 ia64 mips ppc ppc64 sparc x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for XQuery files."
src_unpack() {
unpack "${A}"
cd "${S}"
# use hi def link. Bug #101788, bug #101804.
sed -i -e 's,^hi\(ghlight\)\? link,hi def link,' syntax/xquery.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/xquery-syntax/xquery-syntax-0.1.ebuild,v 1.7 2007/07/11 05:14:07 mr_bones_ Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: XQuery syntax highlighting"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=803"
LICENSE="as-is"
KEYWORDS="~alpha ~amd64 ia64 mips ~ppc ppc64 sparc x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for XQuery files."