Re: [gentoo-dev] separate /usr without initramfs

2019-10-27 Thread Michael Everitt
On 27/10/19 16:12, Matt Turner wrote: > On Sun, Oct 27, 2019 at 3:06 AM James Le Cuirot wrote: >> On Sun, 27 Oct 2019 05:38:48 -0400 >> Joshua Kinard wrote: >> >>> Why do I not like an initramfs, though? Well, for one, it complicates the >>> kernel compiles (and it makes them bigger, something w

Re: [gentoo-dev] [PATCH 2/3] virtual/cargo: drop virtual

2019-10-26 Thread Michael Everitt
On 27/10/19 00:55, William Hubbs wrote: > On Sun, Oct 27, 2019 at 12:14:59AM +0100, Michael Everitt wrote: >> On 26/10/19 23:35, William Hubbs wrote: >>> On Sat, Oct 26, 2019 at 11:17:18AM +0200, Michał Górny wrote: >>>> On Sat, 2019-10-26 at 11:14 +0200, Dirkjan Oc

[gentoo-dev] [PATCH 2/3] virtual/cargo: drop virtual

2019-10-26 Thread Michael Everitt
On 26/10/19 23:35, William Hubbs wrote: > On Sat, Oct 26, 2019 at 11:17:18AM +0200, Michał Górny wrote: >> On Sat, 2019-10-26 at 11:14 +0200, Dirkjan Ochtman wrote: >>> On Sat, Oct 26, 2019, 05:59 Kent Fredric wrote: >>> On Fri, 25 Oct 2019 15:03:39 -0700 Georgy Yakovlev wrote: >>>

Re: [gentoo-dev] [PATCH 2/3] virtual/cargo: drop virtual

2019-10-25 Thread Michael Everitt
On 26/10/19 04:59, Kent Fredric wrote: > On Fri, 25 Oct 2019 15:03:39 -0700 > Georgy Yakovlev wrote: > >> not used anymore >> >> Closes: https://bugs.gentoo.org/695698 >> Signed-off-by: Georgy Yakovlev > > Its likely this removal will cause the same kinds of problems faced by > the recent virtual

[gentoo-dev] Editing RDEPEND without a new revision (again)

2019-10-25 Thread Michael Everitt
On 25/10/19 14:43, Michael Orlitzky wrote: > On 10/24/19 10:03 PM, Michael Everitt wrote: >> Forgive my lack of git-fu, but which commit did this? Can we name & shame >> the author and committer publicly, and in front of QA, so that this kind of >> violation is highligh

Re: [gentoo-dev] Editing RDEPEND without a new revision (again)

2019-10-24 Thread Michael Everitt
On 24/10/19 23:04, Michael Orlitzky wrote: > Here we go again. All week I've been trying to update @world. I'm trying > to troubleshoot a portage bug[0], deal with portage taking forever to > fail, and now I've got to deal with the fact that someone was too clever > to follow the PMS and replaced v

Re: [gentoo-dev] uid/gid request for www-apps/redmine

2019-10-24 Thread Michael Everitt
On 24/10/19 18:58, Azamat Hackimov wrote: > Hello. > > As per https://github.com/gentoo/gentoo/pull/12807 I need UID/GID for > web-application Redmine. Could I please get those for it? Any available > number will OK.  > > -- > From Siberia with Love! Check https://api.gentoo.org/uid-gid.txt .. giv

Re: [gentoo-dev] [RFC] Disable --autounmask auto-unmasking keywords / masks by default

2019-10-09 Thread Michael Everitt
On 10/10/19 03:57, Kent Fredric wrote: > On Wed, 9 Oct 2019 19:45:34 -0700 > Zac Medico wrote: > >> I'd prefer to disable --autounmask by default and include warnings about >> harmful behavior in the documentation. > I think autounmasks behaviour with regards to USE flags is useful, > (heh), its j

Re: [gentoo-dev] Last rites: multiple unfetchable packages (games-*, net-print/adobeps, sci-chem/xdsstat-bin, sci-libs/{openfoam,parmgridgen})

2019-09-28 Thread Michael Everitt
It looks like your GPG setup isn't quite working .. your key is attached, but your messages don't appear to be being signed, if that was your intention :) just a FYI! On 28/09/19 21:13, waebbl wrote: > Version 7 doesn't require parmgridgen. I has dependencies on scoth, > paraview and cgal, all of

[gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread Michael Everitt
On 06/09/19 20:09, Kent Fredric wrote: > On Fri, 6 Sep 2019 20:02:05 +0100 > Michael Everitt wrote: > >> so that the original source makes sense when reading it >> without external tools ? Thoughts? > The source still makes sense without external tools. > > You just

Re: [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread Michael Everitt
On 06/09/19 20:00, Georgy Yakovlev wrote: > On Friday, September 6, 2019 11:52:53 AM PDT Michael Everitt wrote: >> On 06/09/19 18:27, Ben Kohler wrote: >> >> This series seems super counter-intuitive to me .. surely all usage >> examples (in Linux/etc in general) ut

Re: [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread Michael Everitt
On 06/09/19 18:27, Ben Kohler wrote: > Signed-off-by: Ben Kohler > --- > eclass/tmpfiles.eclass | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass > index 68478ffbcd6..360c5e3b816 100644 > --- a/eclass/tmpfiles.eclass > +

[gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/

2019-09-05 Thread Michael Everitt
On 05/09/19 20:47, Michał Górny wrote: > On Thu, 2019-09-05 at 15:14 +0200, Thomas Deutschmann wrote: >> On 2019-09-05 06:02, Michał Górny wrote: In my case I am working on a new mysql eclass to outsource pkg_config function which is shared at least between dev-db/mysql and dev-db/pe