diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-08-03 09:59:40 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-08-03 09:59:40 +0000 |
commit | 40626bf89a8ceda85aaf84009d34d26db8f39787 (patch) | |
tree | 2180b805433ba7d20f854f6a9d207c27192fe936 /app-vim/gundo | |
parent | Version bump. (diff) | |
download | gentoo-2-40626bf89a8ceda85aaf84009d34d26db8f39787.tar.gz gentoo-2-40626bf89a8ceda85aaf84009d34d26db8f39787.tar.bz2 gentoo-2-40626bf89a8ceda85aaf84009d34d26db8f39787.zip |
Version bump.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/gundo')
-rw-r--r-- | app-vim/gundo/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.4.0.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/app-vim/gundo/ChangeLog b/app-vim/gundo/ChangeLog index 10a2b501bb1c..ac4a90ef6a52 100644 --- a/app-vim/gundo/ChangeLog +++ b/app-vim/gundo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/gundo -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.6 2011/07/30 20:16:14 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.7 2012/08/03 09:59:40 radhermit Exp $ + +*gundo-2.4.0 (03 Aug 2012) + + 03 Aug 2012; Tim Harder <radhermit@gentoo.org> +gundo-2.4.0.ebuild: + Version bump. *gundo-2.2.2 (30 Jul 2011) diff --git a/app-vim/gundo/gundo-2.4.0.ebuild b/app-vim/gundo/gundo-2.4.0.ebuild new file mode 100644 index 000000000000..7ae76e6efefb --- /dev/null +++ b/app-vim/gundo/gundo-2.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.4.0.ebuild,v 1.1 2012/08/03 09:59:40 radhermit Exp $ + +EAPI=4 + +inherit vim-plugin vcs-snapshot + +DESCRIPTION="vim plugin: visualize your Vim undo tree" +HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/" +SRC_URI="https://github.com/sjl/gundo.vim/tarball/v${PV} -> ${P}.tar.gz" +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" + +src_prepare() { + rm -r .gitignore .hg* package.sh README* site tests || die +} |