summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-02-21 07:39:35 +0000
committerTim Harder <radhermit@gentoo.org>2013-02-21 07:39:35 +0000
commita099b0cf74c49bbba1504252e0177d78c17a0b01 (patch)
tree8cd152a5d7981a7ea33dfdcd7e8777f3c91785e5 /app-vim/undotree
parentVersion bump. (diff)
downloadgentoo-2-a099b0cf74c49bbba1504252e0177d78c17a0b01.tar.gz
gentoo-2-a099b0cf74c49bbba1504252e0177d78c17a0b01.tar.bz2
gentoo-2-a099b0cf74c49bbba1504252e0177d78c17a0b01.zip
Version bump.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/undotree')
-rw-r--r--app-vim/undotree/ChangeLog7
-rw-r--r--app-vim/undotree/undotree-4.3.ebuild13
2 files changed, 19 insertions, 1 deletions
diff --git a/app-vim/undotree/ChangeLog b/app-vim/undotree/ChangeLog
index 876adcc19d23..a79b23e007c9 100644
--- a/app-vim/undotree/ChangeLog
+++ b/app-vim/undotree/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/undotree
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/undotree/ChangeLog,v 1.3 2013/02/21 07:39:35 radhermit Exp $
+
+*undotree-4.3 (21 Feb 2013)
+
+ 21 Feb 2013; Tim Harder <radhermit@gentoo.org> +undotree-4.3.ebuild:
+ Version bump.
*undotree-4.2 (13 Jan 2013)
diff --git a/app-vim/undotree/undotree-4.3.ebuild b/app-vim/undotree/undotree-4.3.ebuild
new file mode 100644
index 000000000000..65efc29b9bf4
--- /dev/null
+++ b/app-vim/undotree/undotree-4.3.ebuild
@@ -0,0 +1,13 @@
+# 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.3.ebuild,v 1.1 2013/02/21 07:39:35 radhermit Exp $
+
+EAPI=5
+
+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"