diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-01-03 18:09:52 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-01-03 18:09:52 +0000 |
commit | 8b361506746a4a8f03d282b2f90493317fb2a3ab (patch) | |
tree | 9b6cfc929b93a802444e133ad9ece96a4c225787 /app-vim/syntastic | |
parent | Stable for amd64 wrt bug #495358 (diff) | |
download | gentoo-2-8b361506746a4a8f03d282b2f90493317fb2a3ab.tar.gz gentoo-2-8b361506746a4a8f03d282b2f90493317fb2a3ab.tar.bz2 gentoo-2-8b361506746a4a8f03d282b2f90493317fb2a3ab.zip |
Stable for amd64 wrt bug #495360
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-vim/syntastic')
-rw-r--r-- | app-vim/syntastic/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/syntastic/syntastic-3.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/syntastic/ChangeLog b/app-vim/syntastic/ChangeLog index 814245de667d..53d60a7793bf 100644 --- a/app-vim/syntastic/ChangeLog +++ b/app-vim/syntastic/ChangeLog @@ -1,6 +1,9 @@ # 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.5 2013/12/01 00:56:16 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.6 2014/01/03 18:09:52 nimiux Exp $ + + 03 Jan 2014; Chema Alonso <nimiux@gentoo.org> syntastic-3.2.0.ebuild: + Stable for amd64 wrt bug #495360 01 Dec 2013; Johannes Huber <johu@gentoo.org> syntastic-3.1.0.ebuild: x86 stable wrt bug #481884 diff --git a/app-vim/syntastic/syntastic-3.2.0.ebuild b/app-vim/syntastic/syntastic-3.2.0.ebuild index 211276e7bcf6..ab7cd8a1634c 100644 --- a/app-vim/syntastic/syntastic-3.2.0.ebuild +++ b/app-vim/syntastic/syntastic-3.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.2.0.ebuild,v 1.1 2013/11/11 05:54:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.2.0.ebuild,v 1.2 2014/01/03 18:09:52 nimiux 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}" |