diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-03-11 10:09:24 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-03-11 10:09:24 +0000 |
commit | fecf7cf09d982b80432d95e9b61b50ca58c3dc19 (patch) | |
tree | 4461e23277a61df135c2879a055e9dc1529b0ed2 /app-vim/gundo | |
parent | x86 stable per bug 355269 (diff) | |
download | gentoo-2-fecf7cf09d982b80432d95e9b61b50ca58c3dc19.tar.gz gentoo-2-fecf7cf09d982b80432d95e9b61b50ca58c3dc19.tar.bz2 gentoo-2-fecf7cf09d982b80432d95e9b61b50ca58c3dc19.zip |
Version bump and remove old.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/gundo')
-rw-r--r-- | app-vim/gundo/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.1.0.ebuild (renamed from app-vim/gundo/gundo-2.0.0.ebuild) | 9 |
2 files changed, 13 insertions, 6 deletions
diff --git a/app-vim/gundo/ChangeLog b/app-vim/gundo/ChangeLog index 56cff12328e5..f8c4787dbee4 100644 --- a/app-vim/gundo/ChangeLog +++ b/app-vim/gundo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-vim/gundo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.1 2010/11/22 21:45:24 radhermit Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.2 2011/03/11 10:09:24 radhermit Exp $ + +*gundo-2.1.0 (11 Mar 2011) + + 11 Mar 2011; Tim Harder <radhermit@gentoo.org> -gundo-2.0.0.ebuild, + +gundo-2.1.0.ebuild: + Version bump and remove old. *gundo-2.0.0 (22 Nov 2010) diff --git a/app-vim/gundo/gundo-2.0.0.ebuild b/app-vim/gundo/gundo-2.1.0.ebuild index 7ef2568346f7..f7881bf05e8c 100644 --- a/app-vim/gundo/gundo-2.0.0.ebuild +++ b/app-vim/gundo/gundo-2.1.0.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.0.0.ebuild,v 1.1 2010/11/22 21:45:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.1.0.ebuild,v 1.1 2011/03/11 10:09:24 radhermit Exp $ EAPI=3 - VIM_PLUGIN_VIM_VERSION="7.3" + inherit vim-plugin DESCRIPTION="vim plugin: visualize your Vim undo tree" -HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/" +HOMEPAGE="http://sjl.bitbucket.org/gundo.vim/ + http://www.vim.org/scripts/script.php?script_id=3304" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" |