Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770598 - sci-libs/levmar: EAPI-7 bump & port to cmake.eclass
Summary: sci-libs/levmar: EAPI-7 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: Dennis Lamm
URL: https://archives.gentoo.org/gentoo-de...
Whiteboard:
Keywords:
Depends on:
Blocks: EAPI5Removal
  Show dependency tree
 
Reported: 2021-02-14 17:21 UTC by Andreas Sturmlechner
Modified: 2021-03-12 07:06 UTC (History)
1 user (show)

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:21:34 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

Porting this ebuild looks trivial.
Comment 1 Larry the Git Cow gentoo-dev 2021-03-12 07:06:07 UTC
The bug has been closed via the following commit(s):

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

commit 335d6530649be9e5e4d94d279c812fca505f97a7
Author:     Dennis Lamm <expeditioneer@gentoo.org>
AuthorDate: 2021-03-12 04:45:25 +0000
Commit:     Dennis Lamm <expeditioneer@gentoo.org>
CommitDate: 2021-03-12 07:05:48 +0000

    sci-libs/levmar: EAPI-7 bump
    
    Closes: https://bugs.gentoo.org/770598
    Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>

 sci-libs/levmar/levmar-2.6-r1.ebuild | 49 ++++++++++++++++++++++++++++++++++++
 sci-libs/levmar/metadata.xml         |  2 +-
 2 files changed, 50 insertions(+), 1 deletion(-)