Re: [gentoo-dev] cmake.eclass

2006-05-25 Thread Panard
Le Jeudi 25 Mai 2006 23:15, Mike Frysinger a écrit : > use this instead ... makes for cleaner output: > pushd "${BUILDDIR}" > /dev/null Yes... in fact i was using cd; cd $OLDPWD to avoid that >/dev/null issue... I've update the eclass. Thanks > > otherwise i dont have any other real complaints

Re: [gentoo-dev] cmake.eclass

2006-05-25 Thread Panard
Ok, I removed need-cmake function and add : if [ ! -z "${NEED_CMAKE}" ]; then DEPEND="dev-util/cmake" else DEPEND=">=dev-util/cmake-${NEED_CMAKE}" fi RDEPEND="" is it ok ? http://backzone.net/~panard/patches/gentoo-overlay/eclass/cmake.

Re: [gentoo-dev] cmake.eclass

2006-05-24 Thread Panard
h, perhaps it will be better to have cmake_min_version an cmake_max_version functions. http://backzone.net/~panard/patches/gentoo-overlay/eclass/cmake.eclass Le Mercredi 24 Mai 2006 14:11, Thomas Kear a écrit : > Can I suggest including a function for setting a minumum cmake > version, simila

Re: [gentoo-dev] cmake.eclass

2006-05-24 Thread Panard
Hi, Thanks for your comments. Here is my updated cmake.eclass : http://backzone.net/~panard/patches/gentoo-overlay/eclass/cmake.eclass Beers, Panard Le Mercredi 24 Mai 2006 02:52, Mike Frysinger a écrit : > On Thursday 18 May 2006 07:44, Panard wrote: > > OPTION=${OPTIO

Re: [gentoo-dev] cmake.eclass

2006-05-18 Thread Panard
or using this cmake eclass: http://dev.inzenet.org/~panard/patches/gentoo-overlay/app-editors/yzis/yzis-0.1_pre20060518.ebuild Thanks, Panard -- HomePage: http://dev.inzenet.org/~panard/ Yzis : http://www.yzis.org Qomics : http://dev.inzenet.org/~panard/qomics Smileys : http://smileys.inzenet.org # C

[gentoo-dev] cmake.eclass

2006-05-18 Thread Panard
_BUILD_TYPE debugfull => -DCMAKE_BUILD_TYPE=debugfull cmake_configure: create BUILDDIR, and run cmake with selected debug (and with prefix=/usr) cmake_compile emake in BUILDDIR cmake_install emake DESTDIR=$D install in BUILDDIR clean BUILDDIR Any comment appreciated... Beers, P