diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-02-20 15:48:40 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-02-20 15:48:40 +0000 |
commit | a5547d9c03f2db3d8a52ce48589d0fd4d8870bd3 (patch) | |
tree | 2b50ece02fab5248e3ab61b996612a1dbe6b70d8 /app-editors/vim | |
parent | Version bump (diff) | |
download | gentoo-2-a5547d9c03f2db3d8a52ce48589d0fd4d8870bd3.tar.gz gentoo-2-a5547d9c03f2db3d8a52ce48589d0fd4d8870bd3.tar.bz2 gentoo-2-a5547d9c03f2db3d8a52ce48589d0fd4d8870bd3.zip |
Added latest patchlevels of 7.0 and 7.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/vim/vim-7.0.243.ebuild | 25 | ||||
-rw-r--r-- | app-editors/vim/vim-7.1.330.ebuild | 25 |
3 files changed, 58 insertions, 1 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index 52003a5fba36..48477af303bc 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-editors/vim # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.322 2009/02/19 19:29:44 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.323 2009/02/20 15:48:40 lack Exp $ + +*vim-7.1.330 (20 Feb 2009) +*vim-7.0.243 (20 Feb 2009) + + 20 Feb 2009; Jim Ramsay <lack@gentoo.org> +vim-7.0.243.ebuild, + +vim-7.1.330.ebuild: + Added latest patchlevels of 7.0 and 7.1 *vim-7.2.108 (19 Feb 2009) diff --git a/app-editors/vim/vim-7.0.243.ebuild b/app-editors/vim/vim-7.0.243.ebuild new file mode 100644 index 000000000000..8d3d247eb079 --- /dev/null +++ b/app-editors/vim/vim-7.0.243.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.0.243.ebuild,v 1.1 2009/02/20 15:48:40 lack Exp $ + +inherit vim + +VIM_VERSION="7.0" +VIM_SNAPSHOT="vim-7.0-r1.tar.bz2" +VIM_GENTOO_PATCHES="vim-7.0-gentoo-patches-r1.tar.bz2" +VIM_ORG_PATCHES="vim-patches-${PV}.tar" + +SRC_URI="${SRC_URI} + mirror://gentoo/${VIM_SNAPSHOT} + 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 ~mips ~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} )" diff --git a/app-editors/vim/vim-7.1.330.ebuild b/app-editors/vim/vim-7.1.330.ebuild new file mode 100644 index 000000000000..2b3affb27266 --- /dev/null +++ b/app-editors/vim/vim-7.1.330.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.1.330.ebuild,v 1.1 2009/02/20 15:48:40 lack Exp $ + +inherit vim + +VIM_VERSION="7.1" +VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2" +VIM_ORG_PATCHES="vim-patches-${PV}.tar" + +SRC_URI="mirror://gentoo/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} + 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="" +DEPEND="${DEPEND} + !minimal? ( ~app-editors/vim-core-${PV} )" +RDEPEND="${RDEPEND} + !<app-editors/nvi-1.81.5-r4 + !minimal? ( ~app-editors/vim-core-${PV} )" |