Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770547 - media-libs/freeglut: Switch to CMAKE_ECLASS=cmake (cmake-multilib cmake.eclass mode)
Summary: media-libs/freeglut: Switch to CMAKE_ECLASS=cmake (cmake-multilib cmake.eclas...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL: https://archives.gentoo.org/gentoo-de...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-02-14 16:00 UTC by Andreas Sturmlechner
Modified: 2021-02-25 15:38 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 16:00:42 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

Should be straightforward with minimal function renaming. Still needs to be build tested though.

EAPI-8 will be cmake.eclass-only and the CMAKE_ECLASS switch will be obsolete.
Comment 1 Larry the Git Cow gentoo-dev 2021-02-25 15:38:23 UTC
The bug has been closed via the following commit(s):

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

commit 0a518ca277805005ec066b8de589147cc0482b97
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-02-25 10:05:49 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-02-25 15:38:05 +0000

    media-libs/freeglut: Switch to cmake.eclass, silence cmake warning
    
    Add missing || die.
    
    Closes: https://bugs.gentoo.org/721006
    Closes: https://bugs.gentoo.org/770547
    Package-Manager: Portage-3.0.15, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-libs/freeglut/freeglut-3.2.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)