aboutsummaryrefslogtreecommitdiff
blob: 95abe13eec1736444f4a5190351128d3a36b23b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit vim-plugin

DESCRIPTION="vim plugin: syntax highlighting for freefem++ script files"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1901"
# This is a workaround to make the ebuild work on an overlay:
SRC_URI="http://web.tiscali.it/david_e/freefem++-syntax-20081108.tar.gz"

LICENSE="vim"
KEYWORDS="~amd64"
IUSE=""

VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for freefem++ script files."