blob: df03a7c3830174dcf5ff56076edda9fba120acec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/nginx-syntax/nginx-syntax-0.3.1.ebuild,v 1.2 2010/05/29 06:33:17 hollow Exp $
EAPI="2"
inherit vim-plugin
DESCRIPTION="vim plugin: Nginx configuration files syntax"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886"
LICENSE="as-is"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
|