Re: [gentoo-dev] useflag policies

2015-08-05 Thread Ben de Groot
On 4 August 2015 at 22:56, Ian Stakenvicius a...@gentoo.org wrote: Are there any cases where things actually break if a package has both flags enabled? IE, is three a package with IUSE=qt4 qt5 that when both flags are enabled would build for qt5 only, and happens to be a dependency atom of

Re: [gentoo-dev] useflag policies

2015-08-05 Thread Ben de Groot
On 5 August 2015 at 03:09, Davide Pesavento p...@gentoo.org wrote: On Mon, Aug 3, 2015 at 8:59 PM, Ben de Groot yng...@gentoo.org wrote: On 4 August 2015 at 04:20, Rich Freeman ri...@gentoo.org wrote: [...] Gentoo should be the best of both worlds. We should give users the power to tweak

Re: [gentoo-dev] Re: rfc: improve file system mounting and unmounting in OpenRC

2015-08-05 Thread William Hubbs
On Wed, Aug 05, 2015 at 04:50:40AM +, Duncan wrote: Ian Stakenvicius posted on Tue, 04 Aug 2015 17:17:51 -0400 as excerpted: So what you are suggesting here now is that you want to (A) potentially break mounting with the need to externally manage mounts via services in openrc instead

Re: [gentoo-dev] Re: rfc: improve file system mounting and unmounting in OpenRC

2015-08-05 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/08/15 10:01 AM, William Hubbs wrote: On Wed, Aug 05, 2015 at 04:50:40AM +, Duncan wrote: Ian Stakenvicius posted on Tue, 04 Aug 2015 17:17:51 -0400 as excerpted: So what you are suggesting here now is that you want to (A)

Re: [gentoo-dev] Re: rfc: improve file system mounting and unmounting in OpenRC

2015-08-05 Thread William Hubbs
On Wed, Aug 05, 2015 at 10:18:13AM -0400, Ian Stakenvicius wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/08/15 10:01 AM, William Hubbs wrote: On Wed, Aug 05, 2015 at 04:50:40AM +, Duncan wrote: Ian Stakenvicius posted on Tue, 04 Aug 2015 17:17:51 -0400 as excerpted:

Re: [gentoo-dev] new eclass: golang-vcs-snapshot.eclass for golang vcs snapshots

2015-08-05 Thread William Hubbs
On Tue, Aug 04, 2015 at 02:19:52PM -0500, William Hubbs wrote: On Tue, Aug 04, 2015 at 12:17:50PM -0400, Mike Gilbert wrote: The documentation says you are extracting to ${S}, but the function actually extracts to ${WORKDIR}/${PN}. s/PN/P/ I would get rid of the useless destdir

Re: [gentoo-dev] useflag policies

2015-08-05 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/08/15 02:38 AM, Ben de Groot wrote: On 4 August 2015 at 22:56, Ian Stakenvicius a...@gentoo.org wrote: Are there any cases where things actually break if a package has both flags enabled? IE, is three a package with IUSE=qt4 qt5 that when

[gentoo-portage-dev] [PATCH] similar_name_search: used indexed repos where appropriate (bug 556764)

2015-08-05 Thread Zac Medico
This reduces the time of 'emerge --info foo' by roughly 24% on my laptop. X-Gentoo-Bug: 556764 X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=556764 --- pym/_emerge/actions.py | 7 +-- pym/_emerge/depgraph.py | 6 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff

Re: [gentoo-dev] rfc: improve file system mounting and unmounting in OpenRC

2015-08-05 Thread Gregory Woodbury
On Wed, Aug 5, 2015 at 8:09 PM, James Cloos cl...@jhcloos.com wrote: WH == William Hubbs willi...@gentoo.org writes: WH What do folks think of these changes? For local filesystems, mount -a is exactly right and should remain. At least for those of us who prefer only ever halving to edit

Re: [gentoo-dev] rfc: improve file system mounting and unmounting in OpenRC

2015-08-05 Thread James Cloos
WH == William Hubbs willi...@gentoo.org writes: WH The other change I want to make, considering that the mount.* scripts WH will actually do the work of mounting the file systems, is to turn WH localmount and netmount into wrappers which will do nothing other than WH pull in the appropriate