Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kde5-functions.eclass: Drop 15.12.3 exception | Andreas Sturmlechner | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: Make punt_bogus_dep detect !CMakeLists.txt | Andreas Sturmlechner | 2016-09-01 | 1 | -0/+4 |
| | |||||
* | kde5-functions.eclass: Fix SRC_URI for kde-l10n-15.12.3 | Andreas Sturmlechner | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: Raise frameworks min version | Johannes Huber | 2016-07-25 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: Add KDEBASE=kdel10n and kde_l10n2lingua() | Andreas Sturmlechner | 2016-07-14 | 1 | -0/+22 |
| | | | | Signed-off-by: Johannes Huber <johu@gentoo.org> | ||||
* | kde5-functions.eclass: don't perform gcc version check with clang | Michael Palimaka | 2016-07-07 | 1 | -1/+1 |
| | | | | | | | | 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. Gentoo-bug: 587998 | ||||
* | kde5.eclass: add gcc version check debugging information | Michael Palimaka | 2016-07-07 | 1 | -1/+10 |
| | |||||
* | kde5-functions.eclass: only perform the GCC version check if KDE_GCC_MINIMAL ↵ | Michael Palimaka | 2016-07-07 | 1 | -1/+2 |
| | | | | is defined | ||||
* | kde5-functions.eclass: no longer export KDE_GCC_MINIMAL by default | Michael Palimaka | 2016-07-07 | 1 | -6/+1 |
| | | | | | 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. | ||||
* | kde5-functions: die if too many arguments are passed to add_*_dep | Michael Palimaka | 2016-07-07 | 1 | -0/+16 |
| | | | | | | | | 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. | ||||
* | kde5-functions.eclass: Improve punt_bogus_dep | Andreas Sturmlechner | 2016-06-17 | 1 | -1/+1 |
| | | | | | The variable holding the min version requirement can be named anything. This should catch most cases, most importantly Qt5 modules. | ||||
* | kde5-functions.eclass: Drop EAPI 5 support | Johannes Huber | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | kde5-functions.eclass: Bump FRAMEWORKS_MINIMAL to 5.21.0 | Johannes Huber | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | kde5.eclass: drop minimal gcc requirement for kde-frameworks | Michael Palimaka | 2016-04-21 | 1 | -1/+6 |
| | | | | | This will be used in a future commit for reducing the number of time-consuming gcc version checks. | ||||
* | kde5-functions.eclass: punt_bogus_deps improvements | Johannes Huber | 2016-04-19 | 1 | -1/+1 |
| | | | | | Syncs eclass with kde overlay. Improvements by Michael Palimaka <kensington@gentoo.org>. Needed for bug #580282. | ||||
* | kde5-functions.eclass: typo | Michael Palimaka | 2016-04-03 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: Raise FRAMEWORKS_MINIMAL | Johannes Huber | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: Update EAPI description | Johannes Huber | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: improve punt_bogus_deps | Michael Palimaka | 2016-03-13 | 1 | -2/+2 |
| | | | | | 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). | ||||
* | kde5-functions.eclass: Drop KDEBASE for other than kdevelop | Andreas Sturmlechner | 2016-03-13 | 1 | -7/+3 |
| | | | | | - No kde-base/ package is using kde5.eclass - CATEGORY is used as distinction between kde-{apps,frameworks.plasma} | ||||
* | kde5.eclass: Drop KDE_SCM=svn support | Andreas Sturmlechner | 2016-03-13 | 1 | -1/+1 |
| | | | | It's not used by any kf5 based ebuild anymore. | ||||
* | kde5-functions.eclass: add_{frameworks,plasma,kdeapps}_dep slot overrides | Andreas Sturmlechner | 2016-02-15 | 1 | -9/+15 |
| | |||||
* | kde5-functions.eclass: add_category_dep: Implement slot/op override | Andreas Sturmlechner | 2016-02-15 | 1 | -6/+10 |
| | | | | Also fixes subslot awareness. | ||||
* | kde5-functions.eclass: Introduce add_qt_dep for consistent Qt version deps | Andreas Sturmlechner | 2016-02-15 | 1 | -6/+31 |
| | | | | _add_kdecategory_dep -> _add_category_dep | ||||
* | kde5-functions.eclass: Bump FRAMEWORKS_MINIMAL to 5.17.0 | Andreas Sturmlechner | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: enable EAPI 6 support | Michael Palimaka | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: raise minimal frameworks version | Michael Palimaka | 2016-01-05 | 1 | -2/+2 |
| | |||||
* | kde5-functions.eclass: Make punt_bogus_dep() case insensitive | Andreas Sturmlechner | 2015-12-03 | 1 | -2/+2 |
| | |||||
* | eclass: Raise minimal KDE Plasma and Frameworks versions. | Manuel Rüger | 2015-09-27 | 1 | -2/+2 |
| | |||||
* | kde5-functions.eclass: Make gcc version check configurable | Andreas Sturmlechner | 2015-09-25 | 1 | -3/+10 |
| | |||||
* | kde5-functions.eclass: Raise Frameworks version | Johannes Huber | 2015-08-31 | 1 | -1/+1 |
| | |||||
* | kde5-functions.eclass: Let 9999 ebuilds depend on >=5.9999 | Andreas Sturmlechner | 2015-08-13 | 1 | -1/+5 |
| | | | | Fixes bug 553492 | ||||
* | kde5-functions.eclass: Raise minimum versions | Johannes Huber | 2015-08-13 | 1 | -2/+2 |
| | |||||
* | proj/gentoo: Initial commit | Robin H. Johnson | 2015-08-08 | 1 | -0/+239 |
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 |