summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-05-06 15:22:19 +0000
committerAron Griffis <agriffis@gentoo.org>2003-05-06 15:22:19 +0000
commitcf8e273bf63557222cdd33b1d28f81ca1e93167b (patch)
tree447025e483cfa47ab47834d22aa16ba80c9a643c /app-editors/vim-core
parentupdate to 6.2c (diff)
downloadhistorical-cf8e273bf63557222cdd33b1d28f81ca1e93167b.tar.gz
historical-cf8e273bf63557222cdd33b1d28f81ca1e93167b.tar.bz2
historical-cf8e273bf63557222cdd33b1d28f81ca1e93167b.zip
update to 6.2c
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r--app-editors/vim-core/Manifest4
-rw-r--r--app-editors/vim-core/files/digest-vim-core-6.2_pre33
-rw-r--r--app-editors/vim-core/vim-core-6.2_pre3.ebuild20
3 files changed, 25 insertions, 2 deletions
diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index 6004cd547a94..b4305ada67e2 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -1,9 +1,9 @@
-MD5 b8a1baaf68c2bb68e89c2730f48ca522 ChangeLog 3012
+MD5 d3c6e7256c5b0f27a8e64f938fe9cafc ChangeLog 3140
MD5 31505cfe80a73066407322680501e6a2 vim-core-6.1-r4.ebuild 779
MD5 e07c7b938dd22000336f5eae9e5008c9 vim-core-6.1-r5.ebuild 785
MD5 19ab2b5ad844590d09032a3bf5a9477b vim-core-6.2_pre1.ebuild 813
MD5 396ed55fffd5c55f157cc6386b791755 vim-core-6.2_pre2.ebuild 804
-MD5 474d770fc65d2656f2247df32ded2119 vim-core-6.2_pre3.ebuild 804
+MD5 e56e5ad742e7cbf04771e256aa0ebddc vim-core-6.2_pre3.ebuild 804
MD5 6e49a557b4aa48015c9d45aa4c9cc1d9 files/digest-vim-core-6.1-r4 272
MD5 d1c6ba5952b719c7be9c961510204fff files/digest-vim-core-6.1-r5 276
MD5 b76a88160b1cdf5b865836399d0b0573 files/digest-vim-core-6.2_pre1 198
diff --git a/app-editors/vim-core/files/digest-vim-core-6.2_pre3 b/app-editors/vim-core/files/digest-vim-core-6.2_pre3
new file mode 100644
index 000000000000..9d7cf6a3da74
--- /dev/null
+++ b/app-editors/vim-core/files/digest-vim-core-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-core/vim-core-6.2_pre3.ebuild b/app-editors/vim-core/vim-core-6.2_pre3.ebuild
new file mode 100644
index 000000000000..9b2b86f3076c
--- /dev/null
+++ b/app-editors/vim-core/vim-core-6.2_pre3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-6.2_pre3.ebuild,v 1.1 2003/05/06 15:21:52 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="vim, gvim and kvim shared files"
+KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86"
+DEPEND="${DEPEND}" # all the deps for vim-core are in vim.eclass