Re: [gentoo-dev] Open Build Service

2017-11-13 Thread Peter Volkov
On Tue, Nov 14, 2017 at 4:47 AM, Samuel Bernardo < samuelbernardo.m...@gmail.com> wrote: The only feature that would be useful for now is emerge obtaining the > precompiled binary packages to install in containers/VMs from http > rather than nfs[1]. > Samuel, probably I miss something but this

Re: [gentoo-dev] Open Build Service

2017-11-13 Thread Samuel Bernardo
Hi Michał, On 11/11/2017 08:09 AM, Michał Górny wrote: > You've put a lot of theory in here but not really a single sentence > on what needs to be done. I'm aware that some people used to be working > on adding some OBS ebuilds to Gentoo but I've no clue about their goal. > > Long story short, if

Re: [gentoo-portage-dev] [PATCH] dep_check: use DNF to optimize overlapping virtual || deps (bug 632026)

2017-11-13 Thread Zac Medico
On 11/13/2017 01:11 PM, Alec Warner wrote: > > > On Sun, Nov 12, 2017 at 6:48 AM, Zac Medico > wrote: > > diff --git a/pym/portage/dep/_dnf.py b/pym/portage/dep/_dnf.py > new file mode 100644 > index 0..503b209c2 > ---

Re: [gentoo-portage-dev] [PATCH] dep_check: use DNF to optimize overlapping virtual || deps (bug 632026)

2017-11-13 Thread Alec Warner
On Sun, Nov 12, 2017 at 6:48 AM, Zac Medico wrote: > Deps like these: > > || ( foo bar ) || ( bar baz ) > > Translate to disjunctive normal form (DNF): > > || ( ( foo bar ) ( foo baz ) ( bar bar ) ( bar baz ) ) > > Using DNF, if none of the packages are currently

[gentoo-dev] Last rites: app-admin/python-updater

2017-11-13 Thread Mike Gilbert
# Mike Gilbert (13 Nov 2017) # python-updater is obsolete. Utilize PYTHON_TARGETS and # emerge --changed-use to rebuild packages instead. # Removal in 30 days. app-admin/python-updater

Re: [gentoo-dev] Help testing ebuilds? golang/Fabio load balancer

2017-11-13 Thread Michael Orlitzky
On 11/12/2017 10:21 AM, Ulrich Mueller wrote: > >> * Change the PMS to remove "undefined behavior" and replace it with >> "empty directories must be tracked, and may only be removed once no >> installed package is using them," or something along those lines. >> That leaves the

Re: [gentoo-dev] Help testing ebuilds? golang/Fabio load balancer

2017-11-13 Thread Michael Orlitzky
On 11/12/2017 08:43 AM, Michał Górny wrote: > > I'm not convinced a QA warning is valid, given that not every empty > directory is meaningful. You're going to either cause people to create > unnecessary 'keepdir's, or to be swamped by false positives. The warning would essentially be saying,