| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-26 | kde5-functions.eclass: raise PLASMA_MINIMAL to latest stable | Michael Palimaka | |
| 2017-01-26 | kde5-functions.eclass: raise FRAMEWORKS_MINIMAL to latest stable | Michael Palimaka | |
| 2017-01-14 | kde5-functions.eclass: Raise Plasmas 5.9 QT_MINIMAL to 5.7.1 | Johannes Huber | |
| Gentoo-bug: 605646 | |||
| 2017-01-12 | kde5-functions.eclass: Raise Plasma-5.9 FRAMEWORKS_MINIMAL to 5.29 | Andreas Sturmlechner | |
| 2017-01-06 | kde5-functions.eclass: Assume slot 5 for add_qt_dep unless defined | Andreas Sturmlechner | |
| So far we relied on ${SLOT} (4|5) to depend on the correct Qt slot, but this is not always the case. If an ebuild inherits kde5-functions and uses add_qt_dep then it is safe to assume it will depend on Qt5. | |||
| 2017-01-01 | Welcome to 2017 | Johannes Huber | |
| Happy new year. | |||
| 2016-11-17 | kde5-functions.eclass: Move *_MINIMAL setup here from kde5.eclass | Andreas Sturmlechner | |
| Makes sure that 5.8 LTS stable branch does not raise FRAMEWORKS_MINIMAL Also bumping FRAMEWORKS_MINIMAL to 5.28.0 for >=Plasma-5.9 | |||
| 2016-10-30 | kde5{,-functions}.eclass: Move QT_MINIMAL declaration | Johannes Huber | |
| Thanks-to: Arfrever on irc @ #gentoo-kde | |||
| 2016-10-13 | kde5-functions.eclass: raise FRAMEWORKS_MINIMAL to 5.26.0 (latest stable) | Michael Palimaka | |
| 2016-09-01 | kde5-functions.eclass: Drop 15.12.3 exception | Andreas Sturmlechner | |
| 2016-08-21 | kde5-functions.eclass: Make punt_bogus_dep detect !CMakeLists.txt | Andreas Sturmlechner | |
| 2016-08-08 | kde5-functions.eclass: Fix SRC_URI for kde-l10n-15.12.3 | Andreas Sturmlechner | |
| 2016-07-25 | kde5-functions.eclass: Raise frameworks min version | Johannes Huber | |
| 2016-07-13 | kde5-functions.eclass: Add KDEBASE=kdel10n and kde_l10n2lingua() | Andreas Sturmlechner | |
| Signed-off-by: Johannes Huber <johu@gentoo.org> | |||
| 2016-07-07 | kde5-functions.eclass: only perform gcc check if gcc is being used | Michael Palimaka | |
| This used to "work" because gcc-version relied on gcc-config, even if GCC was not the active compiler. gcc-version has since been fixed to always use CC instead. | |||
| 2016-07-07 | kde5.eclass: add gcc version check debugging information | Michael Palimaka | |
| 2016-06-19 | kde5-functions.eclass: only perform the GCC version check if KDE_GCC_MINIMAL ↵ | Michael Palimaka | |
| is defined | |||
| 2016-06-19 | kde5-functions.eclass: no longer export KDE_GCC_MINIMAL by default | Michael Palimaka | |
| KDE_GCC_MINIMAL will now only be exported in packages that require it, as it triggers an expensive pkg_pretend check whenever it is defined. | |||
| 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-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-05-20 | kde5-functions.eclass: Update EAPI doc | Johannes Huber | |
| 2016-05-19 | kde5-functions.eclass: Bump FRAMEWORKS_MINIMAL to 5.21.0 | Johannes Huber | |
| 2016-04-28 | kde5-functions.eclass: drop EAPI 5 support | 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-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-functions.eclass: improve single line dependencny handling | Michael Palimaka | |
| Thanks to Arfrever. | |||
| 2016-03-24 | kde5-functions.eclass: typo | Michael Palimaka | |
| 2016-03-22 | kde5-functions.eclass: Update EAPI description | Johannes Huber | |
| 2016-03-13 | eclass: Raise frameworks min version | Johannes Huber | |
| 2016-03-11 | kde5-functions.eclass: improve punt_bogus_deps | Michael Palimaka | |
| This extends coverage to individual components such as find_package(KF5DocTools). It also improves cleaning up of empty find_package calls such as find_package(KF5). | |||
| 2016-03-02 | kde5-functions.eclass: Drop KDEBASE for other than kdevelop | Andreas Sturmlechner | |
| - No kde-base/ package is using kde5.eclass - CATEGORY is used as distinction between kde-{apps,frameworks.plasma} | |||
| 2016-03-02 | kde5.eclass: Drop KDE_SCM=svn support | Andreas Sturmlechner | |
| It's not used by any kf5 based ebuild anymore. | |||
| 2016-02-15 | kde5-functions.eclass: sync with main tree | Michael Palimaka | |
| 2016-02-01 | kde5-functions.eclass: add_{frameworks,plasma,kdeapps}_dep slot overrides | Andreas Sturmlechner | |
| 2016-02-01 | kde5-functions.eclass: add_category_dep: Implement slot/op override | Andreas Sturmlechner | |
| Also fixes subslot awareness. | |||
| 2016-02-01 | kde5-functions.eclass: Introduce add_qt_dep for consistent Qt version deps | Andreas Sturmlechner | |
| _add_kdecategory_dep -> _add_category_dep | |||
| 2016-01-05 | kde5-functions.eclass: raise minimal frameworks version | Michael Palimaka | |
| 2016-01-05 | Update copyright year | Andreas Sturmlechner | |
| 2015-12-02 | kde5-functions.eclass: Make punt_bogus_dep() case insensitive | Andreas Sturmlechner | |
| 2015-11-18 | kde5-functions.eclass: add intial EAPI 6 support | Michael Palimaka | |
| 2015-09-27 | eclass: Raise minimal KDE Plasma and Frameworks versions. | Manuel Rüger | |
| 2015-09-24 | kde5-functions.eclass: Make gcc version check configurable | Andreas Sturmlechner | |
| 2015-08-16 | kde5-functions.eclass: Raise Frameworks version | Johannes Huber | |
| 2015-08-09 | Update header for the git migration in main tree | Johannes Huber | |
| 2015-08-02 | [eclass] Raise minimum versions | Johannes Huber | |
| 2015-06-29 | [eclass] Let 9999 ebuilds depend on >=5.9999 | Andreas Sturmlechner | |
| Fixes bug 553492 | |||
| 2015-06-26 | [eclass] Raise Frameworks and Plasma dep. | Manuel Rüger | |
| 2015-06-13 | [eclass] Handle more whitespace variations. | Michael Palimaka | |
| 2015-05-17 | [eclass] Raise minimal version of KDE Frameworks an Plasma. | Manuel Rüger | |
| 2015-04-17 | [eclass] Don't try to remove a dep if it doesn't exist. | Michael Palimaka | |
