diff options
author | 2006-05-10 20:50:53 +0000 | |
---|---|---|
committer | 2006-05-10 20:50:53 +0000 | |
commit | aa295a96b41749cb0f068668ab1136c2cd62b744 (patch) | |
tree | 5030fad69746e7d2b16ac853caa250a4e6a18484 /app-editors/vim | |
parent | Don't install GPL and INSTALL. (diff) | |
download | historical-aa295a96b41749cb0f068668ab1136c2cd62b744.tar.gz historical-aa295a96b41749cb0f068668ab1136c2cd62b744.tar.bz2 historical-aa295a96b41749cb0f068668ab1136c2cd62b744.zip |
Added 7.0.10
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vim/Manifest | 2 | ||||
-rw-r--r-- | app-editors/vim/files/digest-vim-7.0-r1 | 3 | ||||
-rw-r--r-- | app-editors/vim/vim-7.0-r1.ebuild | 25 |
4 files changed, 36 insertions, 1 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 3f1c09468a25..c1afe3d923db 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/vim # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.223 2006/05/10 18:01:11 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.224 2006/05/10 20:49:59 rphillips Exp $ + +*vim-7.0-r1 (10 May 2006) + + 10 May 2006; <rphillips@gentoo.org> +vim-7.0-r1.ebuild: + Updated to 7.0.10 10 May 2006; <rphillips@gentoo.org> files/digest-vim-7.0, Manifest: fixed package. remove spell files diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest index a64f6e8d2798..4486661949f1 100644 --- a/app-editors/vim/Manifest +++ b/app-editors/vim/Manifest @@ -1,8 +1,10 @@ MD5 ef8c699978385d51c185c5219810c6e6 ChangeLog 32018 MD5 513ae8916cbd1d1235ca675d9611e571 files/digest-vim-6.4 738 MD5 232937c191bc8735ce2fe6f2d269c6f4 files/digest-vim-7.0 134 +MD5 60e0193db6501070c1fd91ebed7dc048 files/digest-vim-7.0-r1 199 MD5 87fe7821e180647f3bf48ed099a22b83 files/vim-completion 998 MD5 48e706214652b216c21280e50511627d files/vimrc 3004 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 8351d8850a582a42a6c7c0ffa5e6e702 vim-6.4.ebuild 1007 +MD5 35166b9e3fdea1ea3ed2022aee5803c1 vim-7.0-r1.ebuild 839 MD5 e02794b516c7fbc83f90e3fab80e0601 vim-7.0.ebuild 762 diff --git a/app-editors/vim/files/digest-vim-7.0-r1 b/app-editors/vim/files/digest-vim-7.0-r1 new file mode 100644 index 000000000000..8dc3d2f3c850 --- /dev/null +++ b/app-editors/vim/files/digest-vim-7.0-r1 @@ -0,0 +1,3 @@ +MD5 d31878de2f68cb21f910e0ae7d4cfbad vim-7.0-gentoo-patches.tar.bz2 6178 +MD5 e8c8bb2b5c03f49d40e9736b7d479b9b vim-7.0.tar.bz2 6117202 +MD5 b3beacb0154c4ffd3d2f13213f1a4793 vim-patches-7.0.tar.gz 9308 diff --git a/app-editors/vim/vim-7.0-r1.ebuild b/app-editors/vim/vim-7.0-r1.ebuild new file mode 100644 index 000000000000..e51e3bfa3dcf --- /dev/null +++ b/app-editors/vim/vim-7.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.0-r1.ebuild,v 1.1 2006/05/10 20:50:00 rphillips Exp $ + +inherit vim + +VIM_VERSION="7.0" +VIM_SNAPSHOT="vim-${PV}.tar.bz2" +VIM_GENTOO_PATCHES="vim-7.0-gentoo-patches.tar.bz2" +VIM_ORG_PATCHES="vim-patches-7.0.tar.gz" + +SRC_URI="${SRC_URI} + mirror://gentoo/${VIM_SNAPSHOT} + mirror://gentoo/${VIM_GENTOO_PATCHES} + mirror://gentoo/${VIM_ORG_PATCHES}" + +S=${WORKDIR}/vim${VIM_VERSION/.*} +DESCRIPTION="Vim, an improved vi-style text editor" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +PROVIDE="virtual/editor" +DEPEND="${DEPEND} + !minimal? ( ~app-editors/vim-core-${PV} )" +RDEPEND="${RDEPEND} !app-editors/nvi + !minimal? ( ~app-editors/vim-core-${PV} )" |