summaryrefslogtreecommitdiff
path: root/eclass
AgeCommit message (Collapse)Author
2016-02-15kde4-functions.eclass: Sync with treeAndreas Sturmlechner
2016-02-15kde4-base.eclass: Sync with treeAndreas Sturmlechner
2016-02-14kde5.eclass: kde-frameworks-5.19.0 has been releasedMichael Palimaka
2016-02-12cmake-utils.eclass: drop findutils dep #262965Mike Frysinger
The forced upgrade has been moved to @system now.
2016-02-09kde5.eclass: Mark KDE Frameworks 5.19 as unreleasedAndreas Sturmlechner
2016-02-01kde5-functions.eclass: add_{frameworks,plasma,kdeapps}_dep slot overridesAndreas Sturmlechner
2016-02-01kde5-functions.eclass: add_category_dep: Implement slot/op overrideAndreas Sturmlechner
Also fixes subslot awareness.
2016-02-01kde5.eclass: Set QT_MINIMAL=5.5.0 for >=Plasma-5.5 globallyAndreas Sturmlechner
2016-02-01kde5-functions.eclass: Introduce add_qt_dep for consistent Qt version depsAndreas Sturmlechner
_add_kdecategory_dep -> _add_category_dep
2016-02-01kde4-meta.eclass: Synchronise with treeAndreas Sturmlechner
2016-01-29kde5.eclass: port from fdo-mime to xdgMichael Palimaka
This will ensure that both the desktop database and the mime database will always be updated, with the added benefit that the update will only be triggered if the relevant files are installed.
2016-01-29kde5.eclass: sort eclass inheritsMichael Palimaka
This should be safe because we already export almost every phase function.
2016-01-29cmake-utils.eclass: Merge consecutive [[ ]] into single [[ ]]Justin Lecher
2016-01-29cmake-utils.eclass: Drop empty lineJustin Lecher
2016-01-29cmake-utils.eclass: Use bash internal testing instead of has()Justin Lecher
2016-01-27kde5.eclass: VIRTUALX_COMMAND -> virtxMichael Palimaka
2016-01-27kde5.eclass: comment_add_subdirectory -> cmake_comment_add_subdirectoryMichael Palimaka
2016-01-18cmake-utils.eclass: fix function callMichael Palimaka
2016-01-17cmake-utils.eclass: namespace some functionsMichael Palimaka
2016-01-17cmake-utils.eclass: replace replace comment_add_subdirectory with a ↵Michael Palimaka
namespaced version
2016-01-17cmake-utils.eclass: ban helper functions in EAPI 6 and laterMichael Palimaka
2016-01-17cmake-utils.eclass: remove duplicate CMAKE_REMOVE_MODULESMichael Palimaka
2016-01-17cmake-utils.eclass: require two arguments for cmake-utils_use_find_package ↵Michael Palimaka
in EAPI 6 and later This will allow us to remove the capitalisation variants code later.
2016-01-17cmake-utils.eclass: simplifyMichael Palimaka
2016-01-17cmake-utils.eclass: simplifyMichael Palimaka
2016-01-17cmake-utils.eclass: reverse EAPI logicMichael Palimaka
Otherwise it will need updating for any new EAPI.
2016-01-17cmake-utils.eclass: cleanup after applying patchesMichael Palimaka
This avoids issues with patches not applying cleanly to vanilla sources when backporting or upstreaming.
2016-01-17cmake-utils.eclass: use a proper if statementMichael Palimaka
2016-01-17cmake-utils.eclass: update docs wrt WANT_CMAKE being banned in EAPI 6 and laterMichael Palimaka
2016-01-11eclass: KDE Frameworks 5.18 has been releasedLorenzo Porta
2016-01-10Revert "eclass: KDE Frameworks 5.18 has been released"Johannes Huber
This reverts commit 180f69882ead17458b92d89040329d543a1afa3c.
2016-01-10eclass: KDE Frameworks 5.18 has been releasedLorenzo Porta
2016-01-05kde5-functions.eclass: raise minimal frameworks versionMichael Palimaka
2016-01-05Update copyright yearAndreas Sturmlechner
2016-01-02eclass: Mark KDE Frameworks 5.18 as unreleasedManuel Rüger
2016-01-02kde5.eclass: In kde5_src_prepare, place cmake-utils_src_prepare on topAndreas Sturmlechner
This change makes PATCHES handling less error prone, as epatch will find a pristine directory before there is punting and commenting.
2015-12-30kde-apps: Follow-up KDE PIM pkgmove in treeAndreas Sturmlechner
Package-Manager: portage-2.2.24
2015-12-26freedesktop.eclass: remove unused experimentMichael Palimaka
Gentoo-bug: 569084
2015-12-22kde4-base.eclass: add SRC_URI for 4.14.15Michael Palimaka
2015-12-17kde5.eclass: kde-applications-15.12 is releasedMichael Palimaka
2015-12-16kde5.eclass: enable automatic fetching for out-of-band point releasesMichael Palimaka
2015-12-14eclass: add fetch restriction for KDE Applications 15.12Lorenzo Porta
2015-12-13eclass: Drop fetch restriction for KDE Frameworks 5.17Manuel Rüger
2015-12-09cmake-utils.eclass: Case insensitive comment_add_subdirectoryAndreas Sturmlechner
2015-12-10cmake-utils.eclass: Fix cross-compiling with cmake-3.4Daniel Scharrer
We are interested in the CMake version on the host system, the sysroot might not even have CMake installed at all.
2015-12-09kde5.eclass: kde-plasma-5.5 is releasedMichael Palimaka
2015-12-08kde5.eclass: mask kde-frameworks-5.17.0 as unreleasedMichael Palimaka
2015-12-04kde5.eclass: mask Plasma 5.5.0 as unreleasedMichael Palimaka
2015-12-02kde5-functions.eclass: Make punt_bogus_dep() case insensitiveAndreas Sturmlechner
2015-11-22kde5.eclass: Extend KDE_TEST=forceoptional functionality, simplifyAndreas Sturmlechner
If KDE_TEST=forceoptional, it makes sense to disable test subdirs also outside KDE categories. No change for misc ebuilds using kde5.eclass.