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/ruby-ng.eclass,v 1.6 2009/12/14 12:25:47 a3li Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.7 2009/12/25 18:01:34 flameeyes Exp $ |
4 | # |
4 | # |
5 | # @ECLASS: ruby-ng.eclass |
5 | # @ECLASS: ruby-ng.eclass |
6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
7 | # Ruby herd <ruby@gentoo.org> |
7 | # Ruby herd <ruby@gentoo.org> |
8 | # |
8 | # |
… | |
… | |
316 | # almost every other ebuild. |
316 | # almost every other ebuild. |
317 | find . -name '._*' -delete |
317 | find . -name '._*' -delete |
318 | |
318 | |
319 | _ruby_invoke_environment all _ruby_apply_patches |
319 | _ruby_invoke_environment all _ruby_apply_patches |
320 | |
320 | |
|
|
321 | _PHASE="source copy" \ |
321 | _ruby_each_implementation _ruby_source_copy |
322 | _ruby_each_implementation _ruby_source_copy |
322 | |
323 | |
323 | if type each_ruby_prepare &>/dev/null; then |
324 | if type each_ruby_prepare &>/dev/null; then |
324 | _ruby_each_implementation each_ruby_prepare |
325 | _ruby_each_implementation each_ruby_prepare |
325 | fi |
326 | fi |
326 | } |
327 | } |