[gentoo-dev] Package up for grabs

2016-05-30 Thread Brendan Horan
Hi, I am currently the proxy maintainer for app-arch/snappy. I no longer have the time/interest to proxy maintain this. I wish to be removed from the metadata.xml. It has one open bug : https://bugs.gentoo.org/show_bug.cgi?id=551238 There are currently no other maintainers. This would drop it

Re: [gentoo-dev] [RFC] gtk/gtk2/gtk3 USE flag situation

2016-05-30 Thread Joakim Tjernlund
On Fri, 2016-05-27 at 18:21 -0400, NP-Hardass wrote: > On 05/27/2016 06:05 PM, Daniel Campbell wrote: > > On 05/27/2016 02:45 PM, NP-Hardass wrote: > > > Not on hand, but as the MATE maintainer, I can tell you that starting > > > with MATE-1.14, two packages are gtk3 only, and starting with 1.16,

[gentoo-portage-dev] [PATCH 3/3] pym/portage/util/locale.py: add a C module to help check locale

2016-05-30 Thread Anthony G. Basile
From: "Anthony G. Basile" The current method to check for a sane system locale is to use python's ctypes.util.find_library() to construct a full library path to the system libc.so and pass that path to ctypes.CDLL() so we can call toupper() and tolower() directly. However,

Re: [gentoo-dev] [RFC] gtk/gtk2/gtk3 USE flag situation

2016-05-30 Thread Mart Raudsepp
Ühel kenal päeval, R, 27.05.2016 kell 13:14, kirjutas Anthony G. Basile: > On 5/27/16 12:59 PM, rindeal wrote: > > On 27 May 2016 at 18:54, landis blackwell > m> wrote: > > > I stopped reading after you reminded me it was 2016 > > > > Good to know, thanks for stopping

Re: [gentoo-portage-dev] [PATCH 3/3] pym/portage/util/locale.py: add a C module to help check locale

2016-05-30 Thread Brian Dolbec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Mon, 30 May 2016 11:08:03 +0200 Alexander Berntsen wrote: > On 27/05/16 16:26, Anthony G. Basile wrote: > > However, this gets bogged down in implementation details and fails > > with musl. > Is it possible to elucidate

Re: [gentoo-dev] [RFC] How to deal with LINGUAS mess?

2016-05-30 Thread Andrew Savchenko
On Sun, 29 May 2016 14:58:03 +0200 Michał Górny wrote: > On Sat, 21 May 2016 11:19:07 -0400 > waltd...@waltdnes.org wrote: > > > On Sat, May 21, 2016 at 09:41:28AM +0200, Micha?? Górny wrote > > > > > I see the following possibilities: > > > > > > 1. We start explicitly listing linguas_* in all

Re: [gentoo-portage-dev] [PATCH 3/3] pym/portage/util/locale.py: add a C module to help check locale

2016-05-30 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 27/05/16 16:26, Anthony G. Basile wrote: > However, this gets bogged down in implementation details and fails > with musl. Is it possible to elucidate this a bit more in a paragraph? Right now it reads a bit like "but this fails because reasons