Small excerpt of cmake.eclass changes: - Drop all pre-EAPI-7 compatibility - Drop CMAKE_MIN_VERSION - Drop CMAKE_REMOVE_MODULES - Array support for CMAKE_REMOVE_MODULES_LIST - Drop _cmake_generator_to_use() - Rename cmake-utils_src_make() -> cmake_build() - Drop _cmake_ninja_src_make and _cmake_emake_src_make, move into cmake_build Porting this ebuild looks trivial and it needs other fixes anyway: - double brackets - duplicate KEYWORDS line is problematic for ekeyword - duplicate SRC_URI line - live/release switch could be simplified anyway
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2f8cc2f18966c6b60fd8c978724643e34a137d commit 9a2f8cc2f18966c6b60fd8c978724643e34a137d Author: Bernd Waibel <waebbl-gentoo@posteo.net> AuthorDate: 2021-04-03 17:44:48 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2021-04-04 21:30:55 +0000 sci-libs/orocos_kdl: port 1.4.0 changes to live Backport changes from 1.4.0-r1 and update ebuild: - bump to EAPI 7 - port to cmake.eclass using ninja Bugday 2021-04-03 Closes: https://bugs.gentoo.org/770595 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> sci-libs/orocos_kdl/orocos_kdl-9999.ebuild | 82 ++++++++++++++++-------------- 1 file changed, 45 insertions(+), 37 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1f8224368ed2ad5dc3fe32a17b4c909076c959 commit af1f8224368ed2ad5dc3fe32a17b4c909076c959 Author: Bernd Waibel <waebbl-gentoo@posteo.net> AuthorDate: 2021-04-03 17:14:47 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2021-04-04 21:28:05 +0000 sci-libs/orocos_kdl: bump to EAPI 7 Port to cmake.eclass using ninja Bugday 2021-04-03 Bug: https://bugs.gentoo.org/770595 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/20248 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ...kdl-1.4.0-0001-don-t-install-kdl.tag-file.patch | 22 ++++++ ....0-0002-add-LIB_SUFFIX-in-pkg-config-file.patch | 27 ++++++++ sci-libs/orocos_kdl/orocos_kdl-1.4.0-r1.ebuild | 81 ++++++++++++++++++++++ 3 files changed, 130 insertions(+)