summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2006-09-08 00:07:31 +0000
committerSeemant Kulleen <seemant@gentoo.org>2006-09-08 00:07:31 +0000
commit03eba687f0b5659f5704ded193daf93dc0b6b02e (patch)
treeda461d3831ae430fa36e0a648aefe8c795bcdb7c /app-editors
parentVersion bump, thanks to Ryan Phillips (diff)
downloadgentoo-2-03eba687f0b5659f5704ded193daf93dc0b6b02e.tar.gz
gentoo-2-03eba687f0b5659f5704ded193daf93dc0b6b02e.tar.bz2
gentoo-2-03eba687f0b5659f5704ded193daf93dc0b6b02e.zip
Version bump, thanks to Ryan Phillips
(Portage version: 2.1.1_rc1-r7)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim/ChangeLog7
-rw-r--r--app-editors/vim/files/digest-vim-7.0.919
-rw-r--r--app-editors/vim/vim-7.0.91.ebuild25
3 files changed, 40 insertions, 1 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index c57bb0c2cbca..1060a7cf8d8c 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.236 2006/09/06 20:16:03 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.237 2006/09/08 00:07:31 seemant Exp $
+
+*vim-7.0.91 (08 Sep 2006)
+
+ 08 Sep 2006; Seemant Kulleen <seemant@gentoo.org> +vim-7.0.91.ebuild:
+ Version bump, thanks to Ryan Phillips
06 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> vim-7.0.17.ebuild:
ppc stable
diff --git a/app-editors/vim/files/digest-vim-7.0.91 b/app-editors/vim/files/digest-vim-7.0.91
new file mode 100644
index 000000000000..304eae0ebda0
--- /dev/null
+++ b/app-editors/vim/files/digest-vim-7.0.91
@@ -0,0 +1,9 @@
+MD5 d31878de2f68cb21f910e0ae7d4cfbad vim-7.0-gentoo-patches.tar.bz2 6178
+RMD160 994b7405dd02366cdee252d455db97a0c35f17ae vim-7.0-gentoo-patches.tar.bz2 6178
+SHA256 f243a5d7f73b9a86f1a3ce6e7931bbc72b60b962158d82cf92c360170a20f6cc vim-7.0-gentoo-patches.tar.bz2 6178
+MD5 e8c8bb2b5c03f49d40e9736b7d479b9b vim-7.0-r1.tar.bz2 6117202
+RMD160 d24982a1b802dad9955940365665163a4641fd74 vim-7.0-r1.tar.bz2 6117202
+SHA256 e7383b2dfdc6f6df52fb45599eb6c5dc9037b1d3a4077bfe770cb98440b2589e vim-7.0-r1.tar.bz2 6117202
+MD5 5f0cc25c0d32ff4510d88f67f40b32b7 vim-patches-7.0.91.tar.gz 131624
+RMD160 ee65f753a9aaf42135ae206b6105adf5bbe9b493 vim-patches-7.0.91.tar.gz 131624
+SHA256 2a5c68c3c21721a48261cd3e6cd52b00dfe26695a3e7da95f061369b4e038fa8 vim-patches-7.0.91.tar.gz 131624
diff --git a/app-editors/vim/vim-7.0.91.ebuild b/app-editors/vim/vim-7.0.91.ebuild
new file mode 100644
index 000000000000..4f3f01801426
--- /dev/null
+++ b/app-editors/vim/vim-7.0.91.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.91.ebuild,v 1.1 2006/09/08 00:07:31 seemant Exp $
+
+inherit vim
+
+VIM_VERSION="7.0"
+VIM_SNAPSHOT="vim-7.0-r1.tar.bz2"
+VIM_GENTOO_PATCHES="vim-7.0-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="vim-patches-${PV}.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 ~hppa ~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} )"