Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/xsl-syntax
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/ChangeLog,v 1.14 2007/02/22 00:17:12 peper Exp $
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
12 Sep 2005; Michael Hanselmann
xsl-syntax-0.3.11-r1.ebuild:
Stable on ppc.
10 Sep 2005; Aron Griffis
xsl-syntax-0.3.11-r1.ebuild:
Mark 0.3.11-r1 stable on alpha
09 Sep 2005; Luis Medinas
xsl-syntax-0.3.11-r1.ebuild:
Marked Stable on AMD64.
07 Sep 2005; Aron Griffis
xsl-syntax-0.3.11-r1.ebuild:
Mark 0.3.11-r1 stable on ia64
07 Sep 2005; Markus Rothe
xsl-syntax-0.3.11-r1.ebuild:
Stable on ppc64
07 Sep 2005; Ciaran McCreesh
xsl-syntax-0.3.11-r1.ebuild:
x86 sparc mips stable
*xsl-syntax-0.3.11-r1 (08 Aug 2005)
08 Aug 2005; Ciaran McCreesh
+xsl-syntax-0.3.11-r1.ebuild:
Use hi def link rather than hi link. Bug #101787, bug #101804.
29 Jul 2005; Aaron Walker
Added ~mips.
24 Apr 2005; Michael Hanselmann
xsl-syntax-0.3.11.ebuild:
Stable on ppc.
06 Apr 2005; Markus Rothe
Stable on ppc64
18 Feb 2005; Tom Martin
amd64 stable.
13 Feb 2005; Markus Rothe
Added ~ppc64 to KEYWORDS
*xsl-syntax-0.3.11 (12 Feb 2005)
12 Feb 2005; Ciaran McCreesh
+xsl-syntax-0.3.11.ebuild:
Move app-vim/xsl -> app-vim/xsl-syntax
26 Oct 2004; Tom Martin
Marked ~amd64.
23 Oct 2004; Ciaran McCreesh
Added help, bug #63326
16 Mar 2004; David Holm
Added to ~ppc.
03 Dec 2003; Ciaran McCreesh
Added sparc keyword
14 Nov 2003; Aron Griffis
Stable on ia64
18 Aug 2003; Aron Griffis
Mark stable on alpha and x86
*xsl-0.3.11 (11 Aug 2003)
11 Aug 2003; Aron Griffis
Initial import of app-vim/xsl. Attempted to contact the author regarding the
license of this plugin, but was unsuccessful so far. Considering the file
bears no copyright or license information, and the file is freely available
from vim.org, assuming the vim license is sufficient until otherwise informed.
DIST xsl-syntax-0.3.11.tar.bz2 5770 RMD160 57ec39d813483b0af71817b73a25815e36ec1ff4 SHA1 94fce65bedc832e88b864213a6faf0919496cf34 SHA256 ad4e5eefaf8ba7ce7bb6190d263b6331164d379831f33a577ad32ad9c6937155
EBUILD xsl-syntax-0.3.11-r1.ebuild 694 RMD160 4a7ff14067865f18adafa22ad1cf265d1ccd97bb SHA1 196d77f16906ce8be5940c18e671a01797d35e32 SHA256 4df593fa1993b53ac1f69065a70b7b16a1316712304d9441c654845376fdcd4c
EBUILD xsl-syntax-0.3.11.ebuild 524 RMD160 4f0a820adfb1451215eb33936c10c5967814c3ea SHA1 6b286de980701fa5804d8adccddc2795549c7b7d SHA256 02f635836185287d5ce60e390401594b5004f48d0848f551b3dc001509a92b73
MISC ChangeLog 2739 RMD160 210c43b3d1b25a2ceee97207f46f75058760d056 SHA1 b8b97e04e8e3794fa0d237fee40ca2af0a2050e8 SHA256 ec4e535e9409189e0d759bbfb057c832787ca4b87e1e359475924da43433d7c1
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/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild,v 1.8 2007/07/11 05:14:07 mr_bones_ Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257"
LICENSE="vim"
KEYWORDS="alpha amd64 ia64 mips ppc ppc64 sparc x86"
IUSE=""
VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257"
src_unpack() {
unpack "${A}"
cd "${S}"
# hi link is evil. See bug #101787, bug #101804.
sed -i -e 's,^hi link,hi def link,' syntax/xsl.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/xsl-syntax/xsl-syntax-0.3.11.ebuild,v 1.6 2005/07/29 13:03:58 ka0ttic Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257"
LICENSE="vim"
KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257"