summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-06-19 06:11:34 +0000
committerTim Harder <radhermit@gentoo.org>2015-06-19 06:11:34 +0000
commit0d72eae0dcf757db24c2cf4f537cd4f3c6e24208 (patch)
treeeb9dd2788f8e2b999bb8bed6d1b821b21058251e /app-vim
parentStable for PPC64 (bug #547966). (diff)
downloadgentoo-2-0d72eae0dcf757db24c2cf4f537cd4f3c6e24208.tar.gz
gentoo-2-0d72eae0dcf757db24c2cf4f537cd4f3c6e24208.tar.bz2
gentoo-2-0d72eae0dcf757db24c2cf4f537cd4f3c6e24208.zip
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/undotree/ChangeLog7
-rw-r--r--app-vim/undotree/undotree-5.0.ebuild13
2 files changed, 19 insertions, 1 deletions
diff --git a/app-vim/undotree/ChangeLog b/app-vim/undotree/ChangeLog
index 26983ef6e902..726b731130f0 100644
--- a/app-vim/undotree/ChangeLog
+++ b/app-vim/undotree/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/undotree
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/undotree/ChangeLog,v 1.6 2015/06/06 09:48:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/undotree/ChangeLog,v 1.7 2015/06/19 06:11:34 radhermit Exp $
+
+*undotree-5.0 (19 Jun 2015)
+
+ 19 Jun 2015; Tim Harder <radhermit@gentoo.org> +undotree-5.0.ebuild:
+ Version bump.
06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild
new file mode 100644
index 000000000000..e13616522fd8
--- /dev/null
+++ b/app-vim/undotree/undotree-5.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/undotree/undotree-5.0.ebuild,v 1.1 2015/06/19 06:11:34 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"