radhermit 15/01/22 05:37:14 Modified: ChangeLog syntastic-3.5.0.ebuild Log: Stabilize for amd64/x86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.12 app-vim/syntastic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 22 Jan 2015 05:36:28 -0000 1.11 +++ ChangeLog 22 Jan 2015 05:37:14 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for app-vim/syntastic # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.11 2015/01/22 05:36:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.12 2015/01/22 05:37:14 radhermit Exp $ + + 22 Jan 2015; Tim Harder <[email protected]> syntastic-3.5.0.ebuild: + Stabilize for amd64/x86. *syntastic-3.6.0 (22 Jan 2015) 1.2 app-vim/syntastic/syntastic-3.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.5.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.5.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.5.0.ebuild?r1=1.1&r2=1.2 Index: syntastic-3.5.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.5.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- syntastic-3.5.0.ebuild 2 Sep 2014 20:27:26 -0000 1.1 +++ syntastic-3.5.0.ebuild 22 Jan 2015 05:37:14 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.5.0.ebuild,v 1.1 2014/09/02 20:27:26 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.5.0.ebuild,v 1.2 2015/01/22 05:37:14 radhermit Exp $ EAPI=5 inherit vim-plugin @@ -9,7 +9,7 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="WTFPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}"
