Drop $Id$ per council decision in bug #611234.
[gentoo.git] / app-vim / udev-syntax / udev-syntax-20051016-r1.ebuild
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 inherit vim-plugin eutils
5
6 DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
7 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381"
8 LICENSE="vim"
9 KEYWORDS="amd64 hppa ~mips ppc sparc x86"
10 IUSE=""
11
12 VIM_PLUGIN_HELPTEXT=\
13 "This plugin provides syntax highlighting for udev.rules files. These files
14 are automatically detected by filename; manual loading is also possible,
15 via :set filetype=udev"
16
17 src_unpack() {
18         unpack ${A}
19         epatch "${FILESDIR}/${P}-ftdetect.patch"
20 }