blob: 609b3dc6e5b9ab48dad8d592d0cb8f6f2c892b1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2013 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.2.ebuild,v 1.8 2013/06/09 18:25:43 ulm 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="vim"
KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd"
IUSE=""
|