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: syntastic-3.1.0.ebuild ChangeLog
Date: Tue, 27 Aug 2013 07:19:21
Message-Id: 20130827071915.99D4C2004C@flycatcher.gentoo.org
1 radhermit 13/08/27 07:19:15
2
3 Modified: ChangeLog
4 Added: syntastic-3.1.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.2 app-vim/syntastic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 24 Jul 2013 08:12:23 -0000 1.1
24 +++ ChangeLog 27 Aug 2013 07:19:15 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-vim/syntastic
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.1 2013/07/24 08:12:23 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/syntastic/ChangeLog,v 1.2 2013/08/27 07:19:15 radhermit Exp $
30 +
31 +*syntastic-3.1.0 (27 Aug 2013)
32 +
33 + 27 Aug 2013; Tim Harder <radhermit@g.o> +syntastic-3.1.0.ebuild:
34 + Version bump.
35
36 *syntastic-9999 (24 Jul 2013)
37 *syntastic-3.0.0 (24 Jul 2013)
38
39
40
41 1.1 app-vim/syntastic/syntastic-3.1.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/syntastic/syntastic-3.1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: syntastic-3.1.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.1.0.ebuild,v 1.1 2013/08/27 07:19:15 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 }