diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-08-03 08:49:22 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-08-03 08:49:22 +0000 |
commit | b9e0df48fc6c2681c4e6b7f22ec507e6f9be6959 (patch) | |
tree | f250915c1feaa80de55ca045821b6c69614ea652 /eclass/vim-plugin.eclass | |
parent | Version bump by Nikos Chantziaras <realnc@gmail.com> wrt bug #429610. Remove ... (diff) | |
download | gentoo-2-b9e0df48fc6c2681c4e6b7f22ec507e6f9be6959.tar.gz gentoo-2-b9e0df48fc6c2681c4e6b7f22ec507e6f9be6959.tar.bz2 gentoo-2-b9e0df48fc6c2681c4e6b7f22ec507e6f9be6959.zip |
Add alternative location for vim plugin tarball archives.
Diffstat (limited to 'eclass/vim-plugin.eclass')
-rw-r--r-- | eclass/vim-plugin.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index 4d1eceac00de..7655d9275192 100644 --- a/eclass/vim-plugin.eclass +++ b/eclass/vim-plugin.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.28 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.29 2012/08/03 08:49:22 radhermit Exp $ # # This eclass simplifies installation of app-vim plugins into # /usr/share/vim/vimfiles. This is a version-independent directory @@ -16,7 +16,8 @@ IUSE="" DEPEND="|| ( >=app-editors/vim-${VIM_PLUGIN_VIM_VERSION} >=app-editors/gvim-${VIM_PLUGIN_VIM_VERSION} )" RDEPEND="${DEPEND}" -SRC_URI="mirror://gentoo/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2 + http://dev.gentoo.org/~radhermit/vim/${P}.tar.bz2" SLOT="0" vim-plugin_src_install() { |