Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-vim/syntastic: ChangeLog syntastic-3.2.0.ebuild
Date: Fri, 03 Jan 2014 18:09:59
Message-Id: 20140103180952.D581B2004C@flycatcher.gentoo.org
1 nimiux 14/01/03 18:09:52
2
3 Modified: ChangeLog syntastic-3.2.0.ebuild
4 Log:
5 Stable for amd64 wrt bug #495360
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
8
9 Revision Changes Path
10 1.6 app-vim/syntastic/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 1 Dec 2013 00:56:16 -0000 1.5
23 +++ ChangeLog 3 Jan 2014 18:09:52 -0000 1.6
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-vim/syntastic
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.5 2013/12/01 00:56:16 johu Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.6 2014/01/03 18:09:52 nimiux Exp $
30 +
31 + 03 Jan 2014; Chema Alonso <nimiux@g.o> syntastic-3.2.0.ebuild:
32 + Stable for amd64 wrt bug #495360
33
34 01 Dec 2013; Johannes Huber <johu@g.o> syntastic-3.1.0.ebuild:
35 x86 stable wrt bug #481884
36
37
38
39 1.2 app-vim/syntastic/syntastic-3.2.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.2.0.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.2.0.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.2.0.ebuild?r1=1.1&r2=1.2
44
45 Index: syntastic-3.2.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.2.0.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- syntastic-3.2.0.ebuild 11 Nov 2013 05:54:19 -0000 1.1
52 +++ syntastic-3.2.0.ebuild 3 Jan 2014 18:09:52 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.2.0.ebuild,v 1.1 2013/11/11 05:54:19 radhermit Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.2.0.ebuild,v 1.2 2014/01/03 18:09:52 nimiux Exp $
59
60 EAPI=5
61 inherit vim-plugin
62 @@ -9,7 +9,7 @@
63 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
64 SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
65 LICENSE="WTFPL-2"
66 -KEYWORDS="~amd64 ~x86"
67 +KEYWORDS="amd64 ~x86"
68
69 VIM_PLUGIN_HELPFILES="${PN}"