diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 16:44:39 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 16:44:39 +0000 |
commit | c97285dd3f38fd88451d547329f2b99f83fec621 (patch) | |
tree | 0a4c238256261c859af1eb047cc0a743473e0076 /app-vim | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-c97285dd3f38fd88451d547329f2b99f83fec621.tar.gz gentoo-2-c97285dd3f38fd88451d547329f2b99f83fec621.tar.bz2 gentoo-2-c97285dd3f38fd88451d547329f2b99f83fec621.zip |
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani in bug #481884.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'app-vim')
-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}" |