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 o
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
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
>
> 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}' Symb
> "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 licen
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 i
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 b/eclass/gnome2-u
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
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 b/eclass/gnome2-utils
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 "por
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 por
> 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 ve
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: sys-cluster/ku
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
pgpcCW8mJf
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 mir
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 portage
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 ::gentoo.
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 mirr
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
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 a
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 repos
21 matches
Mail list logo