summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-11-28 08:26:40 +0000
committerAlex Legler <a3li@gentoo.org>2009-11-28 08:26:40 +0000
commit2ec3709a0219276e0bf43119ab0f199eb7edef44 (patch)
treef3a3218aebfcd6d3a07f4b8008f3cd579e1f961e /eclass/gems.eclass
parentDrop old 2.0 release series. (diff)
downloadgentoo-2-2ec3709a0219276e0bf43119ab0f199eb7edef44.tar.gz
gentoo-2-2ec3709a0219276e0bf43119ab0f199eb7edef44.tar.bz2
gentoo-2-2ec3709a0219276e0bf43119ab0f199eb7edef44.zip
gems.eclass: Fetch gems from gems.rubyforge.org only for the moment
Diffstat (limited to 'eclass/gems.eclass')
-rw-r--r--eclass/gems.eclass5
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"