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.5.0.ebuild
Date: Tue, 02 Sep 2014 20:27:30
Message-Id: 20140902202726.2928648C1@oystercatcher.gentoo.org
1 radhermit 14/09/02 20:27:26
2
3 Modified: ChangeLog
4 Added: syntastic-3.5.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
9
10 Revision Changes Path
11 1.10 app-vim/syntastic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 20 Mar 2014 04:59:08 -0000 1.9
24 +++ ChangeLog 2 Sep 2014 20:27:26 -0000 1.10
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.9 2014/03/20 04:59:08 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.10 2014/09/02 20:27:26 radhermit Exp $
30 +
31 +*syntastic-3.5.0 (02 Sep 2014)
32 +
33 + 02 Sep 2014; Tim Harder <radhermit@g.o> +syntastic-3.5.0.ebuild:
34 + Version bump.
35
36 *syntastic-3.4.0 (20 Mar 2014)
37
38
39
40
41 1.1 app-vim/syntastic/syntastic-3.5.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.5.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.5.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: syntastic-3.5.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.5.0.ebuild,v 1.1 2014/09/02 20:27:26 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 }