Re: [gentoo-dev] New eclass: cmake-utils.eclass

2007-11-08 Thread René 'Necoro' Neumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I just worked on a project using cmake. And I needed the cmake-utils_src_enable function... But it did not work as expected. This is because cmake arguments are in uppercase most of the time, and cmake is case sensitive. And unfortunately the

Re: [gentoo-dev] New eclass: cmake-utils.eclass

2007-11-02 Thread Wulf C. Krueger
Hello! On Sunday, 09. September 2007 21:15:12 Wulf C. Krueger wrote: > KDE4's build system is based on CMake and seeing that more and more KDE > and non-KDE applications are using it, we have created a new > cmake-utils.eclass [3] which allows for easier implementation of > ebuilds for those appli

Re: [gentoo-dev] New eclass: cmake-utils.eclass

2007-09-10 Thread Thomas Anderson
On Sunday 09 September 2007 15:15:12 Wulf C. Krueger wrote: > As I would like to introduce it to the official Portage Tree in > preparation of things to come, we would welcome any comments, patches > and, of course, your kind approval to commit it. :-) Looks really nice. Just one question: What ab

Re: [gentoo-dev] New eclass: cmake-utils.eclass

2007-09-10 Thread Luca Barbato
Wulf C. Krueger wrote: > Hello! > > As you might know, a very active Gentoo user, Zephyrus, several members of > the KDE herd and other interested parties [1] are currently working on > the pre-releases of KDE4 in the GenKDEsvn overlays [2]. > > KDE4's build system is based on CMake and seeing

Re: [gentoo-dev] New eclass: cmake-utils.eclass

2007-09-09 Thread Wulf C. Krueger
Thanks for all your comments! Some ideas (especially the use_with/_enable shrinking) are rather spectacular and *all* are greatly appreciated. If there's more, please let us know. Until then, we'll make those changes you suggested and will follow-up on this tomorrow with the changed eclass.

Re: [gentoo-dev] New eclass: cmake-utils.eclass

2007-09-09 Thread Mike Frysinger
On Sunday 09 September 2007, Wulf C. Krueger wrote: > KDE4's build system is based on CMake and seeing that more and more KDE > and non-KDE applications are using it, we have created a new > cmake-utils.eclass [3] which allows for easier implementation of ebuilds > for those applications. * you'v

Re: [gentoo-dev] New eclass: cmake-utils.eclass

2007-09-09 Thread Mike Frysinger
On Sunday 09 September 2007, Piotr Jaroszyński wrote: > >>if ! emake -j1 check; then > >>hasq test $FEATURES && die "Make check failed. See > >> above for details." > >>hasq test $FEATURES || eerror "Make check failed. See > >> above for > >> de

Re: [gentoo-dev] New eclass: cmake-utils.eclass

2007-09-09 Thread Piotr Jaroszyński
>> if ! emake -j1 check; then >> hasq test $FEATURES && die "Make check failed. See >> above for details." >> hasq test $FEATURES || eerror "Make check failed. See >> above for details." >> fi No reason to check for test in FEAT

[gentoo-dev] New eclass: cmake-utils.eclass

2007-09-09 Thread Wulf C. Krueger
Hello! As you might know, a very active Gentoo user, Zephyrus, several members of the KDE herd and other interested parties [1] are currently working on the pre-releases of KDE4 in the GenKDEsvn overlays [2]. KDE4's build system is based on CMake and seeing that more and more KDE and non-KDE