diff options
author | Tom Gall <tgall@gentoo.org> | 2004-06-13 00:21:05 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-06-13 00:21:05 +0000 |
commit | 5312d075b6f4ce69054aa9d257ed176a067e8c36 (patch) | |
tree | c8788f4300521299cdf843c5808741a05eac4bc6 /app-editors/vim | |
parent | version bump. Thank to Alessandro Di Marco <dmr@gmx.it> in bug #53591 (diff) | |
download | historical-5312d075b6f4ce69054aa9d257ed176a067e8c36.tar.gz historical-5312d075b6f4ce69054aa9d257ed176a067e8c36.tar.bz2 historical-5312d075b6f4ce69054aa9d257ed176a067e8c36.zip |
stable on ppc64
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/vim/Manifest | 12 | ||||
-rw-r--r-- | app-editors/vim/vim-6.2-r9.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 7f3f7b5cc1f5..d9727c59c009 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.107 2004/06/11 15:37:41 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.108 2004/06/13 00:21:05 tgall Exp $ + + 12 Jun 2004; Tom Gall <tgall@gentoo.org> vim-6.2-r9.ebuild: + stable on ppc64 11 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> -vim-6.3_beta2.ebuild: Remove beta versions diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest index 96e7e616a2e0..32641a7a5cac 100644 --- a/app-editors/vim/Manifest +++ b/app-editors/vim/Manifest @@ -1,11 +1,11 @@ -MD5 0632d27c367c7782d90a3f02112e3f74 ChangeLog 16859 -MD5 cbe50492e51393eb51649e8ee0fca281 vim-6.2-r8.ebuild 786 -MD5 d709ccc134707aa3d49d4f915fcbc44c vim-6.2-r9.ebuild 790 -MD5 001a269c517dab205a3c417747452ac5 vim-6.2-r7.ebuild 776 -MD5 edf077c5511b4c79009d590e78e116b6 vim-6.3.ebuild 830 +MD5 2d27a960611d220b011ef9a854cd0b1b ChangeLog 16939 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 +MD5 6276d4a53e1addd8f7af453b4fe13d36 vim-6.2-r7.ebuild 775 +MD5 71afd3a840a04b2a3b1a00f897cab4fa vim-6.2-r8.ebuild 785 +MD5 66294def03c7c561c9a84120763f273e vim-6.2-r9.ebuild 791 +MD5 edf077c5511b4c79009d590e78e116b6 vim-6.3.ebuild 830 MD5 daa101d1c1c5ddeaffcb3d6a29559c39 files/digest-vim-6.2-r7 275 -MD5 cf04f5e783d474814c5923309b511165 files/digest-vim-6.3 203 MD5 93984fd1e5f44bb594248a2eaa495f03 files/digest-vim-6.2-r8 275 MD5 e8e36a6ec1a6d972aafb9226bc62cdff files/digest-vim-6.2-r9 275 +MD5 cf04f5e783d474814c5923309b511165 files/digest-vim-6.3 203 MD5 48e706214652b216c21280e50511627d files/vimrc 3004 diff --git a/app-editors/vim/vim-6.2-r9.ebuild b/app-editors/vim/vim-6.2-r9.ebuild index a7add8fefc29..62dbb0ba8a1f 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.7 2004/06/02 05:17:59 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r9.ebuild,v 1.8 2004/06/13 00:21:05 tgall 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}" |