Portage is a package management system used by Gentoo Linux
# ChangeLog for app-vim/udev-syntax
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/udev-syntax/ChangeLog,v 1.6 2007/01/11 04:09:18 pioto Exp $
*udev-syntax-20051016-r1 (11 Jan 2007)
11 Jan 2007; Mike Kelly
+files/udev-syntax-20051016-ftdetect.patch, +udev-syntax-20051016-r1.ebuild:
Add a patch that fixes the ftdetect script to trigger udev syntax when we
edit files in the udev/rules.d directory. Thanks to Matthias Schwarzott
(zzam), Bug #158365.
22 Nov 2006; Stephanie Lockwood-Childs
udev-syntax-20051016.ebuild:
mark ~ppc
07 Apr 2006; Bryan Østergaard
Remove ciaranm from metadata.xml.
26 Jan 2006; Andrej Kacian
Added ~x86 keyword.
07 Dec 2005; Marcus D. Hanwell
udev-syntax-20051016.ebuild:
Marked ~amd64, bug 114793.
*udev-syntax-20051016 (16 Oct 2005)
16 Oct 2005; Ciaran McCreesh
+udev-syntax-20051016.ebuild:
New package.
AUX udev-syntax-20051016-ftdetect.patch 371 RMD160 c585159a10b6789963efb438d341c559c4ed56c0 SHA1 68bda22a50bc38992c1f0b5fb69e5b3f3f1cf302 SHA256 d2af0aa868209deda9b3524e576d4b9992207188e0847aa28f05d99da586236e
DIST udev-syntax-20051016.tar.bz2 1161 RMD160 10cd19d59027a2a5197551b1ca01aba38709ed01 SHA1 d7d79f069fd81cafaaec3cd4d0c38a73f0c601f9 SHA256 32e34a163f49e68bce41dc3fe944b52bbc279399a0a422e995a9c77263316239
EBUILD udev-syntax-20051016-r1.ebuild 722 RMD160 336c355b83a46bcac20c317efe379b73f358ef02 SHA1 2b21a22ad95f9f00bb261dd6782c79d9b2f86fae SHA256 e961c4dd0f4152f70799001a65c708a349b4a801402cb09f59f44f1d8b0a6872
EBUILD udev-syntax-20051016.ebuild 643 RMD160 8a21901f98fc66bd97c3875bcc953c711acb83ef SHA1 1ac3567d2802a3a8ef5cb398337c85c35ee8b717 SHA256 31888fb4d3756c1170d2c9f7ab2a3ecc17de47aee8e7c3395cf5afa146621bf6
MISC ChangeLog 1121 RMD160 86c592dc482936fa2004a7d5e27638eb5cdbb8d5 SHA1 11599ecd196a58973823631e68dae4d331285fb6 SHA256 b353bcf11ed059e973717ae3a2ab5473e66834d390fe1d5f89e256ba6848f7bc
MISC metadata.xml 255 RMD160 893691433b6dc0eb884ac927c3d779c4c777aff1 SHA1 e4e8c412943e22bc9b0cc8db8eb8e53fa4baefa0 SHA256 5a29274360d2ef08d5354a6ea136155d6e2dae41303f2c219bfce35ce15eb01e
Vim syntax highlighting for udev.rules files.
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/udev-syntax/udev-syntax-20051016-r1.ebuild,v 1.1 2007/01/11 04:09:18 pioto Exp $
inherit vim-plugin eutils
DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381"
LICENSE="vim"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for udev.rules files. These files
are automatically detected by filename; manual loading is also possible,
via :set filetype=udev"
src_unpack() {
unpack ${A}
epatch "${FILESDIR}/${P}-ftdetect.patch"
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/udev-syntax/udev-syntax-20051016.ebuild,v 1.5 2007/07/11 05:14:07 mr_bones_ Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381"
LICENSE="vim"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for udev.rules files. These files
are automatically detected by filename; manual loading is also possible,
via :set filetype=udev"