Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158365 | Differences between
and this patch

Collapse All | Expand All

(-)udev-syntax-20051016.ebuild (-1 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-vim/udev-syntax/udev-syntax-20051016.ebuild,v 1.4 2006/11/22 06:38:16 wormo Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-vim/udev-syntax/udev-syntax-20051016.ebuild,v 1.4 2006/11/22 06:38:16 wormo Exp $
4
4
5
inherit vim-plugin
5
inherit vim-plugin eutils
6
6
7
DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
7
DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
8
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381"
8
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381"
Lines 15-17 Link Here
15
are automatically detected by filename; manual loading is also possible,
15
are automatically detected by filename; manual loading is also possible,
16
via :set filetype=udev"
16
via :set filetype=udev"
17
17
18
src_unpack() {
19
	unpack ${A}
20
	epatch ${FILESDIR}/${P}-rule-files-renamed.patch
21
}
22

Return to bug 158365