Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770613 - sci-electronics/Stage: EAPI-8 bump & port to cmake.eclass
Summary: sci-electronics/Stage: EAPI-8 bump & 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 (vote)
Assignee: Alexis Ballier
URL: https://archives.gentoo.org/gentoo-de...
Whiteboard:
Keywords:
Depends on:
Blocks: EAPI5Removal
  Show dependency tree
 
Reported: 2021-02-14 17:36 UTC by Andreas Sturmlechner
Modified: 2021-10-21 09:57 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-02-14 17:36:21 UTC
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-10-21 09:57:50 UTC
The bug has been closed via the following commit(s):

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

commit aee4f5c5bafd244e3a2eac9a14d1a2ce17db1b55
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2021-10-21 09:53:41 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2021-10-21 09:55:27 +0000

    sci-electronics/Stage: Port to EAPI 8
    
    Closes: https://bugs.gentoo.org/770613
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 sci-electronics/Stage/Stage-4.3.0-r1.ebuild | 30 +++++++++++++++++++++++
 sci-electronics/Stage/Stage-4.3.0.ebuild    | 38 -----------------------------
 2 files changed, 30 insertions(+), 38 deletions(-)