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