summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-07-29 15:16:13 +0000
committerAron Griffis <agriffis@gentoo.org>2003-07-29 15:16:13 +0000
commit2ee38e26e39112e7df0d0f298b8ef6fc5213d135 (patch)
treea19c4cb7bc2fbcebe3c2d78c50c138ad75da81e3 /app-editors/vim
parentupdate to 6.2.057 (diff)
downloadgentoo-2-2ee38e26e39112e7df0d0f298b8ef6fc5213d135.tar.gz
gentoo-2-2ee38e26e39112e7df0d0f298b8ef6fc5213d135.tar.bz2
gentoo-2-2ee38e26e39112e7df0d0f298b8ef6fc5213d135.zip
update to 6.2.057
Diffstat (limited to 'app-editors/vim')
-rw-r--r--app-editors/vim/ChangeLog7
-rw-r--r--app-editors/vim/Manifest4
-rw-r--r--app-editors/vim/files/digest-vim-6.2-r14
-rw-r--r--app-editors/vim/vim-6.2-r1.ebuild22
4 files changed, 34 insertions, 3 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index 36820cc0dd87..1ce07aa55fe7 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/vim
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.64 2003/07/09 08:59:37 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.65 2003/07/29 15:15:02 agriffis Exp $
+
+*vim-6.2-r1 (29 Jul 2003)
+
+ 29 Jul 2003; Aron Griffis <agriffis@gentoo.org> vim-6.2-r1.ebuild:
+ Update to 6.2.057
09 Jul 2003; Christian Birchinger <joker@gentoo.org> vim-6.2.ebuild:
Added sparc stable keyword
diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index f0075e287f95..a54f64d207cc 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -1,4 +1,4 @@
-MD5 748e31374e34ea03f226cd5365983938 ChangeLog 11457
+MD5 706a3924b336685023e425204ea550e0 ChangeLog 11577
MD5 207931daba6df8e786e1d670a779ccd5 vim-6.1-r19.ebuild 746
MD5 afa117c01ab0971d1617cd2859de3c50 vim-6.1-r20.ebuild 752
MD5 77766d8697a1591edafebfdf7328fc3a vim-6.1-r21.ebuild 752
@@ -11,7 +11,7 @@ MD5 73c829d038af5847578f8346d98d3252 vim-6.2_pre6.ebuild 787
MD5 23a02f7ca15d334bbc4af974f01ba3de vim-6.2_pre6-r1.ebuild 790
MD5 c9604ce07b58efed8111bddcbadd9a56 vim-6.2.ebuild 777
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
-MD5 c58fdf0212205acc2d9717667c681b37 vim-6.2-r1.ebuild 782
+MD5 60f144382e64497cb6fc74a0de6e15e2 vim-6.2-r1.ebuild 785
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-r1 b/app-editors/vim/files/digest-vim-6.2-r1
new file mode 100644
index 000000000000..3e1ef77c956f
--- /dev/null
+++ b/app-editors/vim/files/digest-vim-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 e7cba8ca95cee6c846453aee0391075f vim-6.2.057-patches.tar.bz2 64591
diff --git a/app-editors/vim/vim-6.2-r1.ebuild b/app-editors/vim/vim-6.2-r1.ebuild
new file mode 100644
index 000000000000..816dc88f5e07
--- /dev/null
+++ b/app-editors/vim/vim-6.2-r1.ebuild
@@ -0,0 +1,22 @@
+# 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/vim-6.2-r1.ebuild,v 1.1 2003/07/29 15:15:02 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.057-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}"