Hi people,
I've been cooking a thought for some time now, and now I'm inviting you
to have a look at and share your thoughts about it:
The title could be somehow like:
How to use "Gentoo, the Meta Distribution" to create my own
"Enterprise Distribution"?
When I say "my o
On 27-03-2009 13:08:46 +0100, Ulrich Mueller wrote:
> > On Fri, 27 Mar 2009, Fabian Groffen wrote:
>
> > Please review.
>
> >r=$?
> >eend ${r}
> >[[ ${r} != 0 ]] && die "failed to eprefixify ${x}"
>
> Here you could save a variable, since eend returns the
> On Fri, 27 Mar 2009, Fabian Groffen wrote:
> Please review.
>r=$?
>eend ${r}
>[[ ${r} != 0 ]] && die "failed to eprefixify ${x}"
Here you could save a variable, since eend returns the status:
eend $? || die "failed to eprefixify ${x}"
Ulrich
Hi,
This eclass facilitates in some of the needs of the Gentoo Prefix
project. For now it provides the 'eprefixify' function, which is
often used in Gentoo Prefix ebuilds to incorporate the used offset
prefix into files.
Next to this, the eclass sets the EPREFIX to the empty string, if unset.
Id
On 16-03-2009 20:47:17 +, Ciaran McCreesh wrote:
> I've got a very rough draft of what EAPI 3 might end up looking like,
> based upon discussion:
>
> http://github.com/ciaranm/pms/tree/eapi-3
I would like to request the following to be included in EAPI 3, as
preparation for more Prefix fr
On 27-03-2009 01:34:36 +0100, Donnie Berkholz wrote:
> > + # - Linux needs -ldl
> > + if [[ ${CHOST} == *-linux-gnu ]]; then
> > echo "-ldl"
>
> How about uclibc?
Good catch, thanks for pointing out. And thanks drizzt for fixing it
before I could ;)
--
Fabian Groffen
Gentoo on