summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-13 09:56:19 +0000
committerTim Harder <radhermit@gentoo.org>2013-01-13 09:56:19 +0000
commit526ae4f41acddac93d516af0523cd5f14488396c (patch)
treebfbbea0be340b2ec43fccc4571c09858f610323c /app-vim/undotree
parentVersion bump. (diff)
downloadgentoo-2-526ae4f41acddac93d516af0523cd5f14488396c.tar.gz
gentoo-2-526ae4f41acddac93d516af0523cd5f14488396c.tar.bz2
gentoo-2-526ae4f41acddac93d516af0523cd5f14488396c.zip
Version bump.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/undotree')
-rw-r--r--app-vim/undotree/ChangeLog9
-rw-r--r--app-vim/undotree/undotree-4.2.ebuild15
2 files changed, 22 insertions, 2 deletions
diff --git a/app-vim/undotree/ChangeLog b/app-vim/undotree/ChangeLog
index 5a1f1500761e..876adcc19d23 100644
--- a/app-vim/undotree/ChangeLog
+++ b/app-vim/undotree/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/undotree
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/undotree/ChangeLog,v 1.1 2012/09/09 11:03:15 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/undotree/ChangeLog,v 1.2 2013/01/13 09:56:19 radhermit Exp $
+
+*undotree-4.2 (13 Jan 2013)
+
+ 13 Jan 2013; Tim Harder <radhermit@gentoo.org> +undotree-4.2.ebuild:
+ Version bump.
*undotree-4.1 (09 Sep 2012)
diff --git a/app-vim/undotree/undotree-4.2.ebuild b/app-vim/undotree/undotree-4.2.ebuild
new file mode 100644
index 000000000000..e40afe855f6e
--- /dev/null
+++ b/app-vim/undotree/undotree-4.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/undotree/undotree-4.2.ebuild,v 1.1 2013/01/13 09:56:19 radhermit Exp $
+
+EAPI=5
+VIM_PLUGIN_VIM_VERSION="7.3"
+
+inherit vim-plugin vcs-snapshot
+
+DESCRIPTION="vim plugin: display your undo history in a graph"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
+SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+IUSE=""