summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-11-28 05:19:43 +0000
committerTim Harder <radhermit@gentoo.org>2013-11-28 05:19:43 +0000
commit31b2a2bdde20fe4417a46c7451047f2750554ce4 (patch)
treef0a114f59d1d988b28b0b8c92e631c28263b70d7 /app-vim/voom
parentVersion bump. (diff)
downloadgentoo-2-31b2a2bdde20fe4417a46c7451047f2750554ce4.tar.gz
gentoo-2-31b2a2bdde20fe4417a46c7451047f2750554ce4.tar.bz2
gentoo-2-31b2a2bdde20fe4417a46c7451047f2750554ce4.zip
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/voom')
-rw-r--r--app-vim/voom/ChangeLog7
-rw-r--r--app-vim/voom/voom-5.0.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/app-vim/voom/ChangeLog b/app-vim/voom/ChangeLog
index 9fafec9c38c7..3c77f118d4ea 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.3 2013/02/07 21:47:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/voom/ChangeLog,v 1.4 2013/11/28 05:19:43 radhermit Exp $
+
+*voom-5.0 (28 Nov 2013)
+
+ 28 Nov 2013; Tim Harder <radhermit@gentoo.org> +voom-5.0.ebuild:
+ Version bump.
07 Feb 2013; Ulrich Müller <ulm@gentoo.org> voom-4.7.ebuild:
Move Creative Commons licenses to shorter names.
diff --git a/app-vim/voom/voom-5.0.ebuild b/app-vim/voom/voom-5.0.ebuild
new file mode 100644
index 000000000000..2eab99befd42
--- /dev/null
+++ b/app-vim/voom/voom-5.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/voom/voom-5.0.ebuild,v 1.1 2013/11/28 05:19:43 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] )"