diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-20 21:03:47 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-20 21:03:47 +0000 |
commit | 28ee6c07c146b36d5eeabc70aa124a3b794e0700 (patch) | |
tree | e35da7793d9da0ba05d665e54e98a751d22d303e /app-editors/vim | |
parent | version bump (diff) | |
download | historical-28ee6c07c146b36d5eeabc70aa124a3b794e0700.tar.gz historical-28ee6c07c146b36d5eeabc70aa124a3b794e0700.tar.bz2 historical-28ee6c07c146b36d5eeabc70aa124a3b794e0700.zip |
Stable on alpha.
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim/vim-6.2-r9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 659c53f7ba53..6c78615ec78a 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/vim # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.110 2004/06/19 01:46:13 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.111 2004/06/20 21:00:44 kloeri Exp $ + + 20 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> vim-6.2-r9.ebuild: + Stable on alpha. 18 Jun 2004; Brandon Hale <tseng@gentoo.org> vim-6.3.ebuild: Stable on x86. diff --git a/app-editors/vim/vim-6.2-r9.ebuild b/app-editors/vim/vim-6.2-r9.ebuild index 62dbb0ba8a1f..b863ef1c9f88 100644 --- a/app-editors/vim/vim-6.2-r9.ebuild +++ b/app-editors/vim/vim-6.2-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r9.ebuild,v 1.8 2004/06/13 00:21:05 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r9.ebuild,v 1.9 2004/06/20 21:00:44 kloeri Exp $ inherit vim @@ -16,7 +16,7 @@ SRC_URI="${SRC_URI} S=${WORKDIR}/vim${VIM_VERSION/.} DESCRIPTION="Vi IMproved!" -KEYWORDS="~alpha ~hppa mips ppc sparc ~x86 amd64 ~ia64 ~s390 ppc64 arm" +KEYWORDS="alpha ~hppa mips ppc sparc ~x86 amd64 ~ia64 ~s390 ppc64 arm" PROVIDE="virtual/editor" DEPEND="${DEPEND} ~app-editors/vim-core-${PV}" |