Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 811951 - dev-libs/sdformat: Port to cmake.eclass, EAPI-8
Summary: dev-libs/sdformat: Port to cmake.eclass, EAPI-8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL: https://archives.gentoo.org/gentoo-de...
Whiteboard:
Keywords:
Depends on:
Blocks: cmake-utils-removal
  Show dependency tree
 
Reported: 2021-09-07 09:55 UTC by Andreas Sturmlechner
Modified: 2022-02-27 10:32 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 09:55:14 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

Porting this ebuild looks trivial and it needs other fixes anyway.
Comment 1 Andreas Sturmlechner gentoo-dev 2021-12-16 14:14:50 UTC
How is it possible that deprecated cmake-utils.eclass ebuild count is going up? Right, another version bump ignoring the bug.
Comment 2 Larry the Git Cow gentoo-dev 2022-02-27 10:32:54 UTC
The bug has been closed via the following commit(s):

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

commit 866ae8e6d0027a9626bbbf0d35bedf16cbe341d1
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-02-27 10:32:47 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-02-27 10:32:47 +0000

    dev-libs/sdformat: [QA] cmake-utils.eclass cleanup
    
    Closes: https://bugs.gentoo.org/811951
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-libs/sdformat/Manifest              |  3 ---
 dev-libs/sdformat/sdformat-9.2.0.ebuild | 39 ---------------------------------
 dev-libs/sdformat/sdformat-9.3.0.ebuild | 39 ---------------------------------
 dev-libs/sdformat/sdformat-9.5.0.ebuild | 39 ---------------------------------
 4 files changed, 120 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit 3d21f57ec261288666ae8f1b6c4dfb5256e2edbc
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-02-27 10:32:46 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-02-27 10:32:46 +0000

    dev-libs/sdformat: [QA] port to cmake.eclass
    
    Bug: https://bugs.gentoo.org/811951
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-libs/sdformat/sdformat-9.7.0.ebuild | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)