Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774486 - dev-libs/gost-engine: EAPI-7 bump & port to cmake.eclass
Summary: dev-libs/gost-engine: 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: Craig Andrews
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-06 16:07 UTC by Andreas Sturmlechner
Modified: 2021-03-06 21:44 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-03-06 16:07:25 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-03-06 20:44:08 UTC
The bug has been closed via the following commit(s):

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

commit 8a1b386bd1d68c400e5728dd807fa9af064ef109
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2021-03-06 20:42:48 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2021-03-06 20:44:04 +0000

    dev-libs/gost-engine: EAPI-7 bump & port to cmake.eclass
    
    Closes: https://bugs.gentoo.org/774486
    Package-Manager: Portage-3.0.16, Repoman-3.0.2
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 .../gost-engine-1.1.0.3_p20181031-r2.ebuild        | 39 ++++++++++++++++++++++
 dev-libs/gost-engine/gost-engine-9999.ebuild       |  8 ++---
 2 files changed, 43 insertions(+), 4 deletions(-)
Comment 2 Andreas Sturmlechner gentoo-dev 2021-03-06 21:31:52 UTC
Thanks. Please don't forget to cleanup old eventually so that it does not block cmake-utils removal.
Comment 3 Craig Andrews gentoo-dev 2021-03-06 21:44:02 UTC
(In reply to Andreas Sturmlechner from comment #2)
> Thanks. Please don't forget to cleanup old eventually so that it does not
> block cmake-utils removal.

I already did so in the next commit:
https://github.com/gentoo/gentoo/commit/d23f125fafb647e9a5c50a17fee49db2b702c9f7
Comment 4 Andreas Sturmlechner gentoo-dev 2021-03-06 21:44:47 UTC
Right. Thanks again!