summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update minimal required version and drop useless argument passing.Tomas Chvatal2011-01-191-4/+4
|
* add missing quote, bug #298121Fabian Groffen2011-01-131-2/+2
|
* Add patch for OS X, written by Mike Lewis, bug 298121Theo Chatzimichos2010-12-301-1/+12
|
* Allow overriding of cmake binary.Tomas Chvatal2010-12-161-3/+8
|
* Pass the arguments to the src_install to base_src_install.Tomas Chvatal2010-10-131-2/+2
|
* Allow setting CMAKE_BUILD_DIR (can be utilized in some exotic circumstances)Maciej Mrozowski2010-09-161-8/+3
|
* Revert - breaks a lot of kde packages (sighs)Maciej Mrozowski2010-08-131-7/+5
|
* use debug && append-cppflags -DDEBUG.Maciej Mrozowski2010-08-121-5/+7
| | | | Also prevent QDebug from flooding when ! use debug (Qt is common toolkit among cmake-controlled packages, we can add respective preprocessor definitions for other known common libs as well)
* Introduce $(cmake_utils_use_use foo FOO) possiblity.Tomas Chvatal2010-07-141-1/+10
|
* Sync following changes from kde overlay:Maciej Mrozowski2010-07-091-47/+38
| | | | | | - sort variables so that they appear in manual alphabetically - run ctest instead of make check in src_test and make it aware of TEST_VERBOSE variable - sed-out two more hardcoded values from CMakeLists.txt: CMAKE_VERBOSE_MAKEFILE and CMAKE_COLOR_MAKEFILE
* Properly handle NOCOLOR variableMaciej Mrozowski2010-06-261-2/+2
|
* Fix NOCOLOR logic, bug 324603Maciej Mrozowski2010-06-211-2/+2
|
* - use DOCS and HTML_DOCS support from base.eclass (arrays), provide backward ↵Maciej Mrozowski2010-05-271-44/+22
| | | | | | compatibility code - remove documentation of internal functions so that only relevant and public API is in manual
* Change variable name (not yet used): CMAKE_MIN_VER -> CMAKE_MIN_VERSIONJonathan Callen2010-04-301-4/+4
|
* Allow changing the minimum required cmake versionJonathan Callen2010-04-301-2/+8
|
* Display compiler and linker flags - a lousy compromise between excessive ↵Maciej Mrozowski2010-04-101-12/+18
| | | | verbosity and hiding relevant information
* Support other ways of doing libdir fixes for cmake, as suggested by ↵Robin H. Johnson2010-03-241-1/+2
| | | | http://www.lcfg.org/doc/buildtools/cmake_recipes.html.
* Rename EXTRA_ECONF to MYCMAKEARGS because EXTRA_ECONF is only for econf, and ↵Samuli Suominen2010-02-111-2/+2
| | | | econf is only for autotools based ./configure script.
* Let cmake-utils.eclass honor the EXTRA_ECONF variable.Denis Dupeyron2010-02-111-1/+2
|
* I forgot to update the copyright date...Jonathan Callen2010-01-201-2/+2
|
* Drop workaround for bug in prefix's binutils-configJonathan Callen2010-01-201-2/+1
|
* Fix whitespace.Tomas Chvatal2010-01-111-2/+2
|
* Fix not passing arguments. Per bug #300420. Thanks to Dennis Schridde ↵Tomas Chvatal2010-01-101-8/+8
| | | | (devurandom) for the patch.
* Fix reavers email.Tomas Chvatal2010-01-101-2/+2
|
* Fixes from kde overlayJonathan Callen2009-12-231-4/+4
|
* Sync from kde-testing. Use NOCOLOR variable instead of some local one.Tomas Chvatal2009-12-221-6/+2
|
* Bug #297255 - When converting $mycmakeargs to an array insideZac Medico2009-12-181-4/+8
| | | | | enable_cmake-utils_src_configure(), use a local variable since <=portage-2.1.6.x does not support global arrays.
* Updates from kde overlayJonathan Callen2009-12-141-2/+3
|
* Silence an unneeded warningJonathan Callen2009-12-101-2/+3
|
* Update cmake-utils.eclass and kde4-*.eclass from kde overlayJonathan Callen2009-12-101-33/+54
|
* 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.