radhermit 14/07/14 18:41:45 Modified: ChangeLog Added: cfengine-syntax-20140713.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.15 app-vim/cfengine-syntax/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/cfengine-syntax/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/cfengine-syntax/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/cfengine-syntax/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/cfengine-syntax/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 1 May 2013 12:12:47 -0000 1.14 +++ ChangeLog 14 Jul 2014 18:41:45 -0000 1.15 @@ -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 <[email protected]> + +cfengine-syntax-20140713.ebuild: + Version bump. 01 May 2013; Ulrich Müller <[email protected]> cfengine-syntax-20050105.ebuild: Fix LICENSE, bug 445828. 1.1 app-vim/cfengine-syntax/cfengine-syntax-20140713.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/cfengine-syntax/cfengine-syntax-20140713.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/cfengine-syntax/cfengine-syntax-20140713.ebuild?rev=1.1&content-type=text/plain Index: cfengine-syntax-20140713.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-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/)."
