blob: e59a962e90115b68d6f32f140978ab170109aeaf (
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.7 2013/05/10 15:08:26 maekke 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.org"
KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd"
IUSE=""
|