summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2010-11-22 21:45:24 +0000
committerTim Harder <radhermit@gentoo.org>2010-11-22 21:45:24 +0000
commit4dc041834db98de60590e39b30e098b454f9ff02 (patch)
tree07f43b2a065a3a569ca50c5d639ee31e3116358b /app-vim
parentAdd new version and live ebuild. (diff)
downloadgentoo-2-4dc041834db98de60590e39b30e098b454f9ff02.tar.gz
gentoo-2-4dc041834db98de60590e39b30e098b454f9ff02.tar.bz2
gentoo-2-4dc041834db98de60590e39b30e098b454f9ff02.zip
Initial import.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/gundo/ChangeLog9
-rw-r--r--app-vim/gundo/gundo-2.0.0.ebuild19
-rw-r--r--app-vim/gundo/metadata.xml5
3 files changed, 33 insertions, 0 deletions
diff --git a/app-vim/gundo/ChangeLog b/app-vim/gundo/ChangeLog
new file mode 100644
index 000000000000..56cff12328e5
--- /dev/null
+++ b/app-vim/gundo/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-vim/gundo
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.1 2010/11/22 21:45:24 radhermit Exp $
+
+*gundo-2.0.0 (22 Nov 2010)
+
+ 22 Nov 2010; Tim Harder <radhermit@gentoo.org> +gundo-2.0.0.ebuild:
+ Initial import.
+
diff --git a/app-vim/gundo/gundo-2.0.0.ebuild b/app-vim/gundo/gundo-2.0.0.ebuild
new file mode 100644
index 000000000000..7ef2568346f7
--- /dev/null
+++ b/app-vim/gundo/gundo-2.0.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.0.0.ebuild,v 1.1 2010/11/22 21:45:24 radhermit Exp $
+
+EAPI=3
+
+VIM_PLUGIN_VIM_VERSION="7.3"
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: visualize your Vim undo tree"
+HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
+ >=dev-lang/python-2.4"
+
+VIM_PLUGIN_HELPFILES="gundo.txt"
diff --git a/app-vim/gundo/metadata.xml b/app-vim/gundo/metadata.xml
new file mode 100644
index 000000000000..d221a8d4b42c
--- /dev/null
+++ b/app-vim/gundo/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+</pkgmetadata>