[gentoo-portage-dev] [PATCH v6] Support escaping network-sandbox through SOCKSv5 proxy

2015-02-01 Thread Michał Górny
Add a minimal SOCKSv5-over-UNIX-socket proxy to Portage, and start it whenever ebuilds are started with network-sandbox enabled. Pass the socket address in PORTAGE_SOCKS5_PROXY and DISTCC_SOCKS_PROXY variables. The proxy can be used to escape the network sandbox whenever network access is really

Re: [gentoo-portage-dev] [PATCH] test_compile_modules: skip files that require newer Python version

2015-02-01 Thread Michał Górny
Dnia 2015-01-31, o godz. 09:18:06 Michał Górny mgo...@gentoo.org napisał(a): Support skipping Python modules and scripts that require newer Python version than currently used during compile tests. Add a metadata db that can be used to store additional information about Python files, and store

Re: [gentoo-portage-dev] [PATCH v6] Support escaping network-sandbox through SOCKSv5 proxy

2015-02-01 Thread Michał Górny
Dnia 2015-02-01, o godz. 09:53:59 Michał Górny mgo...@gentoo.org napisał(a): Add a minimal SOCKSv5-over-UNIX-socket proxy to Portage, and start it whenever ebuilds are started with network-sandbox enabled. Pass the socket address in PORTAGE_SOCKS5_PROXY and DISTCC_SOCKS_PROXY variables. The

Re: [gentoo-dev] CPU_FLAGS_X86 gentoo repository migration complete

2015-02-01 Thread Michał Górny
Dnia 2015-02-01, o godz. 14:39:30 Matt Turner matts...@gentoo.org napisał(a): On Sun, Feb 1, 2015 at 2:17 PM, Michał Górny mgo...@gentoo.org wrote: 2. app-emulation/bochs got local USE=3dnow and USE=avx since the flag control support of emulating the two instruction sets rather than using

Re: [gentoo-dev] [PATCH] git-r3.eclass: respect EVCS_UMASK

2015-02-01 Thread Michał Górny
Dnia 2015-02-01, o godz. 23:18:01 Ulrich Mueller u...@gentoo.org napisał(a): @@ -309,8 +320,14 @@ _git-r3_set_gitdir() { addwrite ${EGIT3_STORE_DIR} if [[ ! -d ${GIT_DIR} ]]; then + local restore_umask=: + if [[ ${EVCS_UMASK} ]]; then +

[gentoo-dev] CPU_FLAGS_X86 gentoo repository migration complete

2015-02-01 Thread Michał Górny
Hi, developers. Just a quick note: the CPU_FLAGS_X86 conversion of the Gentoo repository is complete now. More specifically: 1. all packages (except app-emulation/bochs) use new CPU_FLAGS_X86 flags. Whenever appropriate, the used flags were fixed to match common naming. 2. app-emulation/bochs

[gentoo-dev] [PATCH] git-r3.eclass: respect EVCS_UMASK

2015-02-01 Thread Ulrich Mueller
Attached patch makes git-r3.eclass respect EVCS_UMASK. See the variable's description in the patch itself (stolen from subversion.eclass) for the use case. Ulrich Index: git-r3.eclass === RCS file:

Re: [gentoo-dev] Re: news item: nfsmount renamed nfsclient

2015-02-01 Thread William Hubbs
All, here is the third iteration of this news item. Unless there are objections, this will go in the tree sometime after 13:00 utc on 2015-02-02. William Title: nfs service changes Author: William Hubbs willi...@gentoo.org Content-Type: text/plain Posted: 2015-02-02 Revision: 1

Re: [gentoo-dev] CPU_FLAGS_X86 gentoo repository migration complete

2015-02-01 Thread Zac Medico
On 02/01/2015 02:39 PM, Matt Turner wrote: On Sun, Feb 1, 2015 at 2:17 PM, Michał Górny mgo...@gentoo.org wrote: 2. app-emulation/bochs got local USE=3dnow and USE=avx since the flag control support of emulating the two instruction sets rather than using host CPU instruction sets. Wouldn't

Re: [gentoo-dev] CPU_FLAGS_X86 gentoo repository migration complete

2015-02-01 Thread Sebastian Pipping
On 01.02.2015 23:17, Michał Górny wrote: Hi, developers. Just a quick note: the CPU_FLAGS_X86 conversion of the Gentoo repository is complete now. Cool! Thanks for fixing the freeverb3 ebuild, too. Best, Sebastian

[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2015-02-01 23:59 UTC

2015-02-01 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed from the tree, for the week ending 2015-02-01 23:59 UTC. Removals: app-emacs/cedet 2015-01-28 22:17:57 ulm app-vim/svncommand 2015-01-30 20:07:19 radhermit

Re: [gentoo-dev] arm64

2015-02-01 Thread Sebastian Pipping
Thanks! The issue and fix are clear by now (for details: http://sourceforge.net/p/uriparser/bugs/24/). So I don't need shell access any more, at least not in this context. Best, Sebastian On 25.01.2015 18:49, Tom Gall wrote: Least speaking for myself I can help you out starting Feb 15th,

Re: [gentoo-dev] CPU_FLAGS_X86 gentoo repository migration complete

2015-02-01 Thread Matt Turner
On Sun, Feb 1, 2015 at 3:28 PM, Zac Medico zmed...@gentoo.org wrote: On 02/01/2015 02:39 PM, Matt Turner wrote: On Sun, Feb 1, 2015 at 2:17 PM, Michał Górny mgo...@gentoo.org wrote: 2. app-emulation/bochs got local USE=3dnow and USE=avx since the flag control support of emulating the two

Re: [gentoo-dev] CPU_FLAGS_X86 gentoo repository migration complete

2015-02-01 Thread Matt Turner
On Sun, Feb 1, 2015 at 2:17 PM, Michał Górny mgo...@gentoo.org wrote: 2. app-emulation/bochs got local USE=3dnow and USE=avx since the flag control support of emulating the two instruction sets rather than using host CPU instruction sets. Wouldn't it be simpler to use CPU_FLAGS_X86 for these

Re: [gentoo-dev] [PATCH] git-r3.eclass: respect EVCS_UMASK

2015-02-01 Thread Ulrich Mueller
On Sun, 1 Feb 2015, Michał Górny wrote: @@ -309,8 +320,14 @@ _git-r3_set_gitdir() { addwrite ${EGIT3_STORE_DIR} if [[ ! -d ${GIT_DIR} ]]; then +local restore_umask=: +if [[ ${EVCS_UMASK} ]]; then +restore_umask=$(umask -p) I think that -p is

[gentoo-dev] Re: news item: nfsmount renamed nfsclient

2015-02-01 Thread Duncan
William Hubbs posted on Sun, 01 Feb 2015 17:16:30 -0600 as excerpted: here is the third iteration of this news item. Unless there are objections, this will go in the tree sometime after 13:00 utc on 2015-02-02. LGTM. =:^) -- Duncan - List replies preferred. No HTML msgs. Every nonfree