| 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.14 2007/01/09 23:29:17 flameeyes Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.15 2007/01/29 12:15:50 pclouds Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Rob Cakebread <pythonhead@gentoo.org> |
5 | # Author: Rob Cakebread <pythonhead@gentoo.org> |
| 6 | # Current Maintainer: Ruby Herd <ruby@gentoo.org> |
6 | # Current Maintainer: Ruby Herd <ruby@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 |
| … | |
… | |
| 35 | export GEMSDIR=${sitelibdir/site_ruby/gems} |
35 | export GEMSDIR=${sitelibdir/site_ruby/gems} |
| 36 | |
36 | |
| 37 | } |
37 | } |
| 38 | |
38 | |
| 39 | gems_src_unpack() { |
39 | gems_src_unpack() { |
|
|
40 | ruby_patch_mkmf |
| 40 | true |
41 | true |
| 41 | } |
42 | } |
| 42 | |
43 | |
| 43 | gems_src_install() { |
44 | gems_src_install() { |
| 44 | gems_location |
45 | gems_location |