radhermit 14/10/14 03:32:25 Modified: ChangeLog Added: brainfuck-syntax-1.0.3.ebuild Log: Version bump and update LICENSE (bug #525076). (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.18 app-vim/brainfuck-syntax/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/brainfuck-syntax/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/brainfuck-syntax/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/brainfuck-syntax/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/brainfuck-syntax/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 7 Dec 2012 18:28:14 -0000 1.17 +++ ChangeLog 14 Oct 2014 03:32:25 -0000 1.18 @@ -1,6 +1,12 @@ # ChangeLog for app-vim/brainfuck-syntax -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/brainfuck-syntax/ChangeLog,v 1.17 2012/12/07 18:28:14 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/brainfuck-syntax/ChangeLog,v 1.18 2014/10/14 03:32:25 radhermit Exp $ + +*brainfuck-syntax-1.0.3 (14 Oct 2014) + + 14 Oct 2014; Tim Harder <[email protected]> + +brainfuck-syntax-1.0.3.ebuild: + Version bump and update LICENSE (bug #525076). 07 Dec 2012; Ulrich Müller <[email protected]> brainfuck-syntax-1.0.1.ebuild, brainfuck-syntax-1.0.2.ebuild: 1.1 app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild?rev=1.1&content-type=text/plain Index: brainfuck-syntax-1.0.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild,v 1.1 2014/10/14 03:32:25 radhermit Exp $ EAPI=5 inherit vim-plugin DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=716" LICENSE="BSD-2" KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for BrainFuck source files."
