diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-10-17 18:36:21 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-10-17 18:36:21 +0000 |
commit | 9b71a496f9ca3b41190e78f4bcda9d797eb73184 (patch) | |
tree | df985856a2ddc6ba76748c90fc7fbe8be350fd4d /app-editors | |
parent | A couple more small cleanups: (diff) | |
download | gentoo-2-9b71a496f9ca3b41190e78f4bcda9d797eb73184.tar.gz gentoo-2-9b71a496f9ca3b41190e78f4bcda9d797eb73184.tar.bz2 gentoo-2-9b71a496f9ca3b41190e78f4bcda9d797eb73184.zip |
Revbump vim-core-7.2.264 to add tar.lzma and tar.xz support (Bug #286712)
(Portage version: 2.1.7/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-core/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/vim-core/vim-core-7.2.264-r1.ebuild (renamed from app-editors/vim-core/vim-core-7.2.264.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-editors/vim-core/ChangeLog b/app-editors/vim-core/ChangeLog index bf1a6d436469..14602e57ad16 100644 --- a/app-editors/vim-core/ChangeLog +++ b/app-editors/vim-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/vim-core # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.315 2009/10/17 17:16:45 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.316 2009/10/17 18:36:21 lack Exp $ + +*vim-core-7.2.264-r1 (17 Oct 2009) + + 17 Oct 2009; Jim Ramsay <lack@gentoo.org> -vim-core-7.2.264.ebuild, + +vim-core-7.2.264-r1.ebuild: + Revbump vim-core-7.2.264 to add tar.lzma and tar.xz support (Bug #286712) 17 Oct 2009; Jim Ramsay <lack@gentoo.org> -vim-core-7.2.ebuild, -vim-core-7.2.108.ebuild, -vim-core-7.2.238.ebuild, diff --git a/app-editors/vim-core/vim-core-7.2.264.ebuild b/app-editors/vim-core/vim-core-7.2.264-r1.ebuild index f477c8a17822..7df8df8d7e93 100644 --- a/app-editors/vim-core/vim-core-7.2.264.ebuild +++ b/app-editors/vim-core/vim-core-7.2.264-r1.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.264.ebuild,v 1.2 2009/10/17 17:16:45 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.264-r1.ebuild,v 1.1 2009/10/17 18:36:21 lack Exp $ EAPI=2 inherit vim VIM_VERSION="7.2" -VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches-r2.tar.bz2" +VIM_CORE_GENTOO_PATCHES="vim-core-${VIM_VERSION}-gentoo-patches.tar.bz2" VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz" VIMRC_FILE_SUFFIX="-r4" 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} + mirror://gentoo/${VIM_CORE_GENTOO_PATCHES} mirror://gentoo/${VIM_ORG_PATCHES}" S="${WORKDIR}/vim${VIM_VERSION/.}" |