summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-06-01 22:27:42 +0000
committerTim Harder <radhermit@gentoo.org>2013-06-01 22:27:42 +0000
commit2c10067b1833623bb17085d13ea2f64bd9896f5f (patch)
tree77ef284f358a90bb27b3bcad82682d033f354f36 /app-vim/tagbar
parentVersion bump. (diff)
downloadgentoo-2-2c10067b1833623bb17085d13ea2f64bd9896f5f.tar.gz
gentoo-2-2c10067b1833623bb17085d13ea2f64bd9896f5f.tar.bz2
gentoo-2-2c10067b1833623bb17085d13ea2f64bd9896f5f.zip
Version bump.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/tagbar')
-rw-r--r--app-vim/tagbar/ChangeLog9
-rw-r--r--app-vim/tagbar/tagbar-2.5.ebuild18
2 files changed, 25 insertions, 2 deletions
diff --git a/app-vim/tagbar/ChangeLog b/app-vim/tagbar/ChangeLog
index f4f3b213db9c..a31ff5bd5587 100644
--- a/app-vim/tagbar/ChangeLog
+++ b/app-vim/tagbar/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/tagbar
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v 1.2 2012/08/03 09:47:41 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v 1.3 2013/06/01 22:27:42 radhermit Exp $
+
+*tagbar-2.5 (01 Jun 2013)
+
+ 01 Jun 2013; Tim Harder <radhermit@gentoo.org> +tagbar-2.5.ebuild:
+ Version bump.
*tagbar-2.4.1 (03 Aug 2012)
diff --git a/app-vim/tagbar/tagbar-2.5.ebuild b/app-vim/tagbar/tagbar-2.5.ebuild
new file mode 100644
index 000000000000..8cbb4fb02898
--- /dev/null
+++ b/app-vim/tagbar/tagbar-2.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/tagbar-2.5.ebuild,v 1.1 2013/06/01 22:27:42 radhermit Exp $
+
+EAPI=5
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: display tags of the current file ordered by scope"
+HOMEPAGE="http://majutsushi.github.com/tagbar/
+ http://www.vim.org/scripts/script.php?script_id=3465"
+SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-util/ctags-5.5"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"