diff options
Diffstat (limited to 'app-vim/vimcommander')
-rw-r--r-- | app-vim/vimcommander/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/vimcommander/vimcommander-80.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/vimcommander/ChangeLog b/app-vim/vimcommander/ChangeLog index 4214c87a1856..3b8eff37ceda 100644 --- a/app-vim/vimcommander/ChangeLog +++ b/app-vim/vimcommander/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimcommander -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.29 2010/11/14 17:11:08 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.30 2011/01/07 22:32:39 ranger Exp $ + + 07 Jan 2011; Brent Baude <ranger@gentoo.org> vimcommander-80.ebuild: + stable ppc, bug 345069 14 Nov 2010; Raúl Porcel <armin76@gentoo.org> vimcommander-80.ebuild: alpha/ia64/sparc stable diff --git a/app-vim/vimcommander/vimcommander-80.ebuild b/app-vim/vimcommander/vimcommander-80.ebuild index 54a97a8357c7..1afafa2ca932 100644 --- a/app-vim/vimcommander/vimcommander-80.ebuild +++ b/app-vim/vimcommander/vimcommander-80.ebuild @@ -1,13 +1,13 @@ -# 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/vimcommander/vimcommander-80.ebuild,v 1.4 2010/11/14 17:11:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/vimcommander-80.ebuild,v 1.5 2011/01/07 22:32:39 ranger Exp $ inherit vim-plugin DESCRIPTION="vim plugin: Total Commander style file explorer" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" VIM_PLUGIN_HELPFILES="vimcommander" |