summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-11-01 01:09:54 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-11-01 01:09:54 +0000
commit5ceeda1ba3d220778fd013206cf665d4f1ff7dc8 (patch)
treee63d99d73750c600bb5c4c489530bb2956293042 /app-editors/vim
parentVersion bump. Added patches upto 140 (diff)
downloadhistorical-5ceeda1ba3d220778fd013206cf665d4f1ff7dc8.tar.gz
historical-5ceeda1ba3d220778fd013206cf665d4f1ff7dc8.tar.bz2
historical-5ceeda1ba3d220778fd013206cf665d4f1ff7dc8.zip
Version bump. Added patches upto 140
Diffstat (limited to 'app-editors/vim')
-rw-r--r--app-editors/vim/Manifest5
-rw-r--r--app-editors/vim/files/digest-vim-6.2-r54
-rw-r--r--app-editors/vim/vim-6.2-r5.ebuild22
3 files changed, 28 insertions, 3 deletions
diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index 915cd0ed12ae..4421d1ba4575 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -1,10 +1,10 @@
MD5 e4aca125645ad7f0f7bcddf2f6a6caac vim-6.2-r3.ebuild 774
MD5 207931daba6df8e786e1d670a779ccd5 vim-6.1-r19.ebuild 746
-MD5 0238f1584cefd43784e59c893f0f24ec vim-6.2-r5.ebuild 774
+MD5 570586d3c14b385b72551a94459a4141 vim-6.2-r5.ebuild 783
MD5 afa117c01ab0971d1617cd2859de3c50 vim-6.1-r20.ebuild 752
MD5 fc5912330f03be70f7e65e16ae039030 vim-6.2-r2.ebuild 768
MD5 dab97fed6dad404ea6304849abaf860f vim-6.2-r1.ebuild 773
-MD5 4028374cac79fbd3e355afb8d20c6279 ChangeLog 12455
+MD5 af68a4c713e27216b8aced6ea927b5f6 ChangeLog 12639
MD5 77766d8697a1591edafebfdf7328fc3a vim-6.1-r21.ebuild 752
MD5 9244a0b045b3b65e3e9e427ac15a8b5f vim-6.2.ebuild 765
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
@@ -12,7 +12,6 @@ MD5 9e6738a1dd0f4e78cf1b0c8dc0866af7 files/digest-vim-6.2 274
MD5 38a359b4a00f99fcecd10986eb83a691 files/digest-vim-6.2-r1 274
MD5 581974f7e2a2c4054b563db39720cc32 files/digest-vim-6.2-r2 274
MD5 7872d6ce1d0728653a5d0ebd09d069ae files/digest-vim-6.2-r3 275
-MD5 a507670a2b078538a5ea936a1a4cb668 files/digest-vim-6.2-r4 275
MD5 e92de6be4fb936ce511bfd13594c2cc5 files/digest-vim-6.2-r5 275
MD5 48e706214652b216c21280e50511627d files/vimrc 3004
MD5 1d11d58beb06eea4047df9e2aac21b19 files/digest-vim-6.1-r19 276
diff --git a/app-editors/vim/files/digest-vim-6.2-r5 b/app-editors/vim/files/digest-vim-6.2-r5
new file mode 100644
index 000000000000..ce0a5f5c1cc2
--- /dev/null
+++ b/app-editors/vim/files/digest-vim-6.2-r5
@@ -0,0 +1,4 @@
+MD5 c49d360bbd069d00e2a57804f2a123d9 vim-6.2.tar.bz2 3269791
+MD5 aa0079938f636d08be71078933477d8b vim-6.2-lang.tar.gz 1093788
+MD5 b353829e1201637a64b6569fcff841de vim-6.2.069-gentoo-patches.tar.bz2 4005
+MD5 f3858a1101cb55a42eca5576f42872df vim-6.2.140-patches.tar.bz2 213902
diff --git a/app-editors/vim/vim-6.2-r5.ebuild b/app-editors/vim/vim-6.2-r5.ebuild
new file mode 100644
index 000000000000..4a14d5bbd395
--- /dev/null
+++ b/app-editors/vim/vim-6.2-r5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r5.ebuild,v 1.1 2003/11/01 01:08:57 rphillips Exp $
+
+inherit vim
+
+VIM_VERSION="6.2"
+VIM_GENTOO_PATCHES="vim-6.2.069-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="vim-6.2.140-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="Vi IMproved!"
+KEYWORDS="~alpha ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64"
+PROVIDE="virtual/editor"
+DEPEND="${DEPEND}
+ ~app-editors/vim-core-${PV}"