summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2007-05-10 07:20:51 +0000
committerMike Kelly <pioto@gentoo.org>2007-05-10 07:20:51 +0000
commit4ab37300d55b0ee56f8848cfcb832ee4b956910e (patch)
tree5d9c972bf8b1e81a17228e9e1d021a928271571b /app-editors
parentVersion bump, new beta version w/ updated runtime files, etc. (diff)
downloadgentoo-2-4ab37300d55b0ee56f8848cfcb832ee4b956910e.tar.gz
gentoo-2-4ab37300d55b0ee56f8848cfcb832ee4b956910e.tar.bz2
gentoo-2-4ab37300d55b0ee56f8848cfcb832ee4b956910e.zip
Version bump, new beta version w/ updated runtime files, etc.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim/ChangeLog7
-rw-r--r--app-editors/vim/files/digest-vim-7.1_beta0019
-rw-r--r--app-editors/vim/vim-7.1_beta001.ebuild24
3 files changed, 39 insertions, 1 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index 2083c694ed45..97f396fbc9d1 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/vim
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.271 2007/05/09 00:08:40 pioto Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.272 2007/05/10 07:20:51 pioto Exp $
+
+*vim-7.1_beta001 (10 May 2007)
+
+ 10 May 2007; Mike Kelly <pioto@gentoo.org> +vim-7.1_beta001.ebuild:
+ Version bump, new beta version w/ updated runtime files, etc.
09 May 2007; Mike Kelly <pioto@gentoo.org> -vim-7.0.91.ebuild,
-vim-7.0.146.ebuild, -vim-7.0.201.ebuild:
diff --git a/app-editors/vim/files/digest-vim-7.1_beta001 b/app-editors/vim/files/digest-vim-7.1_beta001
new file mode 100644
index 000000000000..34a347aaa94a
--- /dev/null
+++ b/app-editors/vim/files/digest-vim-7.1_beta001
@@ -0,0 +1,9 @@
+MD5 44ef8b6f58ad79f6e2ed26043fae2208 vim-7.1a-gentoo-patches.tar.bz2 6506
+RMD160 6e8dc5d05ce58255b1dc232fbfded5b5b55e90fa vim-7.1a-gentoo-patches.tar.bz2 6506
+SHA256 86b1d2b41cbe8998afa1d36ea6731c1b63692decf9ffcb7ed05741d1290df2bb vim-7.1a-gentoo-patches.tar.bz2 6506
+MD5 6b5228aa3145fb171a7ebd771a5730fd vim-7.1a.tar.bz2 6862235
+RMD160 79ac737cac41524d9b8e15ef53cefa61421ffdae vim-7.1a.tar.bz2 6862235
+SHA256 354e41b5d59defa6a4d22571afa98d2069eafb29e7ca0a8f03c9ba1708cfac23 vim-7.1a.tar.bz2 6862235
+MD5 815aa3abfc740ac7e7267b5eb079add8 vim-patches-7.1_beta001.tar.gz 3549
+RMD160 3b884076cfb7c559473a4565a02edde1a20b77d1 vim-patches-7.1_beta001.tar.gz 3549
+SHA256 eeaf88c5737c2ffd01e331e9beac6566ef6d7d090157f1bffcfb0d9b62052cea vim-patches-7.1_beta001.tar.gz 3549
diff --git a/app-editors/vim/vim-7.1_beta001.ebuild b/app-editors/vim/vim-7.1_beta001.ebuild
new file mode 100644
index 000000000000..e3869a6f8719
--- /dev/null
+++ b/app-editors/vim/vim-7.1_beta001.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.1_beta001.ebuild,v 1.1 2007/05/10 07:20:51 pioto Exp $
+
+inherit vim
+
+VIM_VERSION="7.1a"
+VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2"
+VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz"
+
+SRC_URI="ftp://ftp.vim.org/pub/vim/unstable/unix/vim-${VIM_VERSION}.tar.bz2
+ mirror://gentoo/${VIM_ORG_PATCHES}
+ mirror://gentoo/${VIM_GENTOO_PATCHES}"
+
+S="${WORKDIR}/vim${VIM_VERSION/.}"
+DESCRIPTION="Vim, an improved vi-style text editor"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE=""
+PROVIDE="virtual/editor"
+DEPEND="${DEPEND}
+ !minimal? ( ~app-editors/vim-core-${PV} )"
+RDEPEND="${RDEPEND}
+ !<app-editors/nvi-1.81.5-r4
+ !minimal? ( ~app-editors/vim-core-${PV} )"