summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-07-03 17:16:58 +0000
committerAron Griffis <agriffis@gentoo.org>2003-07-03 17:16:58 +0000
commit523033ffcfc7ab9f358950eba7698d725c9221b8 (patch)
tree0bb99a36de275583053289f6f29ba539d39ac0fb /app-editors/vim-core
parentchange viminfo size (diff)
downloadgentoo-2-523033ffcfc7ab9f358950eba7698d725c9221b8.tar.gz
gentoo-2-523033ffcfc7ab9f358950eba7698d725c9221b8.tar.bz2
gentoo-2-523033ffcfc7ab9f358950eba7698d725c9221b8.zip
change viminfo size
Diffstat (limited to 'app-editors/vim-core')
-rw-r--r--app-editors/vim-core/ChangeLog8
-rw-r--r--app-editors/vim-core/Manifest4
-rw-r--r--app-editors/vim-core/files/digest-vim-core-6.2-r14
-rw-r--r--app-editors/vim-core/files/vimrc2
-rw-r--r--app-editors/vim-core/vim-core-6.2-r1.ebuild20
5 files changed, 34 insertions, 4 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog
index 1e32f9bb7b45..9294d908b410 100644
--- a/app-editors/vim-core/ChangeLog
+++ b/app-editors/vim-core/ChangeLog
@@ -1,6 +1,12 @@
# 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.32 2003/07/02 18:50:52 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.33 2003/07/03 17:16:49 agriffis Exp $
+
+*vim-core-6.2-r1 (03 Jul 2003)
+
+ 03 Jul 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.2-r1.ebuild,
+ files/vimrc:
+ Increase saved register lines in viminfo to something more reasonable
27 Jun 2003; Aron Griffis <agriffis@gentoo.org> vim-core-6.2.ebuild:
Mark stable on x86 and alpha
diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index db128e7df494..8e6e68841bc0 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -1,6 +1,6 @@
MD5 e8a685d526afed365845810577e1b747 vim-core-6.2_pre4.ebuild 799
MD5 edf422e81ef8ec78837e713e8fa43ecb vim-core-6.2.ebuild 799
-MD5 edf422e81ef8ec78837e713e8fa43ecb vim-core-6.2-r1.ebuild 799
+MD5 a8076c86a2b3b2b8ac89df5b98f90802 vim-core-6.2-r1.ebuild 804
MD5 31505cfe80a73066407322680501e6a2 vim-core-6.1-r4.ebuild 779
MD5 897c4439b9c95f6dff0a2aa7d6464fda vim-core-6.2_pre6.ebuild 819
MD5 606ea9f742888b585150edf0f62d6e75 vim-core-6.2_pre1.ebuild 808
@@ -9,7 +9,7 @@ MD5 8f419f81f82f54656b692fdb9f0c9d51 vim-core-6.2_pre5.ebuild 799
MD5 e07c7b938dd22000336f5eae9e5008c9 vim-core-6.1-r5.ebuild 785
MD5 957afdbe0546925784ce6349d7c871fc vim-core-6.2_pre2.ebuild 799
MD5 237c700487567e6538661919eea3d407 vim-core-6.2_pre6-r1.ebuild 822
-MD5 c310356ca52976ae5657d82ce9b3cf29 ChangeLog 4560
+MD5 b33519b20942e14d59d7f09768b8d3f8 ChangeLog 4562
MD5 3f00a59b70270d82712c6d86b9348f7f files/vimrc 2628
MD5 61433f14f33c16dd168c32f32c2152d4 files/digest-vim-core-6.2_pre6-r1 202
MD5 c1c3576985bcab3a31e4abd27ee00d07 files/digest-vim-core-6.2_pre1 201
diff --git a/app-editors/vim-core/files/digest-vim-core-6.2-r1 b/app-editors/vim-core/files/digest-vim-core-6.2-r1
new file mode 100644
index 000000000000..9b3d52570db1
--- /dev/null
+++ b/app-editors/vim-core/files/digest-vim-core-6.2-r1
@@ -0,0 +1,4 @@
+MD5 c49d360bbd069d00e2a57804f2a123d9 vim-6.2.tar.bz2 3269791
+MD5 aa0079938f636d08be71078933477d8b vim-6.2-lang.tar.gz 1093788
+MD5 0921b1a0eb2d846d8fbce4e52b860142 vim-6.2.011-gentoo-patches.tar.bz2 2918
+MD5 8eb174afeab0e00943205a52f72ec684 vim-6.2.011-patches.tar.bz2 12756
diff --git a/app-editors/vim-core/files/vimrc b/app-editors/vim-core/files/vimrc
index d7150eeab494..bb4d56865661 100644
--- a/app-editors/vim-core/files/vimrc
+++ b/app-editors/vim-core/files/vimrc
@@ -10,7 +10,7 @@ set nocompatible " Use Vim defaults (much better!)
set bs=2 " Allow backspacing over everything in insert mode
set ai " Always set auto-indenting on
"set backup " Keep a backup file
-set viminfo='20,\"50 " read/write a .viminfo file -- limit to only 50
+set viminfo='20,\"500 " read/write a .viminfo file -- limit regs to 500 lines
set history=50 " keep 50 lines of command history
set ruler " Show the cursor position all the time
diff --git a/app-editors/vim-core/vim-core-6.2-r1.ebuild b/app-editors/vim-core/vim-core-6.2-r1.ebuild
new file mode 100644
index 000000000000..c5551c20c217
--- /dev/null
+++ b/app-editors/vim-core/vim-core-6.2-r1.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-r1.ebuild,v 1.1 2003/07/03 17:16:49 agriffis Exp $
+
+inherit vim
+
+VIM_VERSION="6.2"
+VIM_GENTOO_PATCHES="vim-6.2.011-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="vim-6.2.011-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, 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