summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add missing spaceMichael Sterrett2009-10-271-2/+2
|
* Fix wrong function call name. Last minute renames--Tomas Chvatal2009-10-271-5/+5
|
* Sync cmake-utils and kde eclasses with kde-testing overlays.Tomas Chvatal2009-10-271-40/+82
| | | | | | | Renamed WANT_CMAKE -> CMAKE_REQUIRED in kde eclasses fixed koffice2.0 support in kde eclasses Added WANT_CMAKE into cmake-utils eclass, where it brings possibility to depend on cmake only when some useflag is required. Used with WANT_CMAKE="variable", where variable is the useflag (its autoadded to IUSE too.)
* export XDG_CONFIG_HOME to temp. directory for sandboxSamuli Suominen2009-10-161-1/+3
|
* Print the 'cmake' command for consistency with econf().Arfrever Frehtes Taifersar Arahesis2009-08-081-1/+2
|
* Adjust cmake-utils to awoid not deleting some stuff after merge. We place ↵Tomas Chvatal2009-06-171-1/+6
| | | | all stuff to workdir and above. See bug #273949 for details.
* Remove not needed warning about non-existent push. Fix CMAKE_BUILD_DIR ↵Tomas Chvatal2009-05-291-9/+11
| | | | variable if insource build specified as local variable in some src_ function only.
* Add comment to CMAKE_BUILD_DIR variable. Describing what for it is.Tomas Chvatal2009-05-271-2/+7
|
* Introduce updated cmake-utils eclassTomas Chvatal2009-05-081-10/+18
| | | | | | Now it can be run out of the S variable by defining CMAKE_USE_DIR I searched tree and found no issue but if your package fail you are probably using this: ${WORKDIR}/${PN}_build/ this code should be replaced with "${CMAKE_BUILD_DIR}"
* Exit with error when runing src_compile and no Makefile is around.Tomas Chvatal2009-04-111-1/+3
|
* Die when there is no CMakeLists.txtTomas Chvatal2009-04-101-1/+9
|
* Update eclassdoc so it work again. Per bug #264791.Tomas Chvatal2009-04-041-7/+36
| | | | | | | Introduce feature that if dev calls $(cmake-use_bla use) it runs all various permutations: -DBLA_use=ON -DBLA_Use=ON -DBLA_USE=ON Really reduces duplication in some ebuilds. Old behavior preserved tho via third parameter: $(cmake-use_bla use VALUE) results only into -DBLA_VALUE=ON
* Depend on correct findutils. Per bug #262965. Thanks Loki_val for correct ↵Tomas Chvatal2009-03-191-2/+5
| | | | approach.
* Update deps for cmake stuff (current stable cmake, removing the old cmakes ↵Tomas Chvatal2009-03-151-2/+2
| | | | in next commit).
* Fix issues with cmake-utils_use.Tomas Chvatal2009-03-141-11/+11
|
* Update copyright yearChristian Faulhammer2009-03-121-2/+2
|
* Update comments in warnings. Thx reavertm for updating the current ones.Tomas Chvatal2009-03-111-6/+4
|
* Update cmake-utils.eclass new targest, etc. see mail to dev for moar.Tomas Chvatal2009-03-101-123/+203
|
* Disable stripping in cmake fashion, we do it on portage side later and we ↵Tomas Chvatal2008-12-241-3/+3
| | | | dont need it done by cmake itself. Fixes bug #251304.
* - Update cmake-utils eclass so it respect user defined CFLAGS and so on.Tomas Chvatal2008-11-051-17/+39
| | | | | - Fixes bug 221049. - Thanks to matthew.m.mccormick@gmail.com whom made this patch.
* Add inheritage of flag-o-matic eclass. Fixes bug #244625.Tomas Chvatal2008-10-281-2/+2
|
* allow build type to be overridden via $CMAKE_BUILD_TYPEMike Frysinger2008-10-271-2/+2
|
* erm, previous commit wasnt ready, but should be ok with this fixMike Frysinger2008-10-271-2/+2
|
* set threading type to win32 for ming targets #242344 by cJMike Frysinger2008-10-271-6/+7
|
* Don't export src_configure for EAPI!=2.Jorge Manuel B. S. Vicetto2008-09-281-3/+11
|
* Applied fixes to the cmake-utils eclass to support EAPI-2. Thanks to Tomas ↵Jorge Manuel B. S. Vicetto2008-09-281-6/+21
| | | | Chvatal (scarabeus) for the patch.
* Require >=dev-util/cmake-2.4.6, which is currently the oldest stable, see ↵Ingmar Vanhassel2008-04-231-2/+2
| | | | bug 214732 and others.
* Added a patch kindly provided by Calchan to enable the use of EXTRA_ECONF ↵Wulf Krueger2008-03-291-3/+3
| | | | with cmake-utils.eclass.
* Remove @USAGE as kindly pointed out by David Leverton. It is only valid with ↵Bo Ørsted Andresen2008-02-201-2/+1
| | | | functions and break the generated man page.
* Apply DOCS support to cmake-utils.eclass. Patch from Peter Volkov.Bo Ørsted Andresen2008-02-201-1/+9
|
* Remove trailing white space.Petteri Räty2007-12-131-5/+5
|
* Minor enhancements.Wulf Krueger2007-12-061-12/+34
|
* Added a patch by Nelchael (use pushd/popd, allow use of ↵Wulf Krueger2007-11-111-9/+31
| | | | CMAKE_IN_SOURCE_BUILD, define LIB_INSTALL_DIR) and cmake-utils_use_want by Ingmar to allow usage of the eclass by applications that need -DWANT_blah.
* New cmake-utils.eclass providing functions for the cmake build system with ↵Wulf Krueger2007-11-041-0/+154
all requested fixes after the review on gentoo-dev.