Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774516 - net-p2p/fms EAPI-7 bump & port to cmake.eclass
Summary: net-p2p/fms 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: Thomas Sachau
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-06 19:11 UTC by Andreas Sturmlechner
Modified: 2021-07-10 22:50 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 19:11:11 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-07-10 22:50:54 UTC
The bug has been closed via the following commit(s):

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

commit 31f7b22a93e4b5044a6697b84e66807d5f608731
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-07-10 22:46:15 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-07-10 22:49:59 +0000

    net-p2p/fms: migrate to EAPI 7, GLEP 81
    
    Changes:
    - Updated deps
    - Updated init script for modern OpenRC
    - Updated docs in pkg_postinst
    - Update to EAPI 7
    - Migrate to GLEP 81
    
    Closes: https://bugs.gentoo.org/774516
    Closes: https://bugs.gentoo.org/781446
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 net-p2p/fms/files/fms.initd      | 11 +++++
 net-p2p/fms/fms-0.3.82-r1.ebuild | 97 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 108 insertions(+)