Re: [gentoo-dev] Graphics Project disbanded [pkgs up for grabs]

2020-06-08 Thread Chris Mayo
On Sat, 6 Jun, 2020 at 14:50, Aaron Bauman wrote: All, the graphics project has now been disbanded. All packages have been reassigned to maintainer-needed. Bugs will be reassigned soon. Here are a list of the packages that are now up for grabs: ... media-gfx/gnofract4d GitHub PR update

[gentoo-dev] [PATCH 1/2] waf-utils.eclass: Support --docdir and --htmldir

2020-03-05 Thread Chris Mayo
waf can optionally set the standard GNU directories [1]. Based on the code for econf in Portage's phase-helpers.sh. [1] https://waf.io/apidocs/tools/gnu_dirs.html Closes: https://bugs.gentoo.org/711612 Signed-off-by: Chris Mayo --- Fixes QA problem with media-video/mpv-0.32.0-r1 report

[gentoo-dev] [PATCH 2/2] waf-utils.eclass: Replace NO_WAF_LIBDIR with an automatic check

2020-03-05 Thread Chris Mayo
Test `waf --help` for --libdir support instead. Signed-off-by: Chris Mayo --- NO_WAF_LIBDIR only used by dev-libs/tut. emerge's OK after this patch. eclass/waf-utils.eclass | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/eclass/waf-utils.eclass b/eclas

Re: [gentoo-dev] [PATCH] eutils.eclass: Document optfeature suggests packages not installed

2017-09-06 Thread Chris Mayo
On 03/09/17 22:22, Michael Orlitzky wrote: > On 09/03/2017 11:56 AM, Chris Mayo wrote: >> # >> # The following snippet would suggest app-misc/foo for optional foo support, >> # app-misc/bar or app-misc/baz[bar] for optional bar support >> > > Would th

[gentoo-dev] [PATCH] eutils.eclass: Document optfeature suggests packages not installed

2017-09-03 Thread Chris Mayo
--- Please consider this clarification of optfeature. Chris eclass/eutils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index fe4339f6b89..f35fa5980d7 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -827

[gentoo-dev] [PATCH] systemd.eclass: Improve systemd_install_serviced documentation

2017-06-11 Thread Chris Mayo
Signed-off-by: Chris Mayo --- Nothing added, just suggesting how it could be made easier to understand. Chris eclass/systemd.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 7e46e80119c..49f7480228b

[gentoo-dev] [PATCH] eutils.eclass: add 512 icon size to doicon documentation

2017-01-07 Thread Chris Mayo
Signed-off-by: Chris Mayo --- Sent as requested on https://github.com/gentoo/gentoo/pull/3298 eclass/eutils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index aaf195b..d868467 100644 --- a/eclass/eutils.eclass +++ b