summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* kde5-functions.eclass: Move *_MINIMAL setup here from kde5.eclassAndreas Sturmlechner2016-11-271-8/+29
| | | | | 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
* kde5-functions.eclass: raise FRAMEWORKS_MINIMAL to 5.26.0 (latest stable)Michael Palimaka2016-11-121-1/+1
|
* kde5{,-functions}.eclass: Move QT_MINIMAL declarationJohannes Huber2016-10-301-0/+5
| | | | Thanks-to: Arfrever on irc @ #gentoo-kde
* kde5-functions.eclass: Drop 15.12.3 exceptionAndreas Sturmlechner2016-10-061-1/+1
|
* kde5-functions.eclass: Make punt_bogus_dep detect !CMakeLists.txtAndreas Sturmlechner2016-09-011-0/+4
|
* kde5-functions.eclass: Fix SRC_URI for kde-l10n-15.12.3Andreas Sturmlechner2016-08-081-1/+1
|
* kde5-functions.eclass: Raise frameworks min versionJohannes Huber2016-07-251-1/+1
|
* kde5-functions.eclass: Add KDEBASE=kdel10n and kde_l10n2lingua()Andreas Sturmlechner2016-07-141-0/+22
| | | | Signed-off-by: Johannes Huber <johu@gentoo.org>
* kde5-functions.eclass: don't perform gcc version check with clangMichael Palimaka2016-07-071-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 informationMichael Palimaka2016-07-071-1/+10
|
* kde5-functions.eclass: only perform the GCC version check if KDE_GCC_MINIMAL ↵Michael Palimaka2016-07-071-1/+2
| | | | is defined
* kde5-functions.eclass: no longer export KDE_GCC_MINIMAL by defaultMichael Palimaka2016-07-071-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_*_depMichael Palimaka2016-07-071-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_depAndreas Sturmlechner2016-06-171-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 supportJohannes Huber2016-05-201-2/+2
|
* kde5-functions.eclass: Bump FRAMEWORKS_MINIMAL to 5.21.0Johannes Huber2016-05-191-1/+1
|
* kde5.eclass: drop minimal gcc requirement for kde-frameworksMichael Palimaka2016-04-211-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 improvementsJohannes Huber2016-04-191-1/+1
| | | | | Syncs eclass with kde overlay. Improvements by Michael Palimaka <kensington@gentoo.org>. Needed for bug #580282.
* kde5-functions.eclass: typoMichael Palimaka2016-04-031-1/+1
|
* kde5-functions.eclass: Raise FRAMEWORKS_MINIMALJohannes Huber2016-03-291-1/+1
|
* kde5-functions.eclass: Update EAPI descriptionJohannes Huber2016-03-221-1/+1
|
* kde5-functions.eclass: improve punt_bogus_depsMichael Palimaka2016-03-131-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 kdevelopAndreas Sturmlechner2016-03-131-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 supportAndreas Sturmlechner2016-03-131-1/+1
| | | | It's not used by any kf5 based ebuild anymore.
* kde5-functions.eclass: add_{frameworks,plasma,kdeapps}_dep slot overridesAndreas Sturmlechner2016-02-151-9/+15
|
* kde5-functions.eclass: add_category_dep: Implement slot/op overrideAndreas Sturmlechner2016-02-151-6/+10
| | | | Also fixes subslot awareness.
* kde5-functions.eclass: Introduce add_qt_dep for consistent Qt version depsAndreas Sturmlechner2016-02-151-6/+31
| | | | _add_kdecategory_dep -> _add_category_dep
* kde5-functions.eclass: Bump FRAMEWORKS_MINIMAL to 5.17.0Andreas Sturmlechner2016-02-091-1/+1
|
* kde5-functions.eclass: enable EAPI 6 supportMichael Palimaka2016-01-271-1/+1
|
* kde5-functions.eclass: raise minimal frameworks versionMichael Palimaka2016-01-051-2/+2
|
* kde5-functions.eclass: Make punt_bogus_dep() case insensitiveAndreas Sturmlechner2015-12-031-2/+2
|
* eclass: Raise minimal KDE Plasma and Frameworks versions.Manuel Rüger2015-09-271-2/+2
|
* kde5-functions.eclass: Make gcc version check configurableAndreas Sturmlechner2015-09-251-3/+10
|
* kde5-functions.eclass: Raise Frameworks versionJohannes Huber2015-08-311-1/+1
|
* kde5-functions.eclass: Let 9999 ebuilds depend on >=5.9999Andreas Sturmlechner2015-08-131-1/+5
| | | | Fixes bug 553492
* kde5-functions.eclass: Raise minimum versionsJohannes Huber2015-08-131-2/+2
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-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