[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2019-10-13 23:59 UTC

2019-10-13 Thread Robin H. Johnson
43e567f763d dev-ruby/dep_selector 20191011-15:04 mgorny 3156b4c6bb8 dev-util/hadolint 20191011-15:03 mgorny bb0dca080cd dev-util/idea-ultimate20191013-12:41 mgorny 074bc773cf6 dev-util/pkgconfig-openbsd20191011-15:01 mgorny

[gentoo-portage-dev] [PATCH] fetch: minimal skiprocheck fixes (bug 220533)

2019-10-13 Thread Zac Medico
Fix cases here fetch assumes that DISTDIR is writable when it's actually read-only. This preserves old behavior which allowed users to override FETCHCOMMAND to fetch files on a remote system, even though DISTDIR is locally mounted in read-only mode. Bug: https://bugs.gentoo.org/220533 Fixes:

Re: [gentoo-portage-dev] [PATCH v2] fetch: Make FlatLayout.get_filenames() not return directories

2019-10-13 Thread Zac Medico
On 10/13/19 12:46 PM, Michał Górny wrote: > Stop returning directories from FlatLayout.get_filenames(). This causes > emirrordist to wrongly presume directories created by new layout > to be distfiles, and causes some noisy errors. > > Signed-off-by: Michał Górny > --- >

[gentoo-portage-dev] [PATCH v2] fetch: Make FlatLayout.get_filenames() not return directories

2019-10-13 Thread Michał Górny
Stop returning directories from FlatLayout.get_filenames(). This causes emirrordist to wrongly presume directories created by new layout to be distfiles, and causes some noisy errors. Signed-off-by: Michał Górny --- lib/portage/package/ebuild/fetch.py | 5 - 1 file changed, 4

Re: [gentoo-portage-dev] [PATCH] fetch: Make FlatLayout.get_filenames() not return directories

2019-10-13 Thread Zac Medico
On 10/13/19 4:57 AM, Michał Górny wrote: > Stop returning directories from FlatLayout.get_filenames(). This causes > emirrordist to wrongly presume directories created by new layout > to be distfiles, and causes some noisy errors. > > Signed-off-by: Michał Górny > --- >

Re: [gentoo-dev] [PATCH] use.desc: add global USE flag 'split-sbin'

2019-10-13 Thread Michał Górny
On Sun, 2019-10-13 at 12:43 -0400, Mike Gilbert wrote: > On Sun, Oct 13, 2019 at 12:33 PM Mike Gilbert wrote: > > On Sat, Oct 12, 2019 at 1:52 PM David Seifert wrote: > > > On Sat, 2019-10-12 at 19:01 +0200, Dennis Schridde wrote: > > > > On Samstag, 12. Oktober 2019 18:02:28 CEST William Hubbs

Re: [gentoo-dev] [PATCH] use.desc: add global USE flag 'split-sbin'

2019-10-13 Thread Mike Gilbert
On Sun, Oct 13, 2019 at 12:33 PM Mike Gilbert wrote: > > On Sat, Oct 12, 2019 at 1:52 PM David Seifert wrote: > > > > On Sat, 2019-10-12 at 19:01 +0200, Dennis Schridde wrote: > > > On Samstag, 12. Oktober 2019 18:02:28 CEST William Hubbs wrote: > > > > On Sat, Oct 12, 2019 at 01:11:49PM +0200,

Re: [gentoo-dev] [PATCH] use.desc: add global USE flag 'split-sbin'

2019-10-13 Thread Mike Gilbert
On Sat, Oct 12, 2019 at 1:52 PM David Seifert wrote: > > On Sat, 2019-10-12 at 19:01 +0200, Dennis Schridde wrote: > > On Samstag, 12. Oktober 2019 18:02:28 CEST William Hubbs wrote: > > > On Sat, Oct 12, 2019 at 01:11:49PM +0200, Michał Górny wrote: > > > > On Sat, 2019-10-12 at 13:00 +0200,

[gentoo-dev] Last rites: app-office/eqe

2019-10-13 Thread Michał Górny
# Michał Górny (2019-10-13) # Last release in 2008. Declared dead upstream, apparently broken # on newer systems. EAPI 0. # Removal in 30 days. Bug #697384. app-office/eqe -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-portage-dev] [PATCH] fetch: Make FlatLayout.get_filenames() not return directories

2019-10-13 Thread Michał Górny
Stop returning directories from FlatLayout.get_filenames(). This causes emirrordist to wrongly presume directories created by new layout to be distfiles, and causes some noisy errors. Signed-off-by: Michał Górny --- lib/portage/package/ebuild/fetch.py | 3 ++- 1 file changed, 2 insertions(+),