summaryrefslogtreecommitdiff
path: root/eclass
AgeCommit message (Collapse)Author
2016-06-17kde5-functions: die if too many arguments are passed to add_*_depMichael 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-16cmake-utils.eclass: echo ctest argumentsMichael Palimaka
This mirrors the behaviour during src_configure where cmake and its arguments are printed for clarity.
2016-06-15kde5.eclass: >=Plasma-5.7 depends on >=Frameworks-5.23Andreas Sturmlechner
2016-06-15kde5.eclass: >=Plasma-5.6.5 depends on >=Qt-5.6.1Andreas Sturmlechner
2016-06-15Remove 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-15kde5.eclass: kde-frameworks-5.23.0 is releasedMichael Palimaka
2016-06-10cmake-utils.eclass: do not pass CMAKE_INSTALL_DO_STRIP in EAPI 6 and laterMichael 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-09kde5-functions.eclass: Improve punt_bogus_depAndreas Sturmlechner
The variable holding the min version requirement can be named anything. This should catch most cases, most importantly Qt5 modules.
2016-06-07kde5.eclass: Fix find designer plugin conditionJohannes 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-06kde5.eclass: Mark KDE Frameworks 5.23.0 as unreleasedJohannes Huber
2016-06-05kde5.eclass: Add handling of building plugins for Qt5DesignerAndreas Sturmlechner
KDE_DESIGNERPLUGIN toggles dependencies and configure with USE=designer
2016-06-03kde4-meta-pkg.eclass: RemoveJohannes Huber
Not used in kde overlay anymore. Does not differ from in tree version.
2016-06-02git -> httpsSergey Alirzaev
Signed-off-by: Johannes Huber <johu@gentoo.org>
2016-06-01kde4-base.eclass: Fix test phase with virtual X and EAPI 6Johannes 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-26cmake-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-26cmake-utils.eclass: _ninjaopts_from_makeopts, fix handling of -kMichał 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-21cmake-utils.eclass: Remove incorrect suggestions related to eclass functions ↵Maciej Mrozowski
removed since EAPI 6
2016-05-20kde5-functions.eclass: Update EAPI docJohannes Huber
2016-05-19kde4-base.eclass: Fix typoAndreas Sturmlechner
Signed-off-by: Johannes Huber <johu@gentoo.org>
2016-05-19kde4-base.eclass: Sync with treeJohannes Huber
2016-05-19kde5-functions.eclass: Bump FRAMEWORKS_MINIMAL to 5.21.0Johannes Huber
2016-05-18cmake-utils.eclass: enable CMAKE_WARN_UNUSED_CLI for EAPI 6Maciej Mrozowski
2016-05-15kde5.eclass: Sync SRC_URI with treeJohannes Huber
2016-05-15kde5.eclass: Mark KDE Frameworks 5.22.0 as releasedJohannes Huber
2016-05-13kde5.eclass: Drop KDE_PIM_KONTACTPLUGIN handlingAndreas Sturmlechner
Signed-off-by: Johannes Huber <johu@gentoo.org>
2016-05-12kde5.eclass: mark kde-frameworks-5.22 as unreleasedMichael Palimaka
2016-05-08kde5.eclass: Define S for KMNAME=kdepimAndreas Sturmlechner
Package-Manager: portage-2.2.28
2016-05-08kde5.eclass: Set HOMEPAGE for KMNAME=kdepimAndreas Sturmlechner
Homepage is https://www.kde.org/applications/office/kontact/ Package-Manager: portage-2.2.28
2016-05-08kde-apps: Drop KDE_PIM_KONTACTPLUGINAndreas Sturmlechner
Most packages require kontactinterface nevertheless, which is a negligible dependency.
2016-05-05kde5.eclass: infer SRC_URI from KDEBASE and KMNAMEMatt Whitlock
Signed-off-by: Johannes Huber <johu@gentoo.org>
2016-04-28kde5.eclass: install all translations when LINGUAS is undefinedMichael Palimaka
This mirrors the behaviour of the gettext autotools macros. Gentoo-bug: 581382
2016-04-28kde5-functions.eclass: drop EAPI 5 supportMichael Palimaka
2016-04-28kde5.eclass: improve handling of nls USE flagMichael Palimaka
Linguas was being removed unconditionally on packages without an nls USE flag.
2016-04-26kde5.eclass: Fix recent change wrt split PIM 16.04.xAndreas Sturmlechner
Gentoo-bug: 581176 Signed-off-by: Johannes Huber <johu@gentoo.org>
2016-04-25kde5.eclass: Sync fix with main treeJohannes Huber
2016-04-24kde5.eclass: Reshuffle kdepim split packaging handlingAndreas Sturmlechner
..into one legacy (16.04) block, keeping kontactplugin stuff for future
2016-04-23kde5.eclass: Drop translations when nls not wantedJohannes Huber
Gentoo-bug: 580720
2016-04-23kde5.eclass: KDE PIM split: Gpgme not required anymoreAndreas Sturmlechner
Signed-off-by: Johannes Huber <johu@gentoo.org>
2016-04-20eclass: Mark KDE Applications 16.04.0 as releasedJohannes Huber
2016-04-18kde4-base.eclass: Cleanup SRC_URIsAndreas Sturmlechner
2016-04-16eclass: Mark KDE Applications 16.04.0 as unreleasedJohannes Huber
2016-04-16kde5.eclass: don't run pkg_pretend for kde-frameworksMichael 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-16kde5.eclass: merge type is already checked in _check_gcc_versionMichael Palimaka
2016-04-16kde5.eclass: drop minimal gcc requirement for kde-frameworksMichael Palimaka
This will be used in a future commit for reducing the number of time-consuming gcc version checks.
2016-04-09eclass: Mark KDE Frameworks 5.21 as releasedJohannes Huber
2016-04-08kde5-functions.eclass: further dependency punting improvementsMichael Palimaka
This now handles the case of 'find_package(Qt5 REQUIRED COMPONENTS )'. Thanks again to Arfrever.
2016-04-07kde5.eclass: Add warning for kf5 applications in Plasma-4Andreas Sturmlechner
Copied and adapted from kde4-base.eclass.
2016-04-07kde5-functions.eclass: improve single line dependencny handlingMichael Palimaka
Thanks to Arfrever.
2016-04-04eclass: Mark KDE Frameworks 5.21.0 as unreleasedJohannes Huber
2016-04-03kde4-base.eclass: Remove obsolete SRC_URIAndreas Sturmlechner