diff options
-rw-r--r-- | app-vim/tagbar/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/tagbar/tagbar-2.4.1.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/app-vim/tagbar/ChangeLog b/app-vim/tagbar/ChangeLog index 23f2d5634449..f4f3b213db9c 100644 --- a/app-vim/tagbar/ChangeLog +++ b/app-vim/tagbar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/tagbar -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/ChangeLog,v 1.1 2011/12/04 20:25:41 radhermit Exp $ +# 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 $ + +*tagbar-2.4.1 (03 Aug 2012) + + 03 Aug 2012; Tim Harder <radhermit@gentoo.org> +tagbar-2.4.1.ebuild: + Version bump. *tagbar-2.2 (04 Dec 2011) diff --git a/app-vim/tagbar/tagbar-2.4.1.ebuild b/app-vim/tagbar/tagbar-2.4.1.ebuild new file mode 100644 index 000000000000..8070e72ef8d9 --- /dev/null +++ b/app-vim/tagbar/tagbar-2.4.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/tagbar/tagbar-2.4.1.ebuild,v 1.1 2012/08/03 09:47:41 radhermit Exp $ + +EAPI="4" + +inherit vim-plugin vcs-snapshot + +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="http://github.com/majutsushi/${PN}/tarball/v${PV} -> ${P}.tar.gz" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-util/ctags-5.5" + +VIM_PLUGIN_HELPFILES="${PN}.txt" |