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 | b0af719d483565c6c2f4b51b7a39607d20065fc2 (patch) | |
tree | 07d28862401bd5f78cbfba641cc967335250c115 /eclass/vim-plugin.eclass | |
parent | Version bump by Nikos Chantziaras <realnc@gmail.com> wrt bug #429610. Remove ... (diff) | |
download | historical-b0af719d483565c6c2f4b51b7a39607d20065fc2.tar.gz historical-b0af719d483565c6c2f4b51b7a39607d20065fc2.tar.bz2 historical-b0af719d483565c6c2f4b51b7a39607d20065fc2.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() { |