summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/vim/vim-7.2.264.ebuild')
-rw-r--r--app-editors/vim/vim-7.2.264.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-editors/vim/vim-7.2.264.ebuild b/app-editors/vim/vim-7.2.264.ebuild
index 8f5cec81fe1f..cd89fa43e616 100644
--- a/app-editors/vim/vim-7.2.264.ebuild
+++ b/app-editors/vim/vim-7.2.264.ebuild
@@ -1,18 +1,16 @@
# 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.2.264.ebuild,v 1.2 2009/10/17 17:19:14 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.264.ebuild,v 1.3 2009/10/17 18:38:50 lack Exp $
EAPI=2
inherit vim
VIM_VERSION="7.2"
-VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches-r2.tar.bz2"
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_GENTOO_PATCHES}
mirror://gentoo/${VIM_ORG_PATCHES}"
S="${WORKDIR}/vim${VIM_VERSION/.}"