diff options
author | Alex Legler <a3li@gentoo.org> | 2009-11-28 08:26:40 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-11-28 08:26:40 +0000 |
commit | 14ce368a4c67b583cfadd3fc0bdaabd330f0d186 (patch) | |
tree | 5ad7924eb2582228f0a4bebd67b883a72abc8a28 /eclass | |
parent | Version bump. (diff) | |
download | historical-14ce368a4c67b583cfadd3fc0bdaabd330f0d186.tar.gz historical-14ce368a4c67b583cfadd3fc0bdaabd330f0d186.tar.bz2 historical-14ce368a4c67b583cfadd3fc0bdaabd330f0d186.zip |
gems.eclass: Fetch gems from gems.rubyforge.org only for the moment
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gems.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/gems.eclass b/eclass/gems.eclass index 6f66d197420f..a6484d17d5b8 100644 --- a/eclass/gems.eclass +++ b/eclass/gems.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.29 2009/08/20 08:55:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.30 2009/11/28 08:26:40 a3li Exp $ # @ECLASS: gems.eclass # @MAINTAINER: @@ -20,7 +20,8 @@ inherit eutils ruby -SRC_URI="mirror://rubyforge/gems/${P}.gem" +#SRC_URI="mirror://rubyforge/gems/${P}.gem" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" IUSE="doc" |