diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2006-05-12 16:39:50 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2006-05-12 16:39:50 +0000 |
commit | c8ad67867359cd497e9a96bfa8ed1b4a2790438a (patch) | |
tree | 0eadacabd09db733e402708589f70923bc351874 /app-editors/vim | |
parent | changed vim release tarball name. hopefully the mirrors pick this up. (diff) | |
download | gentoo-2-c8ad67867359cd497e9a96bfa8ed1b4a2790438a.tar.gz gentoo-2-c8ad67867359cd497e9a96bfa8ed1b4a2790438a.tar.bz2 gentoo-2-c8ad67867359cd497e9a96bfa8ed1b4a2790438a.zip |
changed vim release tarball name. hopefully the mirrors pick this up.
(Portage version: 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-r2 | 3 | ||||
-rw-r--r-- | app-editors/vim/vim-7.0-r2.ebuild | 25 |
4 files changed, 36 insertions, 1 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index c1afe3d923db..94f1eea68c62 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.224 2006/05/10 20:49:59 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.225 2006/05/12 16:39:50 rphillips Exp $ + +*vim-7.0-r2 (12 May 2006) + + 12 May 2006; <rphillips@gentoo.org> +vim-7.0-r2.ebuild: + changed the release tarball name. *vim-7.0-r1 (10 May 2006) diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest index abb6d0fef49f..ee85adad9c86 100644 --- a/app-editors/vim/Manifest +++ b/app-editors/vim/Manifest @@ -2,9 +2,11 @@ MD5 e90197d51f396a6c0c534eb52fd141e4 ChangeLog 32124 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 2929d0e347ff8161bc9be2d1160ac9b3 files/digest-vim-7.0-r2 202 MD5 87fe7821e180647f3bf48ed099a22b83 files/vim-completion 998 MD5 48e706214652b216c21280e50511627d files/vimrc 3004 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 8351d8850a582a42a6c7c0ffa5e6e702 vim-6.4.ebuild 1007 MD5 a26e114dad378cd075e14c0a5882254a vim-7.0-r1.ebuild 845 +MD5 4ab4020d5ec6de4dd0be320bdd5f246c vim-7.0-r2.ebuild 848 MD5 e02794b516c7fbc83f90e3fab80e0601 vim-7.0.ebuild 762 diff --git a/app-editors/vim/files/digest-vim-7.0-r2 b/app-editors/vim/files/digest-vim-7.0-r2 new file mode 100644 index 000000000000..1985dad8f498 --- /dev/null +++ b/app-editors/vim/files/digest-vim-7.0-r2 @@ -0,0 +1,3 @@ +MD5 d31878de2f68cb21f910e0ae7d4cfbad vim-7.0-gentoo-patches.tar.bz2 6178 +MD5 e8c8bb2b5c03f49d40e9736b7d479b9b vim-7.0-r1.tar.bz2 6117202 +MD5 b3beacb0154c4ffd3d2f13213f1a4793 vim-patches-7.0.tar.gz 9308 diff --git a/app-editors/vim/vim-7.0-r2.ebuild b/app-editors/vim/vim-7.0-r2.ebuild new file mode 100644 index 000000000000..c200cdfe3eb5 --- /dev/null +++ b/app-editors/vim/vim-7.0-r2.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-r2.ebuild,v 1.1 2006/05/12 16:39:50 rphillips Exp $ + +inherit vim + +VIM_VERSION="7.0" +VIM_SNAPSHOT="vim-${PV}-r1.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} )" |