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/tagbar: ChangeLog tagbar-2.6.ebuild
Date: Sat, 07 Dec 2013 10:51:33
Message-Id: 20131207105127.973F02004B@flycatcher.gentoo.org
1 radhermit 13/12/07 10:51:27
2
3 Modified: ChangeLog
4 Added: tagbar-2.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.6 app-vim/tagbar/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tagbar/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tagbar/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tagbar/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 1 Dec 2013 00:55:02 -0000 1.5
24 +++ ChangeLog 7 Dec 2013 10:51:27 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-vim/tagbar
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v 1.5 2013/12/01 00:55:02 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v 1.6 2013/12/07 10:51:27 radhermit Exp $
30 +
31 +*tagbar-2.6 (07 Dec 2013)
32 +
33 + 07 Dec 2013; Tim Harder <radhermit@g.o> +tagbar-2.6.ebuild:
34 + Version bump.
35
36 01 Dec 2013; Johannes Huber <johu@g.o> tagbar-2.5.ebuild:
37 x86 stable wrt bug #481878
38
39
40
41 1.1 app-vim/tagbar/tagbar-2.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tagbar/tagbar-2.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tagbar/tagbar-2.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tagbar-2.6.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/tagbar/tagbar-2.6.ebuild,v 1.1 2013/12/07 10:51:27 radhermit Exp $
51
52 EAPI=5
53
54 inherit vim-plugin
55
56 DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
57 HOMEPAGE="http://majutsushi.github.com/tagbar/
58 http://www.vim.org/scripts/script.php?script_id=3465"
59 SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
60 LICENSE="vim"
61 KEYWORDS="~amd64 ~x86"
62
63 RDEPEND=">=dev-util/ctags-5.5"
64
65 VIM_PLUGIN_HELPFILES="${PN}.txt"