summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-09-19 18:50:37 +0000
committerAli Polatel <hawking@gentoo.org>2008-09-19 18:50:37 +0000
commit51b6bd7406cd3a25f58faf39429cd9b49043eebe (patch)
tree0ee642d118bfd10ff361df052c9a3bf0907786e4 /app-editors
parentppc stable, bug #234137 (diff)
downloadgentoo-2-51b6bd7406cd3a25f58faf39429cd9b49043eebe.tar.gz
gentoo-2-51b6bd7406cd3a25f58faf39429cd9b49043eebe.tar.bz2
gentoo-2-51b6bd7406cd3a25f58faf39429cd9b49043eebe.zip
Version bump. Fixes #238120.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim/ChangeLog7
-rw-r--r--app-editors/vim/vim-7.2.021.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index 14d8db0e134b..c7d295f60c19 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/vim
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.320 2008/08/30 07:55:24 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.321 2008/09/19 18:50:37 hawking Exp $
+
+*vim-7.2.021 (19 Sep 2008)
+
+ 19 Sep 2008; Ali Polatel <hawking@gentoo.org> +vim-7.2.021.ebuild:
+ Version bump. Fixes #238120.
30 Aug 2008; Ali Polatel <hawking@gentoo.org> -vim-6.4.ebuild,
-vim-7.1.042.ebuild, -vim-7.1.164.ebuild, -vim-7.1.213.ebuild,
diff --git a/app-editors/vim/vim-7.2.021.ebuild b/app-editors/vim/vim-7.2.021.ebuild
new file mode 100644
index 000000000000..d0bd09271e4d
--- /dev/null
+++ b/app-editors/vim/vim-7.2.021.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.021.ebuild,v 1.1 2008/09/19 18:50:37 hawking Exp $
+
+inherit vim
+
+VIM_VERSION="7.2"
+VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2"
+
+SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
+ ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz
+ ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz
+ 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=""
+DEPEND="${DEPEND}
+ !minimal? ( ~app-editors/vim-core-${PV} )"
+RDEPEND="${RDEPEND}
+ !<app-editors/nvi-1.81.5-r4
+ !minimal? ( ~app-editors/vim-core-${PV} )"