Re: [gentoo-dev] [PATCH] fdo-mime.eclass: Mark the eclass as deprecated

2017-06-19 Thread Daniel Campbell
On 06/19/2017 06:20 AM, Michał Górny wrote: > The GNOME team has committed the xdg-utils.eclass serving exactly > the same purpose as fdo-mime.eclass, supposedly with the goal of > replacing it. However, it seems that they have never bothered to > actually hint the deprecation in the

[gentoo-dev] [PATCH] fdo-mime.eclass: Mark the eclass as deprecated

2017-06-19 Thread Michał Górny
The GNOME team has committed the xdg-utils.eclass serving exactly the same purpose as fdo-mime.eclass, supposedly with the goal of replacing it. However, it seems that they have never bothered to actually hint the deprecation in the fdo-mime.eclass in any way. As a result, developers are still

[gentoo-portage-dev] [PATCH] checks: Add more deprecated eclasses

2017-06-19 Thread Michał Górny
--- repoman/pym/repoman/modules/scan/ebuild/checks.py | 5 + 1 file changed, 5 insertions(+) diff --git a/repoman/pym/repoman/modules/scan/ebuild/checks.py b/repoman/pym/repoman/modules/scan/ebuild/checks.py index e6e5d78ba..a1fa066be 100644 ---

[gentoo-portage-dev] [PATCH v2] checks: Add more deprecated eclasses

2017-06-19 Thread Michał Górny
Changes in v2: * multilib-minimal is suggested replacement of autotools-multilib. --- repoman/pym/repoman/modules/scan/ebuild/checks.py | 5 + 1 file changed, 5 insertions(+) diff --git a/repoman/pym/repoman/modules/scan/ebuild/checks.py b/repoman/pym/repoman/modules/scan/ebuild/checks.py

Re: [gentoo-portage-dev] [PATCH v2] checks: Add more deprecated eclasses

2017-06-19 Thread Brian Dolbec
On Mon, 19 Jun 2017 15:35:49 +0200 Michał Górny wrote: > Changes in v2: > * multilib-minimal is suggested replacement of autotools-multilib. > > --- > repoman/pym/repoman/modules/scan/ebuild/checks.py | 5 + > 1 file changed, 5 insertions(+) > > diff --git