summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2007-05-14 10:16:09 +0000
committerMike Kelly <pioto@gentoo.org>2007-05-14 10:16:09 +0000
commit97b805ac4d5ac59eb8cd1bb6aaa829ba934d2eef (patch)
tree5c29f5cee9b3a17865d0ab94f892ba6af72141aa /app-editors
parentRevision bump. Add a patch to fix the patch to fix the libintl compile error ... (diff)
downloadgentoo-2-97b805ac4d5ac59eb8cd1bb6aaa829ba934d2eef.tar.gz
gentoo-2-97b805ac4d5ac59eb8cd1bb6aaa829ba934d2eef.tar.bz2
gentoo-2-97b805ac4d5ac59eb8cd1bb6aaa829ba934d2eef.zip
Revision bump. Add a patch to fix the patch to fix the libintl compile error from Bug #176566.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim/ChangeLog8
-rw-r--r--app-editors/vim/files/digest-vim-7.1-r16
-rw-r--r--app-editors/vim/vim-7.1-r1.ebuild24
3 files changed, 37 insertions, 1 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index df023398d8b1..268067dd523b 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,12 @@
# 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.275 2007/05/13 13:29:34 pioto Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.276 2007/05/14 10:16:09 pioto Exp $
+
+*vim-7.1-r1 (14 May 2007)
+
+ 14 May 2007; Mike Kelly <pioto@gentoo.org> +vim-7.1-r1.ebuild:
+ Revision bump. Add a patch to fix the patch to fix the libintl compile error
+ from Bug #176566.
13 May 2007; Mike Kelly <pioto@gentoo.org> -vim-7.0.17.ebuild:
Remove old version.
diff --git a/app-editors/vim/files/digest-vim-7.1-r1 b/app-editors/vim/files/digest-vim-7.1-r1
new file mode 100644
index 000000000000..d43ca7f738ba
--- /dev/null
+++ b/app-editors/vim/files/digest-vim-7.1-r1
@@ -0,0 +1,6 @@
+MD5 7a8e328ec3c925484d691dd2a4195f97 vim-7.1-gentoo-patches-r1.tar.bz2 6456
+RMD160 62a1d79fd5725c31bd2afa9762d10a36c730494c vim-7.1-gentoo-patches-r1.tar.bz2 6456
+SHA256 56f856055b9b9515f2922909e00924460d4d5b636c20a2d1feae8ca59eb3f063 vim-7.1-gentoo-patches-r1.tar.bz2 6456
+MD5 44c6b4914f38d6f9aa959640b89da329 vim-7.1.tar.bz2 6876053
+RMD160 470775e0d0219cafe7e04dd91199ed7441882456 vim-7.1.tar.bz2 6876053
+SHA256 7f0a5195db1981806090a46aa962f980edc68eba72ca5cfc8287aff612f1cf70 vim-7.1.tar.bz2 6876053
diff --git a/app-editors/vim/vim-7.1-r1.ebuild b/app-editors/vim/vim-7.1-r1.ebuild
new file mode 100644
index 000000000000..d3429e629254
--- /dev/null
+++ b/app-editors/vim/vim-7.1-r1.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-r1.ebuild,v 1.1 2007/05/14 10:16:09 pioto Exp $
+
+inherit vim
+
+VIM_VERSION="7.1"
+VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches-r1.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_GENTOO_PATCHES}"
+ #mirror://gentoo/${VIM_ORG_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} )"