Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-dev
Navigation:
Lists: gentoo-dev: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-dev@g.o
From: Torsten Veller <tove@g.o>
Subject: Re: perl-module.class review
Date: Mon, 21 Sep 2009 18:03:56 +0200
* Tomáš Chvátal <scarabeus@g.o>:
> I think it is not required
> EXPF="src_compile src_test src_install" <- definition, also nulls anything 
> what was in it before :]
> case ${EAPI:-0} in                     
>         2) EXPF="${EXPF} src_configure" ;;
>         1|0) ;;                           
>         *) die "Unknown EAPI, Bug eclass maintainers." ;;
> esac                                                     
> EXPORT_FUNCTIONS ${EXPF}  <- export

And later in cmake-utils_src_compile you use:
| has src_configure ${EXPF} || cmake-utils_src_configure

What will happen if an EAPI=2 ebuild inherits cmake-utils and another eclass
also using EXPF that does not EXPORT_FUNCTIONS src_configure and the
ebuild uses cmake-utils_src_compile?

It will call cmake-utils_src_configure during src_configure and later in
cmake-utils_src_compile it will run cmake-utils_src_configure again,
won't it?


Replies:
Re: Re: perl-module.class review
-- Tomáš Chvátal
References:
Re: perl-module.class review
-- Ciaran McCreesh
Re: perl-module.class review
-- Torsten Veller
Navigation:
Lists: gentoo-dev: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
Re: perl-module.class review
Next by thread:
Re: Re: perl-module.class review
Previous by date:
Re: perl-module.class review
Next by date:
horde and friends


Updated Jun 29, 2012

Summary: Archive of the gentoo-dev mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.