diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-03-15 20:03:47 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-03-15 20:03:47 +0000 |
commit | f94438e713ec8455935239dcf13765a4baceed50 (patch) | |
tree | 18ef95ab59f5faed85fb14143569512946a99318 /app-vim | |
parent | Bump to version 2.1.18. Should fix bug #38699. (diff) | |
download | historical-f94438e713ec8455935239dcf13765a4baceed50.tar.gz historical-f94438e713ec8455935239dcf13765a4baceed50.tar.bz2 historical-f94438e713ec8455935239dcf13765a4baceed50.zip |
Stable on sparc
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimcommander/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/vimcommander/vimcommander-1.52.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/vimcommander/ChangeLog b/app-vim/vimcommander/ChangeLog index 07692b5477bd..e1e2d00e29ed 100644 --- a/app-vim/vimcommander/ChangeLog +++ b/app-vim/vimcommander/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimcommander -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.1 2003/11/20 03:33:37 ciaranm Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.2 2004/03/15 20:03:47 ciaranm Exp $ + + 15 Mar 2004; Ciaran McCreesh <ciaranm@gentoo.org> vimcommander-1.52.ebuild: + Stable on sparc *vimcommander-1.52 (20 Nov 2003) diff --git a/app-vim/vimcommander/vimcommander-1.52.ebuild b/app-vim/vimcommander/vimcommander-1.52.ebuild index 460f31def1e8..128792335c56 100644 --- a/app-vim/vimcommander/vimcommander-1.52.ebuild +++ b/app-vim/vimcommander/vimcommander-1.52.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/vimcommander-1.52.ebuild,v 1.1 2003/11/20 03:33:37 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/vimcommander-1.52.ebuild,v 1.2 2004/03/15 20:03:47 ciaranm 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 ~sparc ~x86" +KEYWORDS="~alpha sparc ~x86" function src_unpack() { unpack ${A} |