summaryrefslogtreecommitdiff
path: root/eclass
AgeCommit message (Collapse)Author
2018-06-02cmake-utils.eclass: Override CMAKE_INSTALL_DOCDIR in EAPI 7Michał Górny
Pass the correct docdir for GNUInstallDirs in EAPIs starting with 7. We do not need add it retroactively to avoid breaking something accidentally.
2018-06-02cmake-utils.eclass: Stop inheriting eapi7-ver.eclass.Arfrever Frehtes Taifersar Arahesis
eapi7-ver.eclass is not used since commit b0a9a1202bbd68857aeffcfb7b1715962a39cc7c.
2018-05-27cmake-utils.eclass: Drop remaining support for <dev-util/cmake-3.4.0_rc1.Arfrever Frehtes Taifersar Arahesis
Default value of CMAKE_MIN_VERSION is already set to "3.9.6".
2018-05-27cmake-utils.eclass: Fix usage of has_version.Arfrever Frehtes Taifersar Arahesis
has_version has no output, and its result is provided by exit status. Fixes: a8d5b1da360ab6e7a09bceda8a34d37e2182b963
2018-05-26kde5.eclass: add todo for when EAPI <7 support is droppedMichael Palimaka
2018-05-26kde5-functions.eclass: update SUPPORTED_EAPIS to match codeMichael Palimaka
2018-05-26cmake-utils.eclass: enable EAPI=7Michael Palimaka
2018-05-26cmake-utils.eclass: port has_version usage handle EAPI=7Michael Palimaka
2018-05-19cmake-utils.eclass: version_is_at_least -> ver_testAndreas Sturmlechner
2018-05-18kde5-functions.eclass: Raise FRAMEWORKS_MINIMAL for kde-apps 9999/18.04Andreas Sturmlechner
5.46.0 will be the next stable Frameworks version.
2018-05-18kde5-functions.eclass: Add minimum deps for Plasma 5.13Andreas Sturmlechner
2018-05-14cmake-utils.eclass: Switch to eapi7-verAndreas Sturmlechner
2018-05-13kde5-functions.eclass: Raise KDE_APPS_MINIMAL to 17.12.3Andreas Sturmlechner
2018-05-12kde5.eclass: Mark KDE Frameworks 5.46 as releasedAndreas Sturmlechner
2018-05-10kde5.eclass: Mark KDE Applications 18.04.1 as releasedAndreas Sturmlechner
2018-05-08kde5.eclass: Mark KDE Applications 18.04.1 unreleasedAndreas Sturmlechner
2018-05-05kde5.eclass: Mark KDE Frameworks 5.46 unreleasedAndreas Sturmlechner
2018-04-25kde5-functions.eclass: Fix add_qt_dep for QT_MINIMAL >=5.10Andreas Sturmlechner
2018-04-25kde5-functions.eclass: Drop kde-apps-18.03.x compat after removalAndreas Sturmlechner
2018-04-25kde5-functions.eclass: Raise QT_MINIMAL to 5.10.1 for kde-plasma liveAndreas Sturmlechner
Upstream commit 84d17532b029be587eb9361702eac394b0748cae See also: https://mail.kde.org/pipermail/release-team/2018-February/010843.html
2018-04-19kde5.eclass: Mark KDE Applications 18.04.0 as releasedAndreas Sturmlechner
2018-04-14kde5.eclass: Mark KDE Frameworks 5.45.0 as releasedAndreas Sturmlechner
2018-04-13kde5.eclass: Mark KDE Applications 18.04.0 unreleasedAndreas Sturmlechner
2018-04-08kde5.eclass: Drop obsolete kde-apps-17.08 conditionalsAndreas Sturmlechner
2018-04-08kde5.eclass: Fix kde-frameworks-5.45.0 mark as unreleasedAndreas Sturmlechner
2018-04-07kde5.eclass: Mark KDE Frameworks 5.45 unreleasedAndreas Sturmlechner
2018-03-29eclass: misc spelling fixesMike Frysinger
2018-03-29kde5-functions.eclass: Raise QT_MINIMAL to 5.9.4Andreas Sturmlechner
2018-03-24cmake-utils.eclass: Make the new ASM-ATT rules actually workJames Le Cuirot
The previous attempt actually broke ASM in media-libs/vulkan-loader entirely so that it fell back to C code. After much experimentation and combing through strace output, I found that -x assembler is needed to handle non-standard file extentions and linking is done as a separate step. CMAKE_ASM-ATT_LINK_FLAGS therefore needs to be defined with -nostdlib to avoid errors about undefined main symbols. Bug: https://bugs.gentoo.org/625844
2018-03-23kde5-functions.eclass: Fix FRAMEWORKS_MINIMAL for kde-apps-18.03.xAndreas Sturmlechner
2018-03-19kde5-functions.eclass: FRAMEWORKS_MINIMAL=5.44.0 for >=kde-apps-18.04Andreas Sturmlechner
2018-03-19kde5-functions.eclass: Avoid 5.12 stable branch depend on KF-9999Andreas Sturmlechner
2018-03-17kde5-functions.eclass: Raise FRAMEWORKS_MINIMAL to 5.43.0Andreas Sturmlechner
2018-03-17cmake-utils.eclass: raise CMAKE_MIN_VERSION to 3.9.6Michael Palimaka
2018-03-17cmake-utils.eclass: Extend ASM rules to ASM-ATTMichał Górny
Some CMake projects use ASM-ATT rather than ASM, so extend our rule overrides to that. Closes: https://bugs.gentoo.org/625844
2018-03-11cmake-utils.eclass: use consistent style for SETMichael Palimaka
2018-03-11cmake-utils.eclass: Override CMAKE_INSTALL_{INFO,MAN}DIRMichał Górny
Provide an explicit override for CMAKE_INSTALL_INFODIR and CMAKE_INSTALL_MANDIR to force Gentoo standards for those locations. This is needed for Gentoo/FreeBSD where CMake defaults to /usr/info and /usr/man; while PMS specifies /usr/share/info and /usr/share/man via econf & do* helpers. Closes: https://bugs.gentoo.org/649200
2018-03-10kde5.eclass: Mark KDE Frameworks 5.44 as releasedAndreas Sturmlechner
2018-03-08kde5.eclass: Mark KDE Applications 17.12.3 as releasedAndreas Sturmlechner
2018-03-07kde5-functions.eclass: Raise PLASMA_MINIMAL to 5.11.5Andreas Sturmlechner
2018-03-06kde5.eclass: eutils was inherited up to EAPI-6, avoid ebuild breakageAndreas Sturmlechner
2018-03-06cmake-utils.eclass: inherit eutils,multilib only pre-EAPI-7Andreas Sturmlechner
2018-03-06kde5.eclass: versionator -> eapi7-verAndreas Sturmlechner
2018-03-06kde5-functions.eclass: versionator -> eapi7-verAndreas Sturmlechner
2018-03-05kde5.eclass: Mark KDE Applications 17.12.3 unreleasedAndreas Sturmlechner
2018-03-03kde5.eclass: Mark KDE Frameworks 5.44 unreleasedAndreas Sturmlechner
2018-03-02cmake-utils.eclass: switch Darwin to rpath mode, bug #642668Fabian Groffen
By Michael Weiser, relying on the other support that enables @rpath entries, supported in macOS 10.5 and up. Closes: https://bugs.gentoo.org/642668
2018-02-11kde5.eclass: Mark KDE Frameworks 5.43.0 as releasedAndreas Sturmlechner
2018-02-08kde5.eclass: Mark KDE Applications 17.12.2 as releasedAndreas Sturmlechner
2018-02-06kde5-functions.eclass: Drop obsolete Plasma 5.11.95 min depsAndreas Sturmlechner