Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 811960 - sci-libs/gmsh: Port to cmake.eclass, EAPI-8
Summary: sci-libs/gmsh: 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: Matthias Maier
URL: https://archives.gentoo.org/gentoo-de...
Whiteboard:
Keywords:
Depends on:
Blocks: cmake-utils-removal
  Show dependency tree
 
Reported: 2021-09-07 10:25 UTC by Andreas Sturmlechner
Modified: 2022-03-11 16:01 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:25:54 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 2022-03-11 16:01:03 UTC
The bug has been closed via the following commit(s):

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

commit 6e209f47ada09864211db37ff136ce2f35c5d73f
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2022-03-11 15:58:51 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2022-03-11 16:00:51 +0000

    sci-libs/gmsh: add 4.9.5, drop 4.8.4
    
     - bump to EAPI=8
     - add missing python versions
     - port to cmake eclass
    
    Closes: https://bugs.gentoo.org/832253
    Closes: https://bugs.gentoo.org/811960
    Bug: https://bugs.gentoo.org/801295
    
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 sci-libs/gmsh/Manifest                                 |  2 +-
 sci-libs/gmsh/{gmsh-4.8.4.ebuild => gmsh-4.9.5.ebuild} | 13 ++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)