summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-09-18 13:41:05 +0000
committerAron Griffis <agriffis@gentoo.org>2003-09-18 13:41:05 +0000
commit9b079caca119507281b23e9890bc8ad8573bc9f0 (patch)
treefe3f717800b34b8505ccd3f77e2c38f424c0dd13 /app-editors/vim
parentpatchlevel bump (diff)
downloadhistorical-9b079caca119507281b23e9890bc8ad8573bc9f0.tar.gz
historical-9b079caca119507281b23e9890bc8ad8573bc9f0.tar.bz2
historical-9b079caca119507281b23e9890bc8ad8573bc9f0.zip
patchlevel bump
Diffstat (limited to 'app-editors/vim')
-rw-r--r--app-editors/vim/Manifest4
-rw-r--r--app-editors/vim/files/digest-vim-6.2-r34
-rw-r--r--app-editors/vim/vim-6.2-r3.ebuild22
3 files changed, 28 insertions, 2 deletions
diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index 297b563c726f..69b0a30c3d3e 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -1,4 +1,4 @@
-MD5 eb7dba44f89e1967a5b758287ab946c4 ChangeLog 11988
+MD5 f8b2e7afad3babe24b872ab0e6bd844d ChangeLog 12120
MD5 207931daba6df8e786e1d670a779ccd5 vim-6.1-r19.ebuild 746
MD5 afa117c01ab0971d1617cd2859de3c50 vim-6.1-r20.ebuild 752
MD5 77766d8697a1591edafebfdf7328fc3a vim-6.1-r21.ebuild 752
@@ -13,7 +13,7 @@ MD5 9244a0b045b3b65e3e9e427ac15a8b5f vim-6.2.ebuild 765
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
MD5 dab97fed6dad404ea6304849abaf860f vim-6.2-r1.ebuild 773
MD5 fc5912330f03be70f7e65e16ae039030 vim-6.2-r2.ebuild 768
-MD5 13be214d37ef96b9461e8c3ec3040785 vim-6.2-r3.ebuild 772
+MD5 bc755b0b291a80045cb6cffaa98e872d vim-6.2-r3.ebuild 775
MD5 1d11d58beb06eea4047df9e2aac21b19 files/digest-vim-6.1-r19 276
MD5 c96b34e1faa671e615625005a24025d0 files/digest-vim-6.1-r20 276
MD5 b7dc3cd96fb37f8c8a5afb11cd6b6af2 files/digest-vim-6.1-r21 280
diff --git a/app-editors/vim/files/digest-vim-6.2-r3 b/app-editors/vim/files/digest-vim-6.2-r3
new file mode 100644
index 000000000000..af9830ca63f0
--- /dev/null
+++ b/app-editors/vim/files/digest-vim-6.2-r3
@@ -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 d7f4b84d7d97dc216960426ea48ce6b5 vim-6.2.098-patches.tar.bz2 124627
diff --git a/app-editors/vim/vim-6.2-r3.ebuild b/app-editors/vim/vim-6.2-r3.ebuild
new file mode 100644
index 000000000000..e5f8c11918e0
--- /dev/null
+++ b/app-editors/vim/vim-6.2-r3.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-r3.ebuild,v 1.1 2003/09/18 13:41:00 agriffis Exp $
+
+inherit vim
+
+VIM_VERSION="6.2"
+VIM_GENTOO_PATCHES="vim-6.2.069-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="vim-6.2.098-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"
+PROVIDE="virtual/editor"
+DEPEND="${DEPEND}
+ ~app-editors/vim-core-${PV}"