radhermit 14/10/19 23:06:30 Modified: ChangeLog Added: cfengine-syntax-20141019.ebuild Log: Version bump (bug #373797). (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.16 app-vim/cfengine-syntax/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/cfengine-syntax/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/cfengine-syntax/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/cfengine-syntax/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/cfengine-syntax/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 14 Jul 2014 18:41:45 -0000 1.15 +++ ChangeLog 19 Oct 2014 23:06:30 -0000 1.16 @@ -1,6 +1,12 @@ # ChangeLog for app-vim/cfengine-syntax # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cfengine-syntax/ChangeLog,v 1.16 2014/10/19 23:06:30 radhermit Exp $ + +*cfengine-syntax-20141019 (19 Oct 2014) + + 19 Oct 2014; Tim Harder <[email protected]> + +cfengine-syntax-20141019.ebuild: + Version bump (bug #373797). *cfengine-syntax-20140713 (14 Jul 2014) 1.1 app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild?rev=1.1&content-type=text/plain Index: cfengine-syntax-20141019.ebuild =================================================================== # 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-20141019.ebuild,v 1.1 2014/10/19 23:06:30 radhermit Exp $ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: Cfengine 3 configuration files syntax" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2904 https://github.com/neilhwatson/vim_cf3" LICENSE="GPL-3+" 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/)."
