summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2010-03-17 22:00:36 +0000
committerJim Ramsay <lack@gentoo.org>2010-03-17 22:00:36 +0000
commit731d31fcbf7f55d2d1540541f769809757ef110c (patch)
treef059660d77d6a2531eccb126f678eaad0b02d004 /app-editors
parentVersion bump: 7.2.402 is released (diff)
downloadgentoo-2-731d31fcbf7f55d2d1540541f769809757ef110c.tar.gz
gentoo-2-731d31fcbf7f55d2d1540541f769809757ef110c.tar.bz2
gentoo-2-731d31fcbf7f55d2d1540541f769809757ef110c.zip
Version bump: 7.2.402 is released
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim/ChangeLog7
-rw-r--r--app-editors/vim/vim-7.2.402.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog
index 3dc3a0d8ab89..9a6a206cf45f 100644
--- a/app-editors/vim/ChangeLog
+++ b/app-editors/vim/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/vim
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.343 2010/02/24 16:56:13 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.344 2010/03/17 22:00:36 lack Exp $
+
+*vim-7.2.402 (17 Mar 2010)
+
+ 17 Mar 2010; Jim Ramsay <lack@gentoo.org> +vim-7.2.402.ebuild:
+ Version bump: 7.2.402 is released
*vim-7.2.376 (24 Feb 2010)
diff --git a/app-editors/vim/vim-7.2.402.ebuild b/app-editors/vim/vim-7.2.402.ebuild
new file mode 100644
index 000000000000..5968c2b5c9af
--- /dev/null
+++ b/app-editors/vim/vim-7.2.402.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.402.ebuild,v 1.1 2010/03/17 22:00:36 lack Exp $
+
+EAPI=2
+inherit vim
+
+VIM_VERSION="7.2"
+VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz"
+
+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_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 ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""