diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-01-04 05:46:13 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-01-04 05:46:13 +0000 |
commit | 065ba51d09f6edbe40b8cabcb6d81fa55aa180f6 (patch) | |
tree | 8e2756059b48ccb01f136cf258dea7c0c3a3ec22 /app-editors/vim/vim-9999.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-065ba51d09f6edbe40b8cabcb6d81fa55aa180f6.tar.gz gentoo-2-065ba51d09f6edbe40b8cabcb6d81fa55aa180f6.tar.bz2 gentoo-2-065ba51d09f6edbe40b8cabcb6d81fa55aa180f6.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-editors/vim/vim-9999.ebuild')
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index bc06fe5304fb..3852b6ba1f71 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.21 2014/12/23 17:20:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.22 2015/01/04 05:46:13 radhermit Exp $ EAPI=5 VIM_VERSION="7.4" @@ -13,10 +13,10 @@ if [[ ${PV} == 9999* ]] ; then EHG_REPO_URI="https://vim.googlecode.com/hg/" EHG_PROJECT="vim" else - VIM_ORG_PATCHES="vim-patches-${PV}.patch.bz2" + VIM_ORG_PATCH="vim-${PV}.patch.xz" SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 - http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES} - http://dev.gentoo.org/~radhermit/vim/vim-${VIM_VERSION}-gentoo-patches.tar.bz2" + http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCH} + http://dev.gentoo.org/~radhermit/vim/vim-${PV}-gentoo-patches.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi @@ -75,9 +75,9 @@ pkg_setup() { src_prepare() { if [[ ${PV} != 9999* ]] ; then - if [[ -f "${WORKDIR}"/${VIM_ORG_PATCHES%.bz2} ]] ; then + if [[ -f "${WORKDIR}"/${VIM_ORG_PATCH%.xz} ]] ; then # Apply any patches available from vim.org for this version - epatch "${WORKDIR}"/${VIM_ORG_PATCHES%.bz2} + epatch "${WORKDIR}"/${VIM_ORG_PATCH%.xz} fi if [[ -d "${WORKDIR}"/patches/ ]]; then |