Re: [gentoo-dev] Bazel Build eclass

2018-11-17 Thread Jason Zaman
On Sat, Nov 17, 2018 at 11:54:24PM +0100, Michał Górny wrote: > On Sun, 2018-11-18 at 03:37 +0800, Jason Zaman wrote: > > Hey all, > > > > I've been using Bazel (https://bazel.build/) to build TensorFlow for a > > while now. Here is a bazel.eclass I'd like to commit to make it easier > > for

Re: [gentoo-portage-dev] [PATCH] ecompress-file: Support decompressing .lz

2018-11-17 Thread Michał Górny
On Sat, 2018-11-17 at 09:22 +0100, Ulrich Mueller wrote: > > > > > > On Sat, 17 Nov 2018, Michał Górny wrote: > > Signed-off-by: Michał Górny > > --- > > bin/ecompress-file | 3 +++ > > 1 file changed, 3 insertions(+) > > diff --git a/bin/ecompress-file b/bin/ecompress-file > > index

Re: [gentoo-portage-dev] [PATCH] ecompress-file: Support decompressing .lz

2018-11-17 Thread Ulrich Mueller
> On Sat, 17 Nov 2018, Michał Górny wrote: > Signed-off-by: Michał Górny > --- > bin/ecompress-file | 3 +++ > 1 file changed, 3 insertions(+) > diff --git a/bin/ecompress-file b/bin/ecompress-file > index bc8fe5451..ccc2701c3 100755 > --- a/bin/ecompress-file > +++ b/bin/ecompress-file >

[gentoo-portage-dev] [PATCH] ecompress-file: Support decompressing .lz

2018-11-17 Thread Michał Górny
Signed-off-by: Michał Górny --- bin/ecompress-file | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/ecompress-file b/bin/ecompress-file index bc8fe5451..ccc2701c3 100755 --- a/bin/ecompress-file +++ b/bin/ecompress-file @@ -29,6 +29,9 @@ compress_file() {

Re: [gentoo-dev] [PATCH v3 2/2] fortran-2.eclass: support EAPI 7

2018-11-17 Thread Andrew Savchenko
On Mon, 5 Nov 2018 18:37:55 +0300 Andrew Savchenko wrote: > Hi all! > > Here follow updated patches for fortran-2.eclass EAPI 7 update. > > Patch 2 contains only code cleanup and fixes unrelated to EAPI 7 > update: With no comments for ~12 days both patches are applied now. Best regards,

Re: [gentoo-dev] [pre-GLEP] Gentoo binary package container format

2018-11-17 Thread Roy Bamford
On 2018.11.17 11:21, Michał Górny wrote: > Hi, > > Here's a pre-GLEP draft based on the earlier discussion on gentoo- > portage-dev mailing list. The specification uses GLEP form as it > provides for cleanly specifying the motivation and rationale. > >[snip glep proposal] > -- > Best regards,

[gentoo-dev] [pre-GLEP] Gentoo binary package container format

2018-11-17 Thread Michał Górny
Hi, Here's a pre-GLEP draft based on the earlier discussion on gentoo- portage-dev mailing list. The specification uses GLEP form as it provides for cleanly specifying the motivation and rationale. (Note: the number assignment is not official, just took the next number to satisfy the glep

Re: [gentoo-dev] [pre-GLEP] Gentoo binary package container format

2018-11-17 Thread Rich Freeman
On Sat, Nov 17, 2018 at 9:05 AM Roy Bamford wrote: > > Does this proposal allow for installing the payload without > the use of the Gentoo package manager from some random > distro being used as a rescue media? > Yes, it is a tarball of tarballs. There would be an extra step, but a vanilla

Re: [gentoo-dev] Bazel Build eclass

2018-11-17 Thread Michał Górny
On Sun, 2018-11-18 at 03:37 +0800, Jason Zaman wrote: > Hey all, > > I've been using Bazel (https://bazel.build/) to build TensorFlow for a > while now. Here is a bazel.eclass I'd like to commit to make it easier > for packages that use it to build. It's basically bits that I've > refactored out

[gentoo-dev] Bazel Build eclass

2018-11-17 Thread Jason Zaman
Hey all, I've been using Bazel (https://bazel.build/) to build TensorFlow for a while now. Here is a bazel.eclass I'd like to commit to make it easier for packages that use it to build. It's basically bits that I've refactored out of the TensorFlow ebuild that would be useful to other packages as

[gentoo-dev] [PATCH] eclass/webapp.eclass: fix ROOT path with EAPI=7

2018-11-17 Thread conrad
From: Conrad Kostecki Closes: https://bugs.gentoo.org/671258 Signed-off-by: Conrad Kostecki --- eclass/webapp.eclass | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 8983af334ab..e11835735ca 100644 ---

Re: [gentoo-dev] [pre-GLEP] Gentoo binary package container format

2018-11-17 Thread Michał Górny
On Sat, 2018-11-17 at 14:05 +, Roy Bamford wrote: > On 2018.11.17 11:21, Michał Górny wrote: > > Hi, > > > > Here's a pre-GLEP draft based on the earlier discussion on gentoo- > > portage-dev mailing list. The specification uses GLEP form as it > > provides for cleanly specifying the

Re: [gentoo-portage-dev] [PATCH 2/3] Support FEATURES=pid-sandbox

2018-11-17 Thread Zac Medico
On 11/14/18 12:02 AM, Michał Górny wrote: > @@ -531,6 +543,15 @@ def _exec(binary, mycommand, opt_name, fd_pipes, env, > gid, groups, uid, umask, > > errno.errorcode.get(ctypes.get_errno(), '?')), >

Re: [gentoo-portage-dev] [PATCH] ecompress-file: Support decompressing .lz

2018-11-17 Thread Zac Medico
On 11/17/18 12:14 AM, Michał Górny wrote: > Signed-off-by: Michał Górny > --- > bin/ecompress-file | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/bin/ecompress-file b/bin/ecompress-file > index bc8fe5451..ccc2701c3 100755 > --- a/bin/ecompress-file > +++ b/bin/ecompress-file > @@