From 2ec3709a0219276e0bf43119ab0f199eb7edef44 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Sat, 28 Nov 2009 08:26:40 +0000 Subject: gems.eclass: Fetch gems from gems.rubyforge.org only for the moment --- eclass/gems.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eclass/gems.eclass') 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" -- cgit v1.2.3-65-gdbad