diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-09-17 04:59:29 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-09-17 04:59:29 +0000 |
commit | 18807cfdd42d065eee2b8a06e8b9de4db78b8718 (patch) | |
tree | 00544f5ec10ba59795ced3c148577b49265a0676 /eclass/gems.eclass | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-18807cfdd42d065eee2b8a06e8b9de4db78b8718.tar.gz gentoo-2-18807cfdd42d065eee2b8a06e8b9de4db78b8718.tar.bz2 gentoo-2-18807cfdd42d065eee2b8a06e8b9de4db78b8718.zip |
Added default SRC_URI for gems.eclass, to point at rubyforge.
Diffstat (limited to 'eclass/gems.eclass')
-rw-r--r-- | eclass/gems.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/gems.eclass b/eclass/gems.eclass index 0beb837329e4..f5615b0478d6 100644 --- a/eclass/gems.eclass +++ b/eclass/gems.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.17 2007/03/05 18:26:20 rbrown Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.18 2007/09/17 04:59:29 nichoj Exp $ # # Author: Rob Cakebread <pythonhead@gentoo.org> # Current Maintainer: Ruby Herd <ruby@gentoo.org> @@ -21,13 +21,15 @@ inherit ruby eutils +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +IUSE="doc" DEPEND=">=dev-ruby/rubygems-0.8.4-r1 !dev-ruby/rdoc" S=${WORKDIR} -IUSE="doc" gems_location() { local sitelibdir |