Re: [PATCH] Mark EAPIs "4-python" and "5-progress" as deprecated
Zac Medico <[email protected]> Sat, 6 Mar 2021 01:42:03 -0800
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <[email protected]> |
On 3/4/21 11:35 AM, Matt Turner wrote: > Signed-off-by: Matt Turner <[email protected]> > --- > I've asked Arfrever multiple times if these are still used anywhere, and > he seemingly has not responded intentionally. > > According to https://bugs.gentoo.org/174536#c27 these EAPIs were only > used in Arfrever's personal overlay, and even in 2012 there were > questions about why they were supported in portage. > > The "Progress Overlay" does contain ebuilds using these EAPIs but it has > not been updated since 2018 and doesn't look like it is useful at this > point. > > lib/portage/__init__.py | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/lib/portage/__init__.py b/lib/portage/__init__.py > index 24c9d8b89..184db6ae2 100644 > --- a/lib/portage/__init__.py > +++ b/lib/portage/__init__.py > @@ -465,16 +465,16 @@ def abssymlink(symlink, target=None): > _doebuild_manifest_exempt_depend = 0 > > _testing_eapis = frozenset([ > - "4-python", > - "5-progress", > ]) > _deprecated_eapis = frozenset([ > + "3_pre1", > + "3_pre2", > "4_pre1", > + "4-python", > "4-slot-abi", > - "3_pre2", > - "3_pre1", > "5_pre1", > "5_pre2", > + "5-progress", > "6_pre1", > "7_pre1", > ]) > Merged, thanks! https://gitweb.gentoo.org/proj/portage.git/commit/?id=67cf9c2b05042de37f36f5b6840c450128a065bd -- Thanks, Zac
signature.asc
(application/pgp-signature, 981 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQKTBAEBCgB9FiEE8OgXaltWzqgSupCu0HX7jBBKPSAFAmBDTmtfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYw RTgxNzZBNUI1NkNFQTgxMkJBOTBBRUQwNzVGQjhDMTA0QTNEMjAACgkQ0HX7jBBK PSD7vw//aDt3VMYSUg4xpuWjCFsujqoWX8NDAqofw2MiITKwteeC5hhzPRAEysMM CY0zNONN67/6jHphkRZ+4DKMA5gDcU00qh6kUWaTtZEeSfm//94+KCVCHUlMz0wv 79zoB2PgHf9cSc/r7poJqFC9TUf/nFJ4w3jC588lSktN0/Y3HNHaJHJ9e4lvTLVZ /QU6bWHzuGmxDDm01fSlnvtgIQkGA3ZgH1Ufz+Ye71uhQw+9+N7pviVoBmEFFSvV 60o8wxV2/v8D9nCHAfdXBmYDNfS9PAX3r9XVJcwbq56M+C6+Q5QkDQaCtvqurBDU kOlFYvM2fEe5Yhr/utKkVM+rfZSDTpRRShBDdvxlw/5SDAaSVrolgNg8ZKjHv7Bp /IV5LYUQ8x6KwmbNGn376HbdJ/mnDVe1cUSmNv999Rvrrewsn9xJXyGTYEdy7GyJ bjNlHuvrNxTcqYuPZbd2yBcPQWGHxNj30FXGu8RC9J3Xk55Z5n7MoDGoja90m23n NeJRqgY1OVSNKrDqtnrTdTLhbe+5f5gSFAXlI5sUQL1utN+dxI0R9QYx8JZD2yUC bASzAdXKEl3p15jt73gQFXRng1p9lhgpwVnCyIwbRqJQxYMwn7lzRPe2IP3FV4Vt E/0S6YewAIxJmB7gK4hvx0S9OTjT0iCVfjdCVR7JA/coRFSKE7I= =zDdc -----END PGP SIGNATURE-----