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.1.ebuild
Date: Sat, 25 Jan 2014 06:34:11
Message-Id: 20140125063406.7463F2004C@flycatcher.gentoo.org
1 radhermit 14/01/25 06:34:06
2
3 Modified: ChangeLog
4 Added: tagbar-2.6.1.ebuild
5 Log:
6 Version bump.
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.7 app-vim/tagbar/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tagbar/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tagbar/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tagbar/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 7 Dec 2013 10:51:27 -0000 1.6
24 +++ ChangeLog 25 Jan 2014 06:34:06 -0000 1.7
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.6 2013/12/07 10:51:27 radhermit Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v 1.7 2014/01/25 06:34:06 radhermit Exp $
31 +
32 +*tagbar-2.6.1 (25 Jan 2014)
33 +
34 + 25 Jan 2014; Tim Harder <radhermit@g.o> +tagbar-2.6.1.ebuild:
35 + Version bump.
36
37 *tagbar-2.6 (07 Dec 2013)
38
39
40
41
42 1.1 app-vim/tagbar/tagbar-2.6.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tagbar/tagbar-2.6.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/tagbar/tagbar-2.6.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tagbar-2.6.1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/tagbar-2.6.1.ebuild,v 1.1 2014/01/25 06:34:06 radhermit Exp $
52
53 EAPI=5
54
55 inherit vim-plugin
56
57 DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
58 HOMEPAGE="http://majutsushi.github.com/tagbar/
59 http://www.vim.org/scripts/script.php?script_id=3465"
60 SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
61 LICENSE="vim"
62 KEYWORDS="~amd64 ~x86"
63
64 RDEPEND=">=dev-util/ctags-5.5"
65
66 VIM_PLUGIN_HELPFILES="${PN}.txt"