diff options
-rw-r--r-- | app-vim/tagbar/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.5.ebuild | 18 |
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" |