diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-10 23:25:12 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-10 23:25:12 +0000 |
commit | dac6353142675bb10b65f976b4e06ba1fe871f1b (patch) | |
tree | 4cfd0cab66fdb9e27ba53f5c9c62f86ba90966b4 /app-editors | |
parent | Version bump. Include an updated runtime snapshot and better vixie-cron suppo... (diff) | |
download | gentoo-2-dac6353142675bb10b65f976b4e06ba1fe871f1b.tar.gz gentoo-2-dac6353142675bb10b65f976b4e06ba1fe871f1b.tar.bz2 gentoo-2-dac6353142675bb10b65f976b4e06ba1fe871f1b.zip |
Update to 6.3.025.
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vim/Manifest | 16 | ||||
-rw-r--r-- | app-editors/vim/files/digest-vim-6.3-r1 | 4 | ||||
-rw-r--r-- | app-editors/vim/vim-6.3-r1.ebuild | 23 |
4 files changed, 37 insertions, 13 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 63028d79d683..7cd6530d1717 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.119 2004/06/25 17:46:53 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.120 2004/09/10 23:25:12 ciaranm Exp $ + +*vim-6.3-r1 (11 Sep 2004) + + 11 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vim-6.3-r1.ebuild: + Update to 6.3.025. 25 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> -vim-6.2-r7.ebuild, -vim-6.2-r8.ebuild: diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest index 187de0f4d748..6836aaf7b6b4 100644 --- a/app-editors/vim/Manifest +++ b/app-editors/vim/Manifest @@ -1,17 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 b4224a041e08802750aa36a57321f69d ChangeLog 18002 -MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 70ff5f08eadd85a141fc40239163a997 vim-6.2-r9.ebuild 803 MD5 1bdb02d7b29c736ff10023533506b086 vim-6.3.ebuild 831 -MD5 e8e36a6ec1a6d972aafb9226bc62cdff files/digest-vim-6.2-r9 275 +MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 +MD5 6a4bd19e07908069e502e3a6d65f3ddd vim-6.3-r1.ebuild 832 MD5 cf04f5e783d474814c5923309b511165 files/digest-vim-6.3 203 +MD5 e8e36a6ec1a6d972aafb9226bc62cdff files/digest-vim-6.2-r9 275 MD5 48e706214652b216c21280e50511627d files/vimrc 3004 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBNQyFHTu7gpaalycRAimlAKDf1F6sCAxemeiSgRR1Xcq3bqQjewCg8HYM -CYvm09jHNqa4CIGfnXADN5c= -=FTZc ------END PGP SIGNATURE----- +MD5 23d1cd2df664b4adbe0ba4334a58d46d files/digest-vim-6.3-r1 274 diff --git a/app-editors/vim/files/digest-vim-6.3-r1 b/app-editors/vim/files/digest-vim-6.3-r1 new file mode 100644 index 000000000000..ec1c79998013 --- /dev/null +++ b/app-editors/vim/files/digest-vim-6.3-r1 @@ -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 a3285c2b9707c50994d2a2fead6ef3c4 vim-6.3.025-patches.tar.bz2 30273 diff --git a/app-editors/vim/vim-6.3-r1.ebuild b/app-editors/vim/vim-6.3-r1.ebuild new file mode 100644 index 000000000000..884797fb9763 --- /dev/null +++ b/app-editors/vim/vim-6.3-r1.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-r1.ebuild,v 1.1 2004/09/10 23:25:12 ciaranm Exp $ + +inherit vim + +VIM_VERSION="6.3" +VIM_ORG_PATCHES="vim-6.3.025-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}" |