| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.29 2009/08/20 08:55:01 graaff Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.30 2009/11/28 08:26:40 a3li Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: gems.eclass |
5 | # @ECLASS: gems.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # ruby@gentoo.org |
7 | # ruby@gentoo.org |
| 8 | # |
8 | # |
| … | |
… | |
| 18 | # versions that are compatible and installed on the system. Format: rubyDD where |
18 | # versions that are compatible and installed on the system. Format: rubyDD where |
| 19 | # DD is the two-digit version suffix (e.g.: USE_RUBY="ruby19" for Ruby 1.9.1) |
19 | # DD is the two-digit version suffix (e.g.: USE_RUBY="ruby19" for Ruby 1.9.1) |
| 20 | |
20 | |
| 21 | inherit eutils ruby |
21 | inherit eutils ruby |
| 22 | |
22 | |
| 23 | SRC_URI="mirror://rubyforge/gems/${P}.gem" |
23 | #SRC_URI="mirror://rubyforge/gems/${P}.gem" |
|
|
24 | SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" |
| 24 | |
25 | |
| 25 | IUSE="doc" |
26 | IUSE="doc" |
| 26 | |
27 | |
| 27 | DEPEND=" |
28 | DEPEND=" |
| 28 | || ( >=dev-ruby/rubygems-1.3.1 =dev-lang/ruby-1.9* ) |
29 | || ( >=dev-ruby/rubygems-1.3.1 =dev-lang/ruby-1.9* ) |