Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 811957 - sci-libs/ginkgo: Port to cmake.eclass
Summary: sci-libs/ginkgo: 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: Matthias Maier
URL: https://archives.gentoo.org/gentoo-de...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-07 10:23 UTC by Andreas Sturmlechner
Modified: 2021-10-06 08:33 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-09-07 10:23:55 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 Larry the Git Cow gentoo-dev 2021-10-06 08:33:23 UTC
The bug has been closed via the following commit(s):

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

commit bdbf129e37f7fe222719a3df2341f48d6f576e81
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2021-10-06 08:15:27 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2021-10-06 08:31:39 +0000

    sci-libs/ginkgo: Port to EAPI-8 and cmake.eclass
    
    Closes: https://bugs.gentoo.org/811957
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 sci-libs/ginkgo/ginkgo-1.4.0-r1.ebuild | 55 ++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)