Re: [gentoo-dev] New eclass: cmake-multilib for cmake multilib package builds

2013-02-07 Thread Ben de Groot
On 6 February 2013 04:19, Michał Górny mgo...@gentoo.org wrote:
 The idea is the same as in autotools-multilib. The eclass
 is a straightfoward wrapper for cmake-utils which inherits
 multilib-build and runs cmake phase functions for all ABIs (using
 out-of-source build).

 The eclass uses the same header consistency check as autotools-multilib
 (therefore, I move the function to multilib-build).

 I'm attaching an ebuild for virtualgl as an example of use.



I see no attachments...

-- 
Cheers,

Ben | yngwin
Gentoo developer
Gentoo Qt project lead, Gentoo Wiki admin



Re: [gentoo-dev] New eclass: cmake-multilib for cmake multilib package builds

2013-02-07 Thread Ben de Groot
On 7 February 2013 16:36, Ben de Groot yng...@gentoo.org wrote:
 On 6 February 2013 04:19, Michał Górny mgo...@gentoo.org wrote:
 The idea is the same as in autotools-multilib. The eclass
 is a straightfoward wrapper for cmake-utils which inherits
 multilib-build and runs cmake phase functions for all ABIs (using
 out-of-source build).

 The eclass uses the same header consistency check as autotools-multilib
 (therefore, I move the function to multilib-build).

 I'm attaching an ebuild for virtualgl as an example of use.



 I see no attachments...

Because you used separate emails.

Ignore the noise please.
-- 
Cheers,

Ben | yngwin
Gentoo developer
Gentoo Qt project lead, Gentoo Wiki admin



[gentoo-dev] New eclass: cmake-multilib for cmake multilib package builds

2013-02-05 Thread Michał Górny
The idea is the same as in autotools-multilib. The eclass
is a straightfoward wrapper for cmake-utils which inherits
multilib-build and runs cmake phase functions for all ABIs (using
out-of-source build).

The eclass uses the same header consistency check as autotools-multilib
(therefore, I move the function to multilib-build).

I'm attaching an ebuild for virtualgl as an example of use.