diff options
-rw-r--r-- | app-vim/voom/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/voom/voom-5.1.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/app-vim/voom/ChangeLog b/app-vim/voom/ChangeLog index 3c77f118d4ea..3b0104364695 100644 --- a/app-vim/voom/ChangeLog +++ b/app-vim/voom/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/voom -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/voom/ChangeLog,v 1.4 2013/11/28 05:19:43 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/voom/ChangeLog,v 1.5 2014/10/18 03:45:21 radhermit Exp $ + +*voom-5.1 (18 Oct 2014) + + 18 Oct 2014; Tim Harder <radhermit@gentoo.org> +voom-5.1.ebuild: + Version bump. *voom-5.0 (28 Nov 2013) diff --git a/app-vim/voom/voom-5.1.ebuild b/app-vim/voom/voom-5.1.ebuild new file mode 100644 index 000000000000..646fa0a9a736 --- /dev/null +++ b/app-vim/voom/voom-5.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/voom/voom-5.1.ebuild,v 1.1 2014/10/18 03:45:21 radhermit Exp $ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: emulates a two-pane text outliner" +HOMEPAGE="http://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657" +LICENSE="CC0-1.0" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )" |