diff options
Diffstat (limited to 'app-vim/syntastic')
-rw-r--r-- | app-vim/syntastic/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/syntastic/syntastic-3.1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/syntastic/ChangeLog b/app-vim/syntastic/ChangeLog index ae85052b1a2e..65364cfbdf7a 100644 --- a/app-vim/syntastic/ChangeLog +++ b/app-vim/syntastic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/syntastic # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.2 2013/08/27 07:19:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.3 2013/11/05 16:44:39 chainsaw Exp $ + + 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> syntastic-3.1.0.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani in bug #481884. *syntastic-3.1.0 (27 Aug 2013) diff --git a/app-vim/syntastic/syntastic-3.1.0.ebuild b/app-vim/syntastic/syntastic-3.1.0.ebuild index 88699c8df6b8..a53ca993fc6f 100644 --- a/app-vim/syntastic/syntastic-3.1.0.ebuild +++ b/app-vim/syntastic/syntastic-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v 1.1 2013/08/27 07:19:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild,v 1.2 2013/11/05 16:44:39 chainsaw Exp $ EAPI=5 inherit vim-plugin @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: syntax checking using external tools" 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}" |