* [gentoo-dev] EAPI 7 can be used in the Gentoo repository
@ 2018-05-06 16:52 Ulrich Mueller
2018-05-06 17:37 ` Joakim Tjernlund
0 siblings, 1 reply; 4+ messages in thread
From: Ulrich Mueller @ 2018-05-06 16:52 UTC (permalink / raw
To: gentoo-dev-announce, gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 900 bytes --]
EAPI 7 has been approved by the Council one week ago [1]. The latest
Portage version in ~arch (2.3.36) supports it, and the Infra team has
upgraded the rsync master so that metadata cache generation will work
correctly.
Therefore, EAPI 7 ebuilds can be committed to the Gentoo repository
from now on. (Make sure that all inherited eclasses are supporting the
new EAPI, though.)
Some pointers to documentation:
- Package Manager Specification, in PDF and HTML format:
https://projects.gentoo.org/pms/latest/
or install ~app-doc/pms-7_p20180430
- List of changes in EAPI 7:
https://projects.gentoo.org/pms/7/pms.html#x1-179000E
- EAPI Cheat Sheet (print out, and fold to a leaflet):
https://projects.gentoo.org/pms/7/eapi-cheatsheet.pdf
- mgorny's (unofficial) guide:
https://dev.gentoo.org/~mgorny/articles/the-ultimate-guide-to-eapi-7.html
Ulrich
[1] https://bugs.gentoo.org/654262
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] EAPI 7 can be used in the Gentoo repository
2018-05-06 16:52 [gentoo-dev] EAPI 7 can be used in the Gentoo repository Ulrich Mueller
@ 2018-05-06 17:37 ` Joakim Tjernlund
2018-05-06 18:43 ` Geaaru
0 siblings, 1 reply; 4+ messages in thread
From: Joakim Tjernlund @ 2018-05-06 17:37 UTC (permalink / raw
To: gentoo-dev@lists.gentoo.org
[-- Attachment #1: Type: text/plain, Size: 1202 bytes --]
Great news :)
W.r.t the new support for cross building, it would be grep if the eclass user could make use of
the new --prefix support in recent shadow utilities so users can be added to cross ROOT.
Jocke
On Sun, 2018-05-06 at 18:52 +0200, Ulrich Mueller wrote:
EAPI 7 has been approved by the Council one week ago [1]. The latest
Portage version in ~arch (2.3.36) supports it, and the Infra team has
upgraded the rsync master so that metadata cache generation will work
correctly.
Therefore, EAPI 7 ebuilds can be committed to the Gentoo repository
from now on. (Make sure that all inherited eclasses are supporting the
new EAPI, though.)
Some pointers to documentation:
- Package Manager Specification, in PDF and HTML format:
https://projects.gentoo.org/pms/latest/
or install ~app-doc/pms-7_p20180430
- List of changes in EAPI 7:
https://projects.gentoo.org/pms/7/pms.html#x1-179000E
- EAPI Cheat Sheet (print out, and fold to a leaflet):
https://projects.gentoo.org/pms/7/eapi-cheatsheet.pdf
- mgorny's (unofficial) guide:
https://dev.gentoo.org/~mgorny/articles/the-ultimate-guide-to-eapi-7.html
Ulrich
[1] https://bugs.gentoo.org/654262
[-- Attachment #2: Type: text/html, Size: 2016 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] EAPI 7 can be used in the Gentoo repository
2018-05-06 17:37 ` Joakim Tjernlund
@ 2018-05-06 18:43 ` Geaaru
2018-05-06 21:03 ` Zac Medico
0 siblings, 1 reply; 4+ messages in thread
From: Geaaru @ 2018-05-06 18:43 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1621 bytes --]
Hi,
I read documentation about new features for configure profiles, thanks.
In the past I open a discussion about permit use of annotation
<package>::<repos> under profiles package.mask to mask from overlay for
example gentoo/upstream packages.
Is now supported by eapi 7?
Thanks in advance.
G.
On Sun, May 6, 2018, 19:37 Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
wrote:
> Great news :)
>
> W.r.t the new support for cross building, it would be grep if the eclass
> user could make use of
> the new --prefix support in recent shadow utilities so users can be added
> to cross ROOT.
>
> Jocke
>
> On Sun, 2018-05-06 at 18:52 +0200, Ulrich Mueller wrote:
>
> EAPI 7 has been approved by the Council one week ago [1]. The latest
> Portage version in ~arch (2.3.36) supports it, and the Infra team has
> upgraded the rsync master so that metadata cache generation will work
> correctly.
>
> Therefore, EAPI 7 ebuilds can be committed to the Gentoo repository
> from now on. (Make sure that all inherited eclasses are supporting the
> new EAPI, though.)
>
> Some pointers to documentation:
>
> - Package Manager Specification, in PDF and HTML format:
> https://projects.gentoo.org/pms/latest/
> or install ~app-doc/pms-7_p20180430
>
> - List of changes in EAPI 7:
> https://projects.gentoo.org/pms/7/pms.html#x1-179000E
>
> - EAPI Cheat Sheet (print out, and fold to a leaflet):
> https://projects.gentoo.org/pms/7/eapi-cheatsheet.pdf
>
> - mgorny's (unofficial) guide:
>
> https://dev.gentoo.org/~mgorny/articles/the-ultimate-guide-to-eapi-7.html
>
> Ulrich
>
> [1] https://bugs.gentoo.org/654262
>
>
>
[-- Attachment #2: Type: text/html, Size: 2944 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] EAPI 7 can be used in the Gentoo repository
2018-05-06 18:43 ` Geaaru
@ 2018-05-06 21:03 ` Zac Medico
0 siblings, 0 replies; 4+ messages in thread
From: Zac Medico @ 2018-05-06 21:03 UTC (permalink / raw
To: gentoo-dev, Geaaru
[-- Attachment #1.1: Type: text/plain, Size: 540 bytes --]
On 05/06/2018 11:43 AM, Geaaru wrote:
> Hi,
>
> I read documentation about new features for configure profiles, thanks.
>
> In the past I open a discussion about permit use of annotation
> <package>::<repos> under profiles package.mask to mask from overlay for
> example gentoo/upstream packages.
> Is now supported by eapi 7?
There's nothing like that in EAPI 7, but there's an open request for a
portage profile-formats extension here:
https://bugs.gentoo.org/651208
> Thanks in advance.
> G.
--
Thanks,
Zac
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-05-06 21:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-06 16:52 [gentoo-dev] EAPI 7 can be used in the Gentoo repository Ulrich Mueller
2018-05-06 17:37 ` Joakim Tjernlund
2018-05-06 18:43 ` Geaaru
2018-05-06 21:03 ` Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox