Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770616 - sys-fs/reiserfs-defrag: EAPI-7 bump & port to cmake.eclass
Summary: sys-fs/reiserfs-defrag: 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: Sergey Popov
URL: https://archives.gentoo.org/gentoo-de...
Whiteboard:
Keywords:
Depends on:
Blocks: EAPI5Removal
  Show dependency tree
 
Reported: 2021-02-14 17:38 UTC by Andreas Sturmlechner
Modified: 2021-02-17 08:16 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 17:38:36 UTC
Seems like we are the only distribution still(?) packaging this?
https://repology.org/project/reiserfs-defrag/versions
Comment 1 Andreas Sturmlechner gentoo-dev 2021-02-14 17:38:48 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 2 Larry the Git Cow gentoo-dev 2021-02-17 08:16:11 UTC
The bug has been closed via the following commit(s):

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

commit 7d5e7ce335ee14904eba1454e1552dbf0b4b895b
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2021-02-17 08:13:19 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2021-02-17 08:15:31 +0000

    sys-fs/reiserfs-defrag: bump EAPI to 7
    
    Migrate from cmake-utils to cmake eclass
    
    Reported-by: Andreas Sturmlechner <asturm@gentoo.org>
    Closes: https://bugs.gentoo.org/770616
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>

 sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)