Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705798 - ros-catkin.eclass: Switch to cmake.eclass for >=EAPI-7
Summary: ros-catkin.eclass: Switch to cmake.eclass for >=EAPI-7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-01-18 23:25 UTC by Andreas Sturmlechner
Modified: 2020-01-20 23:58 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 2020-01-18 23:25:35 UTC
Should be *mostly* an s/cmake-utils/cmake/ operation, but for more information see also: https://archives.gentoo.org/gentoo-dev/message/3aa1a3aeebad353a7cefcb86a8101943
Comment 1 Alexis Ballier gentoo-dev 2020-01-18 23:35:51 UTC
Not really. All consumers should be eapi7 first.
Comment 2 Andreas Sturmlechner gentoo-dev 2020-01-18 23:38:34 UTC
It is possible to support both with a switch.
Comment 3 Andreas Sturmlechner gentoo-dev 2020-01-19 00:31:17 UTC
No possible existing consumers using >=EAPI-6.
Comment 4 Larry the Git Cow gentoo-dev 2020-01-20 23:58:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e750691310ccd0c42d79361704ba094d5c84c24

commit 3e750691310ccd0c42d79361704ba094d5c84c24
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-01-19 00:11:33 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-01-20 23:58:12 +0000

    ros-catkin.eclass: Fix EAPI-7 support, support cmake.eclass
    
    Use of EAPI-7 was broken so far because cmake-utils_use is banned.
    
    Closes: https://bugs.gentoo.org/705798
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 eclass/ros-catkin.eclass | 33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)