summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-05-22 03:10:56 +0000
committerAron Griffis <agriffis@gentoo.org>2003-05-22 03:10:56 +0000
commitc06868dcfa8265412a3638342ab20ddf7494fee1 (patch)
treefc768e565739b4902035ebc060cbb2449c9f60b6 /app-editors/vim-core
parentupdate to 6.2d (diff)
downloadgentoo-2-c06868dcfa8265412a3638342ab20ddf7494fee1.tar.gz
gentoo-2-c06868dcfa8265412a3638342ab20ddf7494fee1.tar.bz2
gentoo-2-c06868dcfa8265412a3638342ab20ddf7494fee1.zip
update to 6.2d
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r--app-editors/vim-core/ChangeLog7
-rw-r--r--app-editors/vim-core/Manifest4
-rw-r--r--app-editors/vim-core/files/digest-vim-core-6.2_pre43
-rw-r--r--app-editors/vim-core/vim-core-6.2_pre4.ebuild20
4 files changed, 31 insertions, 3 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog
index 998c4683f7ab..6e956b8ecac4 100644
--- a/app-editors/vim-core/ChangeLog
+++ b/app-editors/vim-core/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/vim-core
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.23 2003/05/06 15:21:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.24 2003/05/22 03:09:52 agriffis Exp $
+
+*vim-core-6.2_pre4 (21 May 2003)
+
+ 21 May 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.2_pre4.ebuild:
+ Update to 6.2d
*vim-core-6.2_pre3 (06 May 2003)
diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index 79a9a2da96d9..b619529b5a25 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -1,10 +1,10 @@
-MD5 430facf498cdbbe349ec50c55cf7f855 vim-core-6.2_pre4.ebuild 804
+MD5 069cc5b8b1662bf8223bed07fbe463fe vim-core-6.2_pre4.ebuild 804
MD5 31505cfe80a73066407322680501e6a2 vim-core-6.1-r4.ebuild 779
MD5 19ab2b5ad844590d09032a3bf5a9477b vim-core-6.2_pre1.ebuild 813
MD5 e56e5ad742e7cbf04771e256aa0ebddc vim-core-6.2_pre3.ebuild 804
MD5 e07c7b938dd22000336f5eae9e5008c9 vim-core-6.1-r5.ebuild 785
MD5 396ed55fffd5c55f157cc6386b791755 vim-core-6.2_pre2.ebuild 804
-MD5 d3c6e7256c5b0f27a8e64f938fe9cafc ChangeLog 3140
+MD5 da475d5a739aae9a89eb0655522b2122 ChangeLog 3268
MD5 c0826d12fe726b977a1e669394cfb370 files/vimrc 2602
MD5 b76a88160b1cdf5b865836399d0b0573 files/digest-vim-core-6.2_pre1 198
MD5 bd60e74d8b97496b46e4c67d6f3f250c files/digest-vim-core-6.2_pre2 202
diff --git a/app-editors/vim-core/files/digest-vim-core-6.2_pre4 b/app-editors/vim-core/files/digest-vim-core-6.2_pre4
new file mode 100644
index 000000000000..047a4b47db9d
--- /dev/null
+++ b/app-editors/vim-core/files/digest-vim-core-6.2_pre4
@@ -0,0 +1,3 @@
+MD5 7b2132fcd7940225f8f61d73779feaa1 vim-6.2d.tar.bz2 3234470
+MD5 e0e9b2790425ed0f848ad6df7298c3dd vim-6.2d-lang.tar.gz 1024002
+MD5 87a6077b112520f02b0901af3f28dbdf vim-6.2d-gentoo-patches.tar.bz2 3300
diff --git a/app-editors/vim-core/vim-core-6.2_pre4.ebuild b/app-editors/vim-core/vim-core-6.2_pre4.ebuild
new file mode 100644
index 000000000000..78f9edd3318d
--- /dev/null
+++ b/app-editors/vim-core/vim-core-6.2_pre4.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_pre4.ebuild,v 1.1 2003/05/22 03:09:53 agriffis Exp $
+
+inherit vim
+
+VIM_VERSION="6.2d"
+VIM_GENTOO_PATCHES="vim-6.2d-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="" # no patches available
+
+SRC_URI="${SRC_URI}
+ ftp://ftp.vim.org/pub/vim/unstable/unix/vim-6.2d.tar.bz2
+ nls? ( ftp://ftp.vim.org/pub/vim/unstable/extra/vim-6.2d-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