Re: [gentoo-dev] [PATCH 1/2] python-utils-r1.eclass: python_fix_shebang, skip empty files

2015-11-26 Thread Michał Górny
On Thu, 26 Nov 2015 23:30:08 +0100 Michał Górny wrote: > Skip empty files when traversing directories in python_fix_shebangs. > This prevents read from failing on them, and avoids opening them > unnecessarily. Soo... this patch fixes failure with blueman but doesn't with gnome-python-common-base

[gentoo-dev] [PATCH 2/2] python-utils-r1.eclass: python_fix_shebang, accept symlink as parameter

2015-11-26 Thread Michał Górny
Add '-H' option to find to allow following symlinks passed as parameters. This makes python_fix_shebang handle either file symlinks passed directly, or directory symlinks passed directly for recursive traversal. Both were currently ignored silently. --- eclass/python-utils-r1.eclass | 2 +- 1 file

[gentoo-dev] [PATCH 1/2] python-utils-r1.eclass: python_fix_shebang, skip empty files

2015-11-26 Thread Michał Górny
Skip empty files when traversing directories in python_fix_shebangs. This prevents read from failing on them, and avoids opening them unnecessarily. --- eclass/python-utils-r1.eclass | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/eclass/python-utils-r1.eclass b/eclass

Re: [gentoo-dev] [PATCH 03/29] python-utils-r1.eclass: Add missing ||die on file read

2015-11-26 Thread Michał Górny
On Wed, 25 Nov 2015 17:16:24 +0100 Michał Górny wrote: > On Sun, 22 Nov 2015 20:50:44 +0100 > Michał Górny wrote: > > > --- > > eclass/python-utils-r1.eclass | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-

[gentoo-dev] New arches??

2015-11-26 Thread Andreas K. Huettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi all, just curious, where did "riscv" come from (and nios2, but that seem's to have been around for longer...) Cheers - -- Andreas K. Huettel Gentoo Linux developer dilfri...@gentoo.org http://www.akhuettel.de/ -BEGIN PGP SIGNATURE---

Re: [gentoo-dev] rfc: adding sbin directories to PATH for all users

2015-11-26 Thread Peter Stuge
Mike Gilbert wrote: > > I would like for us to discuss adding the sbin directories to PATH for > > all users. > > I support this idea. The distinction between bin and sbin is stupid. I support it too FWIW. //Peter

Re: [gentoo-dev] Re: rfc: adding sbin directories to PATH for all users

2015-11-26 Thread Alan McKinnon
On 26/11/2015 17:03, Duncan wrote: > Kristian Fiskerstrand posted on Wed, 25 Nov 2015 21:15:37 +0100 as > excerpted: > >> On 11/25/2015 09:16 PM, Mike Gilbert wrote: >>> On Wed, Nov 25, 2015 at 2:23 PM, Michał Górny >>> wrote: On Wed, 25 Nov 2015 11:18:34 -0800 Daniel Campbell wrote: >

[gentoo-dev] Re: rfc: adding sbin directories to PATH for all users

2015-11-26 Thread Duncan
Kristian Fiskerstrand posted on Wed, 25 Nov 2015 21:15:37 +0100 as excerpted: > On 11/25/2015 09:16 PM, Mike Gilbert wrote: >> On Wed, Nov 25, 2015 at 2:23 PM, Michał Górny >> wrote: >>> On Wed, 25 Nov 2015 11:18:34 -0800 Daniel Campbell >>> wrote: Maybe I'm missing something, but `df` is i