Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770673 - dev-ruby/facter: Switch to cmake.eclass, 9999 ebuild seriously out of sync with current release ebuilds
Summary: dev-ruby/facter: Switch to cmake.eclass, 9999 ebuild seriously out of sync wi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-14 20:25 UTC by Andreas Sturmlechner
Modified: 2021-02-15 06:08 UTC (History)
2 users (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 2021-02-14 20:25:29 UTC
cmake-utils.eclass is deprecated and everyone must port away from it.

9999 ebuild is still EAPI-6, lagging behind with USE_RUBY, was last touched in 2019 with 3.14.6 version bump, while current ebuilds are EAPI-7 and show a sizeable diff. Can we therefore conclude it serves no parcitular purpose and should be cleaned up?
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2021-02-14 23:16:40 UTC
ya, I've been considering removing the 9999 version, will do so and revbump latest to use cmake instead of cmake-utils
Comment 2 Larry the Git Cow gentoo-dev 2021-02-14 23:21:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c33d37a087719fa0bf9f2142330c0417296ede

commit 19c33d37a087719fa0bf9f2142330c0417296ede
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2021-02-14 23:21:07 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2021-02-14 23:21:07 +0000

    dev-ruby/facter: switch to cmake from cmake-utils and remove 9999
    
    Closes: https://bugs.gentoo.org/770673
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 ...ter-3.14.16.ebuild => facter-3.14.16-r1.ebuild} |  12 +--
 dev-ruby/facter/facter-9999.ebuild                 | 113 ---------------------
 2 files changed, 6 insertions(+), 119 deletions(-)
Comment 3 Andreas Sturmlechner gentoo-dev 2021-02-15 06:08:14 UTC
PS: eutils is likely unused here.