| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 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.4 2005/07/06 20:20:03 agriffis Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.5 2005/07/06 20:23:20 agriffis Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Rob Cakebread <pythonhead@gentoo.org> |
5 | # Author: Rob Cakebread <pythonhead@gentoo.org> |
| 6 | # Current Maintainer: Rob Cakebread <pythonhead@gentoo.org> |
6 | # Current Maintainer: Rob Cakebread <pythonhead@gentoo.org> |
| 7 | # |
7 | # |
| 8 | # The gems eclass is designed to allow easier installation of |
8 | # The gems eclass is designed to allow easier installation of |
| … | |
… | |
| 19 | # See http://dev.gentoo.org/~pythonhead/ruby/gems.html for notes on using gems with portage |
19 | # See http://dev.gentoo.org/~pythonhead/ruby/gems.html for notes on using gems with portage |
| 20 | |
20 | |
| 21 | |
21 | |
| 22 | inherit ruby eutils |
22 | inherit ruby eutils |
| 23 | |
23 | |
| 24 | INHERITED="$INHERITED $ECLASS" |
|
|
| 25 | |
24 | |
| 26 | DEPEND=">=dev-ruby/rubygems-0.8.4-r1" |
25 | DEPEND=">=dev-ruby/rubygems-0.8.4-r1" |
| 27 | |
26 | |
| 28 | S=${WORKDIR} |
27 | S=${WORKDIR} |
| 29 | |
28 | |