[gentoo-dev] [PATCH v3 5/5] dev-python/jinja: Use distutils_enable_sphinx

2019-11-21 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-python/jinja/jinja-2.10.3-r1.ebuild | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/dev-python/jinja/jinja-2.10.3-r1.ebuild b/dev-python/jinja/jinja-2.10.3-r1.ebuild index 39131f10d5a9..f021773e3385 100644 ---

[gentoo-dev] [PATCH v3 3/5] dev-python/cssselect: Use distutils_enable_sphinx

2019-11-21 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-python/cssselect/cssselect-1.0.3.ebuild | 26 ++--- 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/dev-python/cssselect/cssselect-1.0.3.ebuild b/dev-python/cssselect/cssselect-1.0.3.ebuild index 80aef78e55b9..eb7e80a7db75

[gentoo-dev] [PATCH v3 4/5] dev-python/future: Use distutils_enable_sphinx

2019-11-21 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-python/future/future-0.18.2.ebuild | 23 +++ 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/dev-python/future/future-0.18.2.ebuild b/dev-python/future/future-0.18.2.ebuild index d5b55ddea8d2..91b1a6a29af8 100644 ---

[gentoo-dev] [PATCH v3 1/5] python-utils-r1.eclass: Introduce build_sphins() helper

2019-11-21 Thread Michał Górny
Introduce a helper to build HTML docs using Sphinx, providing for Intersphinx cleanup and HTML_DOCS appending. Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 25 + 1 file changed, 25 insertions(+) (changes in PATCH 2) diff --git

[gentoo-dev] [PATCH v3 2/5] distutils-r1.eclass: Add distutils_enable_sphinx helper function

2019-11-21 Thread Michał Górny
Add a helper function to easily take care of the most common dev-python/sphinx usage for HTML doc building. Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 96 ++ 1 file changed, 96 insertions(+) Changed in v3: - move the impl from

Re: [gentoo-dev] Addressing split usage of USE=gles[123]

2019-11-21 Thread Matt Turner
On Thu, Nov 21, 2019 at 4:54 PM Dennis Schridde wrote: > > On Donnerstag, 21. November 2019 09:11:46 CET Mart Raudsepp wrote: > > See also this related old thread: > > https://archives.gentoo.org/gentoo-dev/message/e04f6d321e424a237af62721d1d09 > > 211 > > I think tackling the triad of

Re: [gentoo-dev] Addressing split usage of USE=gles[123]

2019-11-21 Thread Michael 'veremitz' Everitt
On 21/11/19 21:53, Dennis Schridde wrote: > On Donnerstag, 21. November 2019 09:11:46 CET Mart Raudsepp wrote: >> See also this related old thread: >> https://archives.gentoo.org/gentoo-dev/message/e04f6d321e424a237af62721d1d09 >> 211 > I think tackling the triad of opengl/gles, egl/glx, X/wayland

Re: [gentoo-dev] Addressing split usage of USE=gles[123]

2019-11-21 Thread Dennis Schridde
On Donnerstag, 21. November 2019 09:11:46 CET Mart Raudsepp wrote: > See also this related old thread: > https://archives.gentoo.org/gentoo-dev/message/e04f6d321e424a237af62721d1d09 > 211 I think tackling the triad of opengl/gles, egl/glx, X/wayland is also a good idea. Generally, all these

Re: [gentoo-dev] Addressing split usage of USE=gles[123]

2019-11-21 Thread Matt Turner
On Wed, Nov 20, 2019 at 10:32 PM Haelwenn (lanodan) Monnier wrote: > > Hello gentoo-dev, > > First proposition on this list so hopefully not missing some kind of > netiquette/policy. > > I noticed for some time that there seems to be two use cases for the > gles[123] family of USE flags in gentoo

Re: [gentoo-dev] Addressing split usage of USE=gles[123]

2019-11-21 Thread Michael Orlitzky
On 11/20/19 10:32 PM, Haelwenn (lanodan) Monnier wrote: > > To reflect this I think the "gles[123]" USE flags should be renamed, > first kind to "gles[123]support" and second kind to "gles[123]only". > Might also be the time to globalize them? I'm not sure but I think that > would help in

[gentoo-dev] RFC: UID/GID assignment for graylog (478)

2019-11-21 Thread Tomas Mozes
Hello, I'd like to reserve gid/uid 478 for graylog. Haven't found in other databases, this seems like the next free id. https://github.com/gentoo/gentoo/pull/13727 Thanks, Tomas

[gentoo-dev] [PATCH v2 5/5] dev-python/jinja: Use distutils_enable_sphinx

2019-11-21 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-python/jinja/jinja-2.10.3-r1.ebuild | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/dev-python/jinja/jinja-2.10.3-r1.ebuild b/dev-python/jinja/jinja-2.10.3-r1.ebuild index 39131f10d5a9..f021773e3385 100644 ---

[gentoo-dev] [PATCH v2 4/5] dev-python/future: Use distutils_enable_sphinx

2019-11-21 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-python/future/future-0.18.2.ebuild | 23 +++ 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/dev-python/future/future-0.18.2.ebuild b/dev-python/future/future-0.18.2.ebuild index d5b55ddea8d2..91b1a6a29af8 100644 ---

[gentoo-dev] [PATCH v2 3/5] dev-python/cssselect: Use distutils_enable_sphinx

2019-11-21 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-python/cssselect/cssselect-1.0.3.ebuild | 26 ++--- 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/dev-python/cssselect/cssselect-1.0.3.ebuild b/dev-python/cssselect/cssselect-1.0.3.ebuild index 80aef78e55b9..eb7e80a7db75

[gentoo-dev] [PATCH v2 2/5] distutils-r1.eclass: Add distutils_enable_sphinx helper function

2019-11-21 Thread Michał Górny
Add a helper function to easily take care of the most common dev-python/sphinx usage for HTML doc building. Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 93 ++ 1 file changed, 93 insertions(+) Changes in v2: - building code is split out into

[gentoo-dev] [PATCH v2 1/5] python-utils-r1.eclass: Introduce build_sphins() helper

2019-11-21 Thread Michał Górny
Introduce a helper to build HTML docs using Sphinx, providing for Intersphinx cleanup and HTML_DOCS appending. Signed-off-by: Michał Górny --- eclass/python-utils-r1.eclass | 25 + 1 file changed, 25 insertions(+) diff --git a/eclass/python-utils-r1.eclass

Re: [gentoo-dev] Addressing split usage of USE=gles[123]

2019-11-21 Thread Mart Raudsepp
See also this related old thread: https://archives.gentoo.org/gentoo-dev/message/e04f6d321e424a237af62721d1d09211

Re: [gentoo-dev] Addressing split usage of USE=gles[123]

2019-11-21 Thread Dennis Schridde
Hello everyone! On Donnerstag, 21. November 2019 04:32:34 CET Haelwenn (lanodan) Monnier wrote: > I noticed for some time that there seems to be two use cases for the > gles[123] family of USE flags in gentoo repo: > 1. enabling support of OpenGL ES, which seems interesting to have for > more