Summary: | Add EAPI=7 support perl-module.eclass and perl-functions.eclass | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | James Jones <gentoo> |
Component: | Eclasses | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | esigra, kentnl, kfm, kingjon3377 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 239510, 663336 | ||
Attachments: |
perl-module.eclass updated to support EAPI=7
perl-functions.eclass updated to support EAPI=7 |
Description
James Jones
2018-08-14 20:32:55 UTC
Created attachment 543462 [details]
perl-functions.eclass updated to support EAPI=7
Its worth mentioning that we typically do more than *just* update to new EAPI semantics when we add new EAPI support. Typically, we try to think of all the new features we'd want in the eclass, and then bind them to become visible with the EAPI switch. That way we don't have to implement additional sub-versioning of the eclass. Makes sense. I certainly won't have the expertise for that, so feel free to build upon these versions, or disregard them entirely. My minimal adaptations were just motivated by a suggestion to use the latest EABI in a minor ebuild update I submitted in bug 663336. We did minimal updates in the meantime and postponed the rest for EAPI=8 |