Re: [gentoo-dev] network sandbox challenge

2020-03-31 Thread Robin H. Johnson
On Tue, Mar 31, 2020 at 09:18:32PM -0400, Michael Orlitzky wrote: > On 3/31/20 8:48 PM, Samuel Bernardo wrote: > > > > My question started with the network sandbox issue when we need to load > > external code dependencies. For example, a go project will download all > > dependencies from git

Re: [gentoo-dev] network sandbox challenge

2020-03-31 Thread Michael Orlitzky
On 3/31/20 8:48 PM, Samuel Bernardo wrote: > > My question started with the network sandbox issue when we need to load > external code dependencies. For example, a go project will download all > dependencies from git repositories that will happen after src_unpack. In > this case I need to add an

Re: [gentoo-dev] network sandbox challenge

2020-03-31 Thread Samuel Bernardo
Hi Michael, Thank you for pointing that out. My use case was about my personal overlay that is not mirrored by Gentoo infrastructure. My question started with the network sandbox issue when we need to load external code dependencies. For example, a go project will download all dependencies from

Re: [gentoo-dev] network sandbox challenge

2020-03-31 Thread Samuel Bernardo
Hi Alec, Thank you very much for your explanation. I'll keep it in my notes. Best, Samuel On 3/31/20 11:41 PM, Alec Warner wrote: > In general I'd avoid using the mirror system as URI simplification too > much; a lot of the idea is to avoid hardcoding specific hosts. E.g. > for the gentoo

Re: [gentoo-dev] network sandbox challenge

2020-03-31 Thread Michael Orlitzky
On 3/31/20 6:21 PM, Samuel Bernardo wrote: > > But after your explanation, I understand now that mirror types provides > alias to use in ebuild SRC_URI, specially useful for the update task > (awesome). > Beware: thirdpartymirrors doesn't really do anything useful for normal ebuilds in

Re: [gentoo-dev] network sandbox challenge

2020-03-31 Thread Alec Warner
On Tue, Mar 31, 2020 at 3:21 PM Samuel Bernardo < samuelbernardo.m...@gmail.com> wrote: > Hi, > On 3/31/20 9:25 PM, Alec Warner wrote: > > From thirdpartymirrors file I can see more examples... The mirror type >> can be any label that I decide to use? >> > > man portage(5) says: > Whenever

Re: [gentoo-dev] network sandbox challenge

2020-03-31 Thread Samuel Bernardo
Hi, On 3/31/20 9:25 PM, Alec Warner wrote: > > From thirdpartymirrors file I can see more examples... The mirror type > can be any label that I decide to use? > > > man portage(5) says: > Whenever portage encounters a mirror:// style URI it will look up the > actual hosts here.  If the

[gentoo-dev] Re: [gentoo-dev-announce] Last rites: games-fps/ut2003

2020-03-31 Thread James Le Cuirot
On Tue, 31 Mar 2020 04:14:03 +0200 Jonas Stein wrote: > profiles: Mask games-fps/ut2003 for removal > > SRC_URI is dead AND RESTRICT=mirror is required > Bug: https://bugs.gentoo.org/715540 Fixed. Last-rites cancelled. -- James Le Cuirot (chewi) Gentoo Linux Developer

[gentoo-dev] newsitem: k8s moving to a single package

2020-03-31 Thread William Hubbs
Title: K8s Moving to a Single Package Author: William Hubbs Posted: 2020-04-03 Revision: 1 News-Item-Format: 2.0 Display-If-Installed: sys-cluster/kubeadm Display-If-Installed: sys-cluster/kube-apiserver Display-If-Installed: sys-cluster/kube-controller-manager Display-If-Installed:

Re: [gentoo-dev] Last rites: media-fonts/symbola

2020-03-31 Thread Ulrich Mueller
> On Tue, 31 Mar 2020, James Cloos wrote: > The only license i can see in that zip is the line in the pdf (which > also says 10.24) that they are 'free for any use'. Ah, I hadn't seen that one. I stand corrected then. > If 10.24 is in wayback, 10.23 probably is as well. > The last usable

Re: [gentoo-dev] network sandbox challenge

2020-03-31 Thread Alec Warner
On Tue, Mar 31, 2020 at 12:58 PM Samuel Bernardo < samuelbernardo.m...@gmail.com> wrote: > Hi Alec, > > On 3/27/20 11:20 PM, Alec Warner wrote: > > > > I should point you at man portage(5) (search for mirrors), which has > > more detail on how to set up a non-gentoo mirror network. > > Reading

[gentoo-dev] mirror network for personal overlay

2020-03-31 Thread Samuel Bernardo
Dear all, My goal is to integrate local rsyncd mirror in /etc/portage/mirrors with a configuration like local rsync://localnet-master/gentoo where "gentoo" in rsyncd.conf contains every files in /var/db/repos/gentoo including distfiles/, excluding only packages/ directory that is defined in

[gentoo-dev] [PATCH 2/3] gnome2-utils.eclass: Fix missing "/" with EAPI >= 7.

2020-03-31 Thread Matt Turner
From: Arfrever Frehtes Taifersar Arahesis Bug: https://bugs.gentoo.org/694012 Signed-off-by: Arfrever Frehtes Taifersar Arahesis --- eclass/gnome2-utils.eclass | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/eclass/gnome2-utils.eclass

[gentoo-dev] [PATCH 3/3] gnome2-utils.eclass: Inherit eutils.eclass for emktemp().

2020-03-31 Thread Matt Turner
From: Arfrever Frehtes Taifersar Arahesis Bug: https://bugs.gentoo.org/694012 Signed-off-by: Arfrever Frehtes Taifersar Arahesis --- eclass/gnome2-utils.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index

[gentoo-dev] [PATCH 1/3] gnome2-utils.eclass: Fix double "/" with EAPI < 7.

2020-03-31 Thread Matt Turner
From: Arfrever Frehtes Taifersar Arahesis Bug: https://bugs.gentoo.org/694012 Signed-off-by: Arfrever Frehtes Taifersar Arahesis --- eclass/gnome2-utils.eclass | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/eclass/gnome2-utils.eclass

Re: [gentoo-dev] network sandbox challenge

2020-03-31 Thread Samuel Bernardo
Hi Alec, On 3/27/20 11:20 PM, Alec Warner wrote: > > I should point you at man portage(5) (search for mirrors), which has > more detail on how to set up a non-gentoo mirror network. Reading portage manpage about mirrors I didn't find the mirror type possible values. As I could understand, there

Re: [gentoo-dev] Last rites: media-fonts/symbola

2020-03-31 Thread James Cloos
> "UM" == Ulrich Mueller writes: > On Tue, 31 Mar 2020, Alessandro Barbieri wrote: >> Version 10.23 is here >> https://web.archive.org/web/20180129230141/http://users.teilar.gr/~g1951d/Symbola.zip UM> Actually, that zipball contains version 10.24, which is under the UM> restrictive

Re: [gentoo-dev] Last rites: media-fonts/symbola

2020-03-31 Thread Ulrich Mueller
> On Tue, 31 Mar 2020, Alessandro Barbieri wrote: > Version 10.23 is here > https://web.archive.org/web/20180129230141/http://users.teilar.gr/~g1951d/Symbola.zip Actually, that zipball contains version 10.24, which is under the restrictive license already: $ fc-query -f '%{fontversion}'

Re: [gentoo-dev] Last rites: media-fonts/symbola

2020-03-31 Thread Alessandro Barbieri
Version 10.23 is here https://web.archive.org/web/20180129230141/http://users.teilar.gr/~g1951d/Symbola.zip Il Dom 29 Mar 2020, 23:20 Chí-Thanh Christopher Nguyễn ha scritto: > # Chí-Thanh Christopher Nguyễn (2020-03-29) > # Old releases gone from upstream, new releases use overly restrictive

Re: [gentoo-dev] [RFC] New global USE flag 'gles2-only'

2020-03-31 Thread James Le Cuirot
On Tue, 31 Mar 2020 12:57:39 +0200 Andreas Sturmlechner wrote: > Hi, > > this is currently used by 4 packages but there are many more to come, > especially in the dev-qt/* and kde-*/* categories where 'gles2' is being > renamed to 'gles2-only' where appropriate. Its purpose and description is

[gentoo-dev] [RFC] New global USE flag 'gles2-only'

2020-03-31 Thread Andreas Sturmlechner
Hi, this is currently used by 4 packages but there are many more to come, especially in the dev-qt/* and kde-*/* categories where 'gles2' is being renamed to 'gles2-only' where appropriate. Its purpose and description is really the same everywhere. Description: "Use GLES 2.0 or later instead