diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-07-14 18:41:45 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-07-14 18:41:45 +0000 |
commit | 531976726000e5e63d7081d90ce55172a1f1b6bf (patch) | |
tree | 6fea04f165620c69dd93d570b30b2e5e77c30258 /app-vim/cfengine-syntax | |
parent | ia64 stable wrt bug #507070 (diff) | |
download | gentoo-2-531976726000e5e63d7081d90ce55172a1f1b6bf.tar.gz gentoo-2-531976726000e5e63d7081d90ce55172a1f1b6bf.tar.bz2 gentoo-2-531976726000e5e63d7081d90ce55172a1f1b6bf.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/cfengine-syntax')
-rw-r--r-- | app-vim/cfengine-syntax/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/cfengine-syntax/cfengine-syntax-20140713.ebuild | 15 |
2 files changed, 23 insertions, 2 deletions
diff --git a/app-vim/cfengine-syntax/ChangeLog b/app-vim/cfengine-syntax/ChangeLog index 372688a35d5f..2ec6b30af6ba 100644 --- a/app-vim/cfengine-syntax/ChangeLog +++ b/app-vim/cfengine-syntax/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-vim/cfengine-syntax -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cfengine-syntax/ChangeLog,v 1.14 2013/05/01 12:12:47 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/cfengine-syntax/ChangeLog,v 1.15 2014/07/14 18:41:45 radhermit Exp $ + +*cfengine-syntax-20140713 (14 Jul 2014) + + 14 Jul 2014; Tim Harder <radhermit@gentoo.org> + +cfengine-syntax-20140713.ebuild: + Version bump. 01 May 2013; Ulrich Müller <ulm@gentoo.org> cfengine-syntax-20050105.ebuild: Fix LICENSE, bug 445828. diff --git a/app-vim/cfengine-syntax/cfengine-syntax-20140713.ebuild b/app-vim/cfengine-syntax/cfengine-syntax-20140713.ebuild new file mode 100644 index 000000000000..0f5ae3e0562d --- /dev/null +++ b/app-vim/cfengine-syntax/cfengine-syntax-20140713.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/cfengine-syntax/cfengine-syntax-20140713.ebuild,v 1.1 2014/07/14 18:41:45 radhermit Exp $ + +EAPI=5 +inherit vim-plugin + +DESCRIPTION="vim plugin: Cfengine configuration files syntax" +HOMEPAGE="http://dev.gentoo.org/~ramereth/vim/syntax/cfengine.vim" +LICENSE="vim.org" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for Cfengine configuration +files. Detection is by filename (/var/cfengine/inputs/)." |