diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-08-03 10:03:52 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-08-03 10:03:52 +0000 |
commit | 90a38fe97e3de0aed5894749a8e7e8047deaf454 (patch) | |
tree | f386752fa278c45a58257e231f4caf7922b51714 /app-vim/gundo | |
parent | Vulnerable. (diff) | |
download | historical-90a38fe97e3de0aed5894749a8e7e8047deaf454.tar.gz historical-90a38fe97e3de0aed5894749a8e7e8047deaf454.tar.bz2 historical-90a38fe97e3de0aed5894749a8e7e8047deaf454.zip |
Version bump.
Package-Manager: portage-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 +} |