diff options
author | Jim Ramsay <lack@gentoo.org> | 2010-03-17 22:01:00 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2010-03-17 22:01:00 +0000 |
commit | f146fd396537575ca2c46ddf4b0e8f516691914d (patch) | |
tree | 4b4b70b84a16aec54b39a3e9f3a759f9fcc38817 /app-editors/vim | |
parent | Bump, small patch for sandbox violation thanks to jbergstroem (diff) | |
download | historical-f146fd396537575ca2c46ddf4b0e8f516691914d.tar.gz historical-f146fd396537575ca2c46ddf4b0e8f516691914d.tar.bz2 historical-f146fd396537575ca2c46ddf4b0e8f516691914d.zip |
Version bump: 7.2.402 is released
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vim/vim-7.2.402.ebuild | 19 |
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="" |