diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-05-06 15:22:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-05-06 15:22:43 +0000 |
commit | aeae3ab0da10ae836be9b19f70e1f9b8d1432e80 (patch) | |
tree | d693d5eb639dd704522a4dc20e98017d5d720869 /app-editors/vim | |
parent | update to 6.2c (diff) | |
download | gentoo-2-aeae3ab0da10ae836be9b19f70e1f9b8d1432e80.tar.gz gentoo-2-aeae3ab0da10ae836be9b19f70e1f9b8d1432e80.tar.bz2 gentoo-2-aeae3ab0da10ae836be9b19f70e1f9b8d1432e80.zip |
update to 6.2c
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vim/Manifest | 4 | ||||
-rw-r--r-- | app-editors/vim/files/digest-vim-6.2_pre3 | 3 | ||||
-rw-r--r-- | app-editors/vim/vim-6.2_pre3.ebuild | 22 |
4 files changed, 33 insertions, 3 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 5abb472052e3..27faef1f6c37 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/vim # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.53 2003/04/24 14:50:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.54 2003/05/06 15:22:19 agriffis Exp $ + +*vim-6.2_pre3 (06 May 2003) + + 06 May 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2_pre3.ebuild: + Update to 6.2c *vim-6.2_pre1 (23 Apr 2003) diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest index f1de4a6ac361..237c74d3da21 100644 --- a/app-editors/vim/Manifest +++ b/app-editors/vim/Manifest @@ -1,10 +1,10 @@ -MD5 f7bb3235686adbdbb358323df2b9f66f ChangeLog 10124 +MD5 79acb60c3ffe9f1c58eea89553102704 ChangeLog 10242 MD5 77766d8697a1591edafebfdf7328fc3a vim-6.1-r21.ebuild 752 MD5 207931daba6df8e786e1d670a779ccd5 vim-6.1-r19.ebuild 746 MD5 afa117c01ab0971d1617cd2859de3c50 vim-6.1-r20.ebuild 752 MD5 c1e211aaaabf14d6746829544e53b413 vim-6.2_pre1.ebuild 784 MD5 a3edb27e654282a9fb33b8a8c744062e vim-6.2_pre2.ebuild 775 -MD5 efbc02e4120e99eecffd56bfb9a0c492 vim-6.2_pre3.ebuild 775 +MD5 c8241c77a55138468ec5745af3fd9c6d vim-6.2_pre3.ebuild 775 MD5 bd60e74d8b97496b46e4c67d6f3f250c files/digest-vim-6.2_pre2 202 MD5 d1c6ba5952b719c7be9c961510204fff files/digest-vim-6.1-r21 276 MD5 6e49a557b4aa48015c9d45aa4c9cc1d9 files/digest-vim-6.1-r19 272 diff --git a/app-editors/vim/files/digest-vim-6.2_pre3 b/app-editors/vim/files/digest-vim-6.2_pre3 new file mode 100644 index 000000000000..9d7cf6a3da74 --- /dev/null +++ b/app-editors/vim/files/digest-vim-6.2_pre3 @@ -0,0 +1,3 @@ +MD5 4c7404a057905114b99aa00eff7dd37c vim-6.2c.tar.bz2 3221028 +MD5 0766d8e581258690f938f8cc87814e47 vim-6.2c-lang.tar.gz 1022236 +MD5 e9c600232ab98d985b1bc84d0d524646 vim-6.2a-gentoo-patches.tar.bz2 4020 diff --git a/app-editors/vim/vim-6.2_pre3.ebuild b/app-editors/vim/vim-6.2_pre3.ebuild new file mode 100644 index 000000000000..e054e0fbd93b --- /dev/null +++ b/app-editors/vim/vim-6.2_pre3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 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_pre3.ebuild,v 1.1 2003/05/06 15:22:19 agriffis Exp $ + +inherit vim + +VIM_VERSION="6.2c" +VIM_GENTOO_PATCHES="vim-6.2a-gentoo-patches.tar.bz2" +VIM_ORG_PATCHES="" # no patches available + +SRC_URI="${SRC_URI} + ftp://ftp.vim.org/pub/vim/unstable/unix/vim-6.2c.tar.bz2 + nls? ( ftp://ftp.vim.org/pub/vim/unstable/extra/vim-6.2c-lang.tar.gz ) + mirror://gentoo/${VIM_GENTOO_PATCHES}" +# mirror://gentoo/${VIM_ORG_PATCHES}" + +S=${WORKDIR}/vim${VIM_VERSION/.} +DESCRIPTION="Vi IMproved!" +KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86" +PROVIDE="virtual/editor" +DEPEND="${DEPEND} + ~app-editors/vim-core-6.2_pre3" |