Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-vim/syntastic: ChangeLog syntastic-3.3.0.ebuild
Date: Wed, 22 Jan 2014 22:50:05
Message-Id: 20140122225002.3AD922004C@flycatcher.gentoo.org
1 radhermit 14/01/22 22:50:02
2
3 Modified: ChangeLog
4 Added: syntastic-3.3.0.ebuild
5 Log:
6 Version bump (bug #498964).
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.8 app-vim/syntastic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 5 Jan 2014 10:46:21 -0000 1.7
24 +++ ChangeLog 22 Jan 2014 22:50:02 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-vim/syntastic
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.7 2014/01/05 10:46:21 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.8 2014/01/22 22:50:02 radhermit Exp $
30 +
31 +*syntastic-3.3.0 (22 Jan 2014)
32 +
33 + 22 Jan 2014; Tim Harder <radhermit@g.o> +syntastic-3.3.0.ebuild:
34 + Version bump (bug #498964).
35
36 05 Jan 2014; Agostino Sarubbo <ago@g.o> syntastic-3.2.0.ebuild:
37 Stable for x86, wrt bug #495360
38
39
40
41 1.1 app-vim/syntastic/syntastic-3.3.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.3.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.3.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: syntastic-3.3.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/syntastic-3.3.0.ebuild,v 1.1 2014/01/22 22:50:02 radhermit Exp $
51
52 EAPI=5
53 inherit vim-plugin
54
55 DESCRIPTION="vim plugin: syntax checking using external tools"
56 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/"
57 SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
58 LICENSE="WTFPL-2"
59 KEYWORDS="~amd64 ~x86"
60
61 VIM_PLUGIN_HELPFILES="${PN}"
62
63 src_prepare() {
64 rm -r _assets LICENCE README.markdown || die
65 }
66
67 pkg_postinst() {
68 if [[ -z ${REPLACING_VERSIONS} ]] ; then
69 elog "Syntastic has many optional dependencies depending on the type"
70 elog "of syntax checking being performed. Look in the related files in"
71 elog "the syntax_checkers directory to help figure out what programs"
72 elog "different languages need."
73 fi
74 }