Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 811954

Summary: net-libs/quiche: Port to cmake.eclass
Product: Gentoo Linux Reporter: Andreas Sturmlechner <asturm>
Component: Current packagesAssignee: Craig Andrews <candrews>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://archives.gentoo.org/gentoo-dev/message/3aa1a3aeebad353a7cefcb86a8101943
See Also: https://bugs.gentoo.org/show_bug.cgi?id=792234
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas Sturmlechner gentoo-dev 2021-09-07 10:03:11 UTC
In the year 2021 we don't bump packages still using cmake-utils.eclass.


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
Comment 1 Larry the Git Cow gentoo-dev 2021-09-07 16:13:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f91475b8b60821d8ed968dc1614a7b110c7811

commit b1f91475b8b60821d8ed968dc1614a7b110c7811
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2021-09-07 16:13:17 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2021-09-07 16:13:37 +0000

    net-libs/quiche: migrate from 'cmake-utils' to 'cmake'
    
    Closes: https://bugs.gentoo.org/811954
    Package-Manager: Portage-3.0.22, Repoman-3.0.3
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 net-libs/quiche/quiche-0.9.0-r1.ebuild | 219 +++++++++++++++++++++++++++++++++
 net-libs/quiche/quiche-9999.ebuild     |  10 +-
 2 files changed, 224 insertions(+), 5 deletions(-)