[gentoo-portage-dev] [PATCH] Remove remaining herd support logic and checks

2018-02-07 Thread Michał Górny
Herds have been removed 2 years ago. It's time to clean up the remaining bits of their support from Portage code. --- pym/_emerge/EbuildPhase.py | 4 +- pym/portage/xml/metadata.py | 94 +-- repoman/pym/repoman/checks/herds/__init__.py | 0 r

Re: [gentoo-portage-dev] [PATCH] Remove remaining herd support logic and checks

2018-02-07 Thread Zac Medico
On 02/07/2018 01:46 AM, Michał Górny wrote: > diff --git a/pym/portage/xml/metadata.py b/pym/portage/xml/metadata.py > index 9e48e..99e0474c1 100644 > --- a/pym/portage/xml/metadata.py > +++ b/pym/portage/xml/metadata.py > @@ -1,4 +1,4 @@ > -# Copyright 2010-2017 Gentoo Foundation > +# Copyrigh

[gentoo-portage-dev] [PATCH v2] Remove remaining herd support logic and checks

2018-02-07 Thread Michał Górny
Herds have been removed 2 years ago. It's time to clean up the remaining bits of their support from Portage code. --- pym/_emerge/EbuildPhase.py | 4 +- pym/portage/xml/metadata.py | 94 +-- repoman/pym/repoman/checks/herds/__init__.py | 0 r

Re: [gentoo-portage-dev] Fix all misc. bash errors.

2018-02-07 Thread R0b0t1
On Wed, Feb 7, 2018 at 1:41 AM, Michał Górny wrote: > W dniu pon, 05.02.2018 o godzinie 20∶33 -0600, użytkownik R0b0t1 > napisał: >> On Sun, Feb 4, 2018 at 10:45 PM, Zac Medico wrote: >> > On 02/04/2018 07:22 PM, R0b0t1 wrote: >> > > This is everything that shellcheck reported as an error. They a

Re: [gentoo-portage-dev] [PATCH v2] Remove remaining herd support logic and checks

2018-02-07 Thread Zac Medico
On 02/07/2018 01:38 PM, Michał Górny wrote: > Herds have been removed 2 years ago. It's time to clean up the remaining > bits of their support from Portage code. > --- > pym/_emerge/EbuildPhase.py | 4 +- > pym/portage/xml/metadata.py | 94 +--