Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 811954 - net-libs/quiche: Port to cmake.eclass
Summary: net-libs/quiche: Port to cmake.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Craig Andrews
URL: https://archives.gentoo.org/gentoo-de...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-07 10:03 UTC by Andreas Sturmlechner
Modified: 2021-09-07 16:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)