Re: [gentoo-dev] useflag policies

2015-08-04 Thread Ben de Groot
On 5 August 2015 at 03:09, Davide Pesavento wrote: > On Mon, Aug 3, 2015 at 8:59 PM, Ben de Groot wrote: >> On 4 August 2015 at 04:20, Rich Freeman wrote: >>> [...] >>> Gentoo should be the best of both worlds. We should give users the >>> power to tweak things, but we shouldn't force them to p

Re: [gentoo-dev] useflag policies

2015-08-04 Thread Ben de Groot
On 4 August 2015 at 22:56, Ian Stakenvicius 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 something els

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

2015-08-04 Thread Duncan
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 of just using /etc/fstab, and (B) also break services if >

[gentoo-dev] Last rites: www-apps/horizon

2015-08-04 Thread Matthew Thode
# Matthew Thode (04 Aug 2015) # removing old and never working horizon Bug #556710 www-apps/horizon -- Matthew Thode (prometheanfire) signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] emerge --binpkg-changed-deps

2015-08-04 Thread Zac Medico
On 08/04/2015 01:16 PM, Marc Schiffbauer wrote: > hi all, > > i find it a bit hard to understand how --binpkg-changed-deps is supposed > to work and what implications it has. Moreover I think the man page is > not very clear about what it does: > > "--binpkg-changed-deps [ y | n ] >Tells emer

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

2015-08-04 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/08/15 04:40 PM, William Hubbs wrote: > On Tue, Aug 04, 2015 at 02:05:12PM -0400, Ian Stakenvicius wrote: >> 1 - if localmount fails, the you end up with everything that >> currently 'need's localmount failing -- this means if you have a >> head

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

2015-08-04 Thread William Hubbs
On Tue, Aug 04, 2015 at 02:05:12PM -0400, Ian Stakenvicius wrote: > 1 - if localmount fails, the you end up with everything that currently > 'need's localmount failing -- this means if you have a headless server > someplace that reboots, you may not end up with an sshd to connect > into it just to

[gentoo-dev] emerge --binpkg-changed-deps

2015-08-04 Thread Marc Schiffbauer
hi all, i find it a bit hard to understand how --binpkg-changed-deps is supposed to work and what implications it has. Moreover I think the man page is not very clear about what it does: "--binpkg-changed-deps [ y | n ] Tells emerge to ignore binary packages for which the corresponding

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

2015-08-04 Thread William Hubbs
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" variable and replace all > usages with "${S}". Or update the docs. I

Re: [gentoo-dev] useflag policies

2015-08-04 Thread Davide Pesavento
On Mon, Aug 3, 2015 at 8:59 PM, Ben de Groot wrote: > On 4 August 2015 at 04:20, Rich Freeman wrote: >> [...] >> Gentoo should be the best of both worlds. We should give users the >> power to tweak things, but we shouldn't force them to play with config >> files all day long just to have a funct

Re: [gentoo-dev] useflag policies

2015-08-04 Thread Davide Pesavento
On Mon, Aug 3, 2015 at 10:10 PM, Alexandre Rostovtsev wrote: > On Tue, 2015-08-04 at 11:59 +0800, Ben de Groot wrote: >> On 4 August 2015 at 04:20, Rich Freeman wrote: >> > [...] >> > Gentoo should be the best of both worlds. We should give users the >> > power to tweak things, but we shouldn't

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

2015-08-04 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/08/15 11:29 AM, William Hubbs wrote: > All, > > it seems that we have mostly agreed that this proposal is a good > one, so I want to focus the discussion on the specific behaviour of > localmount and netmount. > > Currently, they mount all fi

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

2015-08-04 Thread Mike Gilbert
On Mon, Aug 3, 2015 at 8:20 PM, William Hubbs wrote: > This eclass is meant to handle vcs snapshots of golang packages coming > from services like github. > > Let me know what you think. > > William > > # The location where the tarball is extracted is defined as > # ${S}/src/${EGO_PN}. > > # @FUNC

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

2015-08-04 Thread William Hubbs
All, it seems that we have mostly agreed that this proposal is a good one, so I want to focus the discussion on the specific behaviour of localmount and netmount. Currently, they mount all file systems in mass and exit successfully regardless of whether the mounts are successful. I feel this is a

Re: [gentoo-dev] useflag policies

2015-08-04 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/08/15 03:34 AM, Daniel Campbell (zlg) wrote: > On 08/02/2015 10:33 AM, Andrew Savchenko wrote: >> On Mon, 3 Aug 2015 00:34:51 +0800 Ben de Groot wrote: >>> Recently some team members of the Qt project have adopted >>> these ebuild policies: >>