From 3d0fd04558fc1494d5ba172dd9d6906fef7384d5 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Thu, 9 Dec 2004 19:22:38 +0000 Subject: Update to 6.3.045 from vim.org, bug #73715 --- app-editors/vim/ChangeLog | 7 ++++++- app-editors/vim/Manifest | 12 ++---------- app-editors/vim/files/digest-vim-6.3-r2 | 4 ++++ app-editors/vim/vim-6.3-r2.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 35 insertions(+), 11 deletions(-) create mode 100644 app-editors/vim/files/digest-vim-6.3-r2 create mode 100644 app-editors/vim/vim-6.3-r2.ebuild (limited to 'app-editors/vim') diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 3e87a738575e..fc27c81aaa1d 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/vim # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.127 2004/11/28 14:38:54 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.128 2004/12/09 19:18:47 ciaranm Exp $ + +*vim-6.3-r2 (09 Dec 2004) + + 09 Dec 2004; Ciaran McCreesh +vim-6.3-r2.ebuild: + Update to 6.3.045 from vim.org, bug #73715 *vim-7.0_alpha20041128 (28 Nov 2004) diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest index d7626733f7ba..4e89ebbf1526 100644 --- a/app-editors/vim/Manifest +++ b/app-editors/vim/Manifest @@ -1,8 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 1bdb02d7b29c736ff10023533506b086 vim-6.3.ebuild 831 MD5 d6cf596b0862440c341e54799fd31690 vim-6.3-r1.ebuild 824 +MD5 c6c418ab42894910d6365527aa539d6b vim-6.3-r2.ebuild 834 MD5 1b4b09e69598ca63165110c957a8c1dd ChangeLog 18926 MD5 70ff5f08eadd85a141fc40239163a997 vim-6.2-r9.ebuild 803 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 @@ -11,11 +9,5 @@ MD5 fb2a47a60e211fc9d75868f1f2b3103e files/digest-vim-7.0_alpha20041128 156 MD5 23d1cd2df664b4adbe0ba4334a58d46d files/digest-vim-6.3-r1 274 MD5 48e706214652b216c21280e50511627d files/vimrc 3004 MD5 cf04f5e783d474814c5923309b511165 files/digest-vim-6.3 203 +MD5 461a5fdc06cac13bb9c7d9c869d68e2e files/digest-vim-6.3-r2 274 MD5 e8e36a6ec1a6d972aafb9226bc62cdff files/digest-vim-6.2-r9 275 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBqeL6LLFUmVNQ7rkRAlIQAJ9mYloen8a0IEP18YOOgsWyWHLgFgCeIlbC -PPnX3T4tN7NtF71tAA9bhR0= -=DZ5E ------END PGP SIGNATURE----- diff --git a/app-editors/vim/files/digest-vim-6.3-r2 b/app-editors/vim/files/digest-vim-6.3-r2 new file mode 100644 index 000000000000..a37018b4db05 --- /dev/null +++ b/app-editors/vim/files/digest-vim-6.3-r2 @@ -0,0 +1,4 @@ +MD5 821fda8f14d674346b87e3ef9cb96389 vim-6.3.tar.bz2 3699397 +MD5 5395c4dacbf1c5008b22c4b86794e8a7 vim-6.3-lang.tar.gz 1057792 +MD5 39de45308558b65d2ffb3f78feb93fa5 vim-6.3.025-gentoo-patches.tar.bz2 5183 +MD5 b04900244202ea8d108178b0639d9c58 vim-6.3.045-patches.tar.bz2 63214 diff --git a/app-editors/vim/vim-6.3-r2.ebuild b/app-editors/vim/vim-6.3-r2.ebuild new file mode 100644 index 000000000000..287721aecc90 --- /dev/null +++ b/app-editors/vim/vim-6.3-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.3-r2.ebuild,v 1.1 2004/12/09 19:18:48 ciaranm Exp $ + +inherit vim + +VIM_VERSION="6.3" +VIM_ORG_PATCHES="vim-6.3.045-patches.tar.bz2" +VIM_GENTOO_PATCHES="vim-6.3.025-gentoo-patches.tar.bz2" + +SRC_URI="${SRC_URI} + ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 + nls? ( ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz ) + mirror://gentoo/${VIM_GENTOO_PATCHES} + mirror://gentoo/${VIM_ORG_PATCHES}" + +S=${WORKDIR}/vim${VIM_VERSION/.} +DESCRIPTION="Vim, an improved vi-style text editor" +KEYWORDS="~x86 ~sparc ~mips ~ppc ~amd64 ~alpha ~ia64 ~arm ~hppa ~ppc64 ~s390" +IUSE="${IUSE} nls" +PROVIDE="virtual/editor" +DEPEND="${DEPEND} + ~app-editors/vim-core-${PV}" -- cgit v1.2.3-65-gdbad