summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* cmake-utils.eclass: echo ctest argumentsMichael Palimaka2016-06-171-0/+1
| | | | | This mirrors the behaviour during src_configure where cmake and its arguments are printed for clarity.
* cmake-utils.eclass: do not pass CMAKE_INSTALL_DO_STRIP in EAPI 6 and laterMichael Palimaka2016-06-171-1/+1
| | | | | CMAKE_INSTALL_DO_STRIP does not appear to be widely used, so this is a good opportunity to get rid of it.
* cmake-utils.eclass: _ninjaopts_from_makeopts, fix plain '-j' and '-l'Michał Górny2016-05-261-2/+13
| | | | | | Fix the _ninjaopts_from_makeopts to handle no-parameter '-j' and '-l' options correctly and convert them to appropriate parametrized ninja options.
* cmake-utils.eclass: _ninjaopts_from_makeopts, fix handling of -kMichał Górny2016-05-261-2/+7
| | | | | | | Fix _ninjaopts_from_makeopts to handle -k correctly. Make does not support parameters to -k, while ninja requires one. Therefore, handle only a single '-k' and convert it into '-k 0' (no limit of failing tasks).
* cmake-utils.eclass: Remove incorrect suggestions related to eclass functions ↵Maciej Mrozowski2016-05-181-2/+2
| | | | removed since EAPI 6
* cmake-utils.eclass: enable CMAKE_WARN_UNUSED_CLI for EAPI 6Maciej Mrozowski2016-05-181-2/+2
|
* cmake-utils.eclass: check for ninja with ROOT=/Michael Palimaka2016-04-031-1/+1
| | | | Gentoo-bug: 577244
* cmake-utils.eclass: replace spaces with tabsMichael Palimaka2016-03-181-8/+8
|
* cmake-utils.eclass: Fix typoAndreas Sturmlechner2016-03-021-1/+1
|
* cmake-utils.eclass: drop findutils dep #262965Mike Frysinger2016-02-101-2/+0
| | | | The forced upgrade has been moved to @system now.
* cmake-utils.eclass: Merge consecutive [[ ]] into single [[ ]]Justin Lecher2016-01-281-2/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cmake-utils.eclass: Fix inverted logic on EAPI checkJustin Lecher2016-01-281-1/+1
| | | | | | Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=573132 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cmake-utils.eclass: Drop empty lineJustin Lecher2016-01-271-1/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cmake-utils.eclass: Use bash internal testing instead of has()Justin Lecher2016-01-271-9/+9
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* cmake-utils.eclass: enable EAPI 6Michael Palimaka2016-01-261-1/+1
|
* cmake-utils.eclass: ban helper functions in EAPI 6 and laterMichael Palimaka2016-01-261-0/+12
| | | | | | | | | | | | | | | | | | | The affected helpers are: * cmake-utils_use_build * cmake-utils_use_disable * cmake-utils_use_enable * cmake-utils_use_has * cmake-utils_use_no * cmake-utils_use_use * cmake-utils_use_want * cmake-utils_use_with * cmake-utils_use * cmake-utils_useno https://archives.gentoo.org/gentoo-dev/message/6ff6dedb44fff4289764dc5eb960e1c6 Gentoo-bug: 514384
* cmake-utils.eclass: require two arguments for cmake-utils_use_find_package ↵Michael Palimaka2016-01-261-2/+8
| | | | | | in EAPI 6 and later This will allow us to remove the capitalisation variants code later.
* cmake-utils.eclass: use default_src_prepare in EAPI 6 and laterMichael Palimaka2016-01-261-6/+9
|
* cmake-utils.eclass: ban non-array usage of mycmakeargs in EAPI 6 and laterMichael Palimaka2016-01-261-1/+5
|
* cmake-utils.eclass: move $S modifications to src_prepare in EAPI 6 and laterMichael Palimaka2016-01-261-17/+27
| | | | | | | This is the correct phase for source modifications, and additionally avoids a multilib race condition. Gentoo-bug: 513170
* cmake-utils.eclass: namespace some private functionsMichael Palimaka2016-01-261-33/+33
|
* cmake-utils.eclass: replace comment_add_subdirectory with a namespaced versionMichael Palimaka2016-01-261-2/+13
|
* cmake-utils.eclass: ban WANT_CMAKE in EAPI 6 and laterMichael Palimaka2016-01-261-0/+3
| | | | | It is basically unused across the tree and complicates the eclass. If it were needed, it might be better to write custom ebuild phase functions instead.
* cmake-utils.eclass: remove duplicate CMAKE_REMOVE_MODULESMichael Palimaka2016-01-261-1/+0
|
* cmake-utils.eclass: use a proper if statementMichael Palimaka2016-01-261-2/+2
|
* cmake-utils.eclass: check exit codes of executed commandsNikoli2016-01-261-2/+2
| | | | Gentoo-bug: 544966
* cmake-utils.eclass: declare some variables localMichael Palimaka2016-01-261-2/+2
| | | | | | Prevents them from spanning multilibs. Gentoo-bug: 513170
* cmake-utils.eclass: reorder a bitMichael Palimaka2016-01-261-9/+10
|
* cmake-utils.eclass: don't warn about deprecated usage when not definedMichael Palimaka2015-12-161-2/+5
|
* cmake-utils.eclass: Case insensitive comment_add_subdirectoryAndreas Sturmlechner2015-12-111-1/+1
|
* cmake-utils.eclass: Fix cross-compiling with cmake-3.4Daniel Scharrer2015-12-091-1/+1
| | | | | | | We are interested in the CMake version on the host system, the sysroot might not even have CMake installed at all. Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* cmake-utils.eclass: Prepare for cmake-3.4Lars Wendler2015-11-031-5/+15
|
* cmake-utils.eclass: add missing '|| die' on pushd/popdJulian Ospald2015-10-271-13/+13
|
* cmake-utils.eclass: warn when using mycmakeargs as a stringMichael Palimaka2015-10-271-0/+1
|
* cmake-utils.eclass: whitespaceMichael Palimaka2015-10-271-1/+1
|
* cmake-utils.eclass: die if ninja is enabled but not installedMichael Palimaka2015-10-181-0/+5
| | | | | | This could happen if ninja is manually enabled (eg. make.conf) but not installed Gentoo-bug: 561570
* cmake-utils.eclass: Simplify.Michael Palimaka2015-10-151-2/+1
| | | | | | | The exported function list used to be variable due to new phase functions introduced in EAPI 2 and later. Since we no longer support earlier EAPIs, the exported function list is now static and the variable is no longer required.
* cmake-utils.eclass: make heredocs dieMichael Palimaka2015-10-151-7/+7
|
* cmake-utils.eclass Set CMAKE_RC_COMPILER for Windows buildsMichael Palimaka2015-10-151-1/+6
| | | | Gentoo-bug: 544662
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+751
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed