| 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.27 2010/08/30 22:08:24 flameeyes Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.34 2011/07/16 09:50:05 graaff 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 | # |
| … | |
… | |
| 46 | |
46 | |
| 47 | # @ECLASS-VARIABLE: RUBY_OPTIONAL |
47 | # @ECLASS-VARIABLE: RUBY_OPTIONAL |
| 48 | # @DESCRIPTION: |
48 | # @DESCRIPTION: |
| 49 | # Set the value to "yes" to make the dependency on a Ruby interpreter optional. |
49 | # Set the value to "yes" to make the dependency on a Ruby interpreter optional. |
| 50 | |
50 | |
|
|
51 | # @ECLASS-VARIABLE: RUBY_S |
|
|
52 | # @DEFAULT_UNSET |
|
|
53 | # @DESCRIPTION: |
|
|
54 | # If defined this variable determines the source directory name after |
|
|
55 | # unpacking. This defaults to the name of the package. Note that this |
|
|
56 | # variable supports a wildcard mechanism to help with github tarballs |
|
|
57 | # that contain the commit hash as part of the directory name. |
|
|
58 | |
|
|
59 | # @ECLASS-VARIABLE: RUBY_QA_ALLOWED_LIBS |
|
|
60 | # @DEFAULT_UNSET |
|
|
61 | # @DESCRIPTION: |
|
|
62 | # If defined this variable contains a whitelist of shared objects that |
|
|
63 | # are allowed to exist even if they don't link to libruby. This avoids |
|
|
64 | # the QA check that makes this mandatory. This is most likely not what |
|
|
65 | # you are looking for if you get the related "Missing links" QA warning, |
|
|
66 | # since the proper fix is almost always to make sure the shared object |
|
|
67 | # is linked against libruby. There are cases were this is not the case |
|
|
68 | # and the shared object is generic code to be used in some other way |
|
|
69 | # (e.g. selenium's firefox driver extension). When set this argument is |
|
|
70 | # passed to "grep -E" to remove reporting of these shared objects. |
|
|
71 | |
| 51 | inherit eutils toolchain-funcs |
72 | inherit eutils toolchain-funcs |
| 52 | |
73 | |
| 53 | EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_test src_install pkg_setup |
74 | EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_test src_install pkg_setup |
| 54 | |
75 | |
| 55 | case ${EAPI} in |
76 | case ${EAPI} in |
| 56 | 0|1) |
77 | 0|1) |
| 57 | die "Unsupported EAPI=${EAPI} (too old) for ruby-ng.eclass" ;; |
78 | die "Unsupported EAPI=${EAPI} (too old) for ruby-ng.eclass" ;; |
| 58 | 2|3) ;; |
79 | 2|3) ;; |
|
|
80 | 4) |
|
|
81 | # S is no longer automatically assigned when it doesn't exist. |
|
|
82 | S="${WORKDIR}" |
|
|
83 | ;; |
| 59 | *) |
84 | *) |
| 60 | die "Unknown EAPI=${EAPI} for ruby-ng.eclass" |
85 | die "Unknown EAPI=${EAPI} for ruby-ng.eclass" |
| 61 | esac |
86 | esac |
| 62 | |
87 | |
| 63 | # @FUNCTION: ruby_implementation_depend |
88 | # @FUNCTION: ruby_implementation_depend |
| … | |
… | |
| 199 | RDEPEND="${RDEPEND} $dependency" |
224 | RDEPEND="${RDEPEND} $dependency" |
| 200 | |
225 | |
| 201 | # Add the dependency as a test-dependency since we're going to |
226 | # Add the dependency as a test-dependency since we're going to |
| 202 | # execute the code during test phase. |
227 | # execute the code during test phase. |
| 203 | DEPEND="${DEPEND} test? ( ${dependency} )" |
228 | DEPEND="${DEPEND} test? ( ${dependency} )" |
| 204 | hasq test "$IUSE" || IUSE="${IUSE} test" |
229 | has test "$IUSE" || IUSE="${IUSE} test" |
| 205 | } |
230 | } |
| 206 | |
231 | |
| 207 | # @FUNCTION: ruby_add_bdepend |
232 | # @FUNCTION: ruby_add_bdepend |
| 208 | # @USAGE: dependencies |
233 | # @USAGE: dependencies |
| 209 | # @DESCRIPTION: |
234 | # @DESCRIPTION: |
| … | |
… | |
| 243 | fi |
268 | fi |
| 244 | done |
269 | done |
| 245 | |
270 | |
| 246 | _ruby_invoke_environment() { |
271 | _ruby_invoke_environment() { |
| 247 | old_S=${S} |
272 | old_S=${S} |
|
|
273 | case ${EAPI} in |
|
|
274 | 4) |
|
|
275 | if [ -z ${RUBY_S} ]; then |
|
|
276 | sub_S=${P} |
|
|
277 | else |
|
|
278 | sub_S=${RUBY_S} |
|
|
279 | fi |
|
|
280 | ;; |
|
|
281 | *) |
| 248 | sub_S=${S#${WORKDIR}/} |
282 | sub_S=${S#${WORKDIR}/} |
|
|
283 | ;; |
|
|
284 | esac |
| 249 | |
285 | |
| 250 | # Special case, for the always-lovely GitHub fetches. With this, |
286 | # Special case, for the always-lovely GitHub fetches. With this, |
| 251 | # we allow the star glob to just expand to whatever directory it's |
287 | # we allow the star glob to just expand to whatever directory it's |
| 252 | # called. |
288 | # called. |
| 253 | if [[ ${sub_S} = *"*" ]]; then |
289 | if [[ ${sub_S} = *"*"* ]]; then |
| 254 | pushd "${WORKDIR}"/all &>/dev/null |
290 | pushd "${WORKDIR}"/all &>/dev/null |
| 255 | sub_S=$(eval ls -d ${sub_S} 2>/dev/null) |
291 | sub_S=$(eval ls -d ${sub_S} 2>/dev/null) |
| 256 | popd &>/dev/null |
292 | popd &>/dev/null |
| 257 | fi |
293 | fi |
| 258 | |
294 | |
| … | |
… | |
| 431 | # extensions via ruby-fakegem; make sure to check only in sitelibdir, since |
467 | # extensions via ruby-fakegem; make sure to check only in sitelibdir, since |
| 432 | # that's what changes between two implementations (otherwise you'd get false |
468 | # that's what changes between two implementations (otherwise you'd get false |
| 433 | # positives now that Ruby 1.9.2 installs with the same sitedir as 1.8) |
469 | # positives now that Ruby 1.9.2 installs with the same sitedir as 1.8) |
| 434 | ${scancmd} -qnR "${D}${sitelibdir}" "${D}${sitelibdir/site_ruby/gems}" \ |
470 | ${scancmd} -qnR "${D}${sitelibdir}" "${D}${sitelibdir/site_ruby/gems}" \ |
| 435 | | fgrep -v "${libruby_soname}" \ |
471 | | fgrep -v "${libruby_soname}" \ |
|
|
472 | | grep -E -v "${RUBY_QA_ALLOWED_LIBS}" \ |
| 436 | > "${T}"/ruby-ng-${_ruby_implementation}-mislink.log |
473 | > "${T}"/ruby-ng-${_ruby_implementation}-mislink.log |
| 437 | |
474 | |
| 438 | if [[ -s "${T}"/ruby-ng-${_ruby_implementation}-mislink.log ]]; then |
475 | if [[ -s "${T}"/ruby-ng-${_ruby_implementation}-mislink.log ]]; then |
| 439 | ewarn "Extensions installed for ${_ruby_implementation} with missing links to ${libruby_soname}" |
476 | ewarn "Extensions installed for ${_ruby_implementation} with missing links to ${libruby_soname}" |
| 440 | ewarn $(< "${T}"/ruby-ng-${_ruby_implementation}-mislink.log ) |
477 | ewarn $(< "${T}"/ruby-ng-${_ruby_implementation}-mislink.log ) |