| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-17 | kde5-functions: die if too many arguments are passed to add_*_dep | Michael Palimaka | |
| This avoids bugs where too many arguments are passed by mistake, causing the last one to be ignored. For example, the subslot operator added in d1bc5ac3f0e42df0f0255c8b39d7df16c5d4176b was never applied because too many '' were passed. | |||
| 2016-06-16 | cmake-utils.eclass: echo ctest arguments | Michael Palimaka | |
| This mirrors the behaviour during src_configure where cmake and its arguments are printed for clarity. | |||
| 2016-06-15 | kde5.eclass: >=Plasma-5.7 depends on >=Frameworks-5.23 | Andreas Sturmlechner | |
| 2016-06-15 | kde5.eclass: >=Plasma-5.6.5 depends on >=Qt-5.6.1 | Andreas Sturmlechner | |
| 2016-06-15 | Remove KDE_DOXYGEN and KDE_DOX_DIR. | Michael Palimaka | |
| kgenapidox was removed from kapidox in bb4063f5d9f9015b86dbc3a48a424c8cb1a8193f and there does not appear to be a suitable replacement (for us). | |||
| 2016-06-15 | kde5.eclass: kde-frameworks-5.23.0 is released | Michael Palimaka | |
| 2016-06-10 | cmake-utils.eclass: do not pass CMAKE_INSTALL_DO_STRIP in EAPI 6 and later | Michael Palimaka | |
| CMAKE_INSTALL_DO_STRIP does not appear to be widely used, so this is a good opportunity to get rid of it. | |||
| 2016-06-09 | kde5-functions.eclass: Improve punt_bogus_dep | Andreas Sturmlechner | |
| The variable holding the min version requirement can be named anything. This should catch most cases, most importantly Qt5 modules. | |||
| 2016-06-07 | kde5.eclass: Fix find designer plugin condition | Johannes Huber | |
| Regression introduced in 40df59420cf5e14a4fdb7e0b282c79322fa88f62. New global var for creating a designer use flag is per default false. If designer use flag is not set, finding designer package is hard disabled unconditionally. | |||
| 2016-06-06 | kde5.eclass: Mark KDE Frameworks 5.23.0 as unreleased | Johannes Huber | |
| 2016-06-05 | kde5.eclass: Add handling of building plugins for Qt5Designer | Andreas Sturmlechner | |
| KDE_DESIGNERPLUGIN toggles dependencies and configure with USE=designer | |||
| 2016-06-03 | kde4-meta-pkg.eclass: Remove | Johannes Huber | |
| Not used in kde overlay anymore. Does not differ from in tree version. | |||
| 2016-06-02 | git -> https | Sergey Alirzaev | |
| Signed-off-by: Johannes Huber <johu@gentoo.org> | |||
| 2016-06-01 | kde4-base.eclass: Fix test phase with virtual X and EAPI 6 | Johannes Huber | |
| Migrate to virtx function as old virtualmake is banned in EAPI 6, which makes test phase fail for eclass consumers require virtual X. | |||
| 2016-05-26 | cmake-utils.eclass: _ninjaopts_from_makeopts, fix plain '-j' and '-l' | Michał Górny | |
| Fix the _ninjaopts_from_makeopts to handle no-parameter '-j' and '-l' options correctly and convert them to appropriate parametrized ninja options. | |||
| 2016-05-26 | cmake-utils.eclass: _ninjaopts_from_makeopts, fix handling of -k | Michał Górny | |
| 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). | |||
| 2016-05-21 | cmake-utils.eclass: Remove incorrect suggestions related to eclass functions ↵ | Maciej Mrozowski | |
| removed since EAPI 6 | |||
| 2016-05-20 | kde5-functions.eclass: Update EAPI doc | Johannes Huber | |
| 2016-05-19 | kde4-base.eclass: Fix typo | Andreas Sturmlechner | |
| Signed-off-by: Johannes Huber <johu@gentoo.org> | |||
| 2016-05-19 | kde4-base.eclass: Sync with tree | Johannes Huber | |
| 2016-05-19 | kde5-functions.eclass: Bump FRAMEWORKS_MINIMAL to 5.21.0 | Johannes Huber | |
| 2016-05-18 | cmake-utils.eclass: enable CMAKE_WARN_UNUSED_CLI for EAPI 6 | Maciej Mrozowski | |
| 2016-05-15 | kde5.eclass: Sync SRC_URI with tree | Johannes Huber | |
| 2016-05-15 | kde5.eclass: Mark KDE Frameworks 5.22.0 as released | Johannes Huber | |
| 2016-05-13 | kde5.eclass: Drop KDE_PIM_KONTACTPLUGIN handling | Andreas Sturmlechner | |
| Signed-off-by: Johannes Huber <johu@gentoo.org> | |||
| 2016-05-12 | kde5.eclass: mark kde-frameworks-5.22 as unreleased | Michael Palimaka | |
| 2016-05-08 | kde5.eclass: Define S for KMNAME=kdepim | Andreas Sturmlechner | |
| Package-Manager: portage-2.2.28 | |||
| 2016-05-08 | kde5.eclass: Set HOMEPAGE for KMNAME=kdepim | Andreas Sturmlechner | |
| Homepage is https://www.kde.org/applications/office/kontact/ Package-Manager: portage-2.2.28 | |||
| 2016-05-08 | kde-apps: Drop KDE_PIM_KONTACTPLUGIN | Andreas Sturmlechner | |
| Most packages require kontactinterface nevertheless, which is a negligible dependency. | |||
| 2016-05-05 | kde5.eclass: infer SRC_URI from KDEBASE and KMNAME | Matt Whitlock | |
| Signed-off-by: Johannes Huber <johu@gentoo.org> | |||
| 2016-04-28 | kde5.eclass: install all translations when LINGUAS is undefined | Michael Palimaka | |
| This mirrors the behaviour of the gettext autotools macros. Gentoo-bug: 581382 | |||
| 2016-04-28 | kde5-functions.eclass: drop EAPI 5 support | Michael Palimaka | |
| 2016-04-28 | kde5.eclass: improve handling of nls USE flag | Michael Palimaka | |
| Linguas was being removed unconditionally on packages without an nls USE flag. | |||
| 2016-04-26 | kde5.eclass: Fix recent change wrt split PIM 16.04.x | Andreas Sturmlechner | |
| Gentoo-bug: 581176 Signed-off-by: Johannes Huber <johu@gentoo.org> | |||
| 2016-04-25 | kde5.eclass: Sync fix with main tree | Johannes Huber | |
| 2016-04-24 | kde5.eclass: Reshuffle kdepim split packaging handling | Andreas Sturmlechner | |
| ..into one legacy (16.04) block, keeping kontactplugin stuff for future | |||
| 2016-04-23 | kde5.eclass: Drop translations when nls not wanted | Johannes Huber | |
| Gentoo-bug: 580720 | |||
| 2016-04-23 | kde5.eclass: KDE PIM split: Gpgme not required anymore | Andreas Sturmlechner | |
| Signed-off-by: Johannes Huber <johu@gentoo.org> | |||
| 2016-04-20 | eclass: Mark KDE Applications 16.04.0 as released | Johannes Huber | |
| 2016-04-18 | kde4-base.eclass: Cleanup SRC_URIs | Andreas Sturmlechner | |
| 2016-04-16 | eclass: Mark KDE Applications 16.04.0 as unreleased | Johannes Huber | |
| 2016-04-16 | kde5.eclass: don't run pkg_pretend for kde-frameworks | Michael Palimaka | |
| Merely exporting the phase function is very expensive, even if nothing useful is done inside it. Frameworks are supposed to support GCC 4.5 at a minimum which is old enough to make it safe enough to omit the check. | |||
| 2016-04-16 | kde5.eclass: merge type is already checked in _check_gcc_version | Michael Palimaka | |
| 2016-04-16 | kde5.eclass: drop minimal gcc requirement for kde-frameworks | Michael Palimaka | |
| This will be used in a future commit for reducing the number of time-consuming gcc version checks. | |||
| 2016-04-09 | eclass: Mark KDE Frameworks 5.21 as released | Johannes Huber | |
| 2016-04-08 | kde5-functions.eclass: further dependency punting improvements | Michael Palimaka | |
| This now handles the case of 'find_package(Qt5 REQUIRED COMPONENTS )'. Thanks again to Arfrever. | |||
| 2016-04-07 | kde5.eclass: Add warning for kf5 applications in Plasma-4 | Andreas Sturmlechner | |
| Copied and adapted from kde4-base.eclass. | |||
| 2016-04-07 | kde5-functions.eclass: improve single line dependencny handling | Michael Palimaka | |
| Thanks to Arfrever. | |||
| 2016-04-04 | eclass: Mark KDE Frameworks 5.21.0 as unreleased | Johannes Huber | |
| 2016-04-03 | kde4-base.eclass: Remove obsolete SRC_URI | Andreas Sturmlechner | |
