Re: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: eclass/

2019-09-06 Thread Alfredo Tupone
On 23:45 Thu 05 Sep , Mike Gilbert wrote: > On Thu, Sep 5, 2019 at 6:47 PM Thomas Deutschmann wrote: > > > > On 2019-09-05 22:16, Michał Górny wrote: > > >> But as per the way the dev manual is written, he arguably *is* > > >> following policy. > > >> > > >> Stop taking the line of assuming

[gentoo-dev] Last rites: dev-cpp/xsd

2019-09-06 Thread Michał Górny
# Michał Górny (2019-09-06) # Unmaintained. Tests fail to build. Last release in 2014. No reverse # dependencies. Removal in 30 days. Bug #640860. dev-cpp/xsd -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] [PATCH 06/16] java-utils-2.eclass: minor @USAGE fix

2019-09-06 Thread bkohler
From: Ben Kohler Signed-off-by: Ben Kohler --- eclass/java-utils-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 4f7eb0356fc..07a5419d43e 100644 --- a/eclass/java-utils-2.eclass +++

[gentoo-dev] [PATCH 07/16] linux-info.eclass: minor @USAGE syntax fixes

2019-09-06 Thread bkohler
From: Ben Kohler Use the recommended [optional args] syntax Signed-off-by: Ben Kohler --- eclass/linux-info.eclass | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 98ec0ac8dab..44eebcf52a9 100644 ---

Re: [gentoo-dev] [RFC] Reserve slurm user and group uid/gid 400/400

2019-09-06 Thread Alexey 'Alexxy' Shvetsov
Since 500/500 is reserved uid/gid then i'll proceed with 400|400 > Hi! > > I'd like to reserve slurm user and group for sys-cluster/slurm. I plan to > use old uid/gid for it (500/500) -- Best regards, Alexey 'Alexxy' Shvetsov signature.asc Description: This is a digitally signed message

Re: [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread Mike Gilbert
On Fri, Sep 6, 2019 at 2:52 PM Michael Everitt wrote: > > On 06/09/19 18:27, Ben Kohler wrote: > > Signed-off-by: Ben Kohler > > --- > > eclass/tmpfiles.eclass | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass >

[gentoo-dev] [PATCH 03/16] gnome2-utils.eclass: remove redundant @USAGE lines

2019-09-06 Thread bkohler
From: Ben Kohler Signed-off-by: Ben Kohler --- eclass/gnome2-utils.eclass | 5 - 1 file changed, 5 deletions(-) diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 06683a7467f..c9765f6fd91 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.eclass @@

[gentoo-dev] [PATCH 04/16] desktop.eclass: fix up @USAGE for make_desktop_entry

2019-09-06 Thread bkohler
From: Ben Kohler Signed-off-by: Ben Kohler --- eclass/desktop.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/desktop.eclass b/eclass/desktop.eclass index 6fc72ab8ec0..29ab39806e1 100644 --- a/eclass/desktop.eclass +++ b/eclass/desktop.eclass @@ -10,7 +10,7 @@

[gentoo-dev] [PATCH] bash-completion-r1.eclass: minor @USAGE syntax fixes

2019-09-06 Thread Ben Kohler
Signed-off-by: Ben Kohler --- eclass/bash-completion-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/bash-completion-r1.eclass b/eclass/bash-completion-r1.eclass index 7a69f485a74..636371df9d6 100644 --- a/eclass/bash-completion-r1.eclass +++

Re: [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread Georgy Yakovlev
On Friday, September 6, 2019 11:52:53 AM PDT Michael Everitt wrote: > On 06/09/19 18:27, Ben Kohler wrote: > > This series seems super counter-intuitive to me .. surely all usage > examples (in Linux/etc in general) utilise the command itself to provide > context of how to invoke the function/etc

[gentoo-dev] [PATCH] ruby-fakegem.eclass: function name typo fix & minor @USAGE fixes

2019-09-06 Thread Ben Kohler
Signed-off-by: Ben Kohler --- eclass/ruby-fakegem.eclass | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index a6a7654f9e6..f75e1669b0c 100644 --- a/eclass/ruby-fakegem.eclass +++

Re: [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread Michael Everitt
On 06/09/19 18:27, Ben Kohler wrote: > Signed-off-by: Ben Kohler > --- > eclass/tmpfiles.eclass | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass > index 68478ffbcd6..360c5e3b816 100644 > --- a/eclass/tmpfiles.eclass >

Re: [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread Kent Fredric
On Fri, 6 Sep 2019 20:02:05 +0100 Michael Everitt wrote: > so that the original source makes sense when reading it > without external tools ? Thoughts? The source still makes sense without external tools. You just need to understand the syntax :p - @FUNCTION @USAGE And @FUNCTION is *right

[gentoo-dev] [PATCH] s6.eclass: minor @USAGE fixes

2019-09-06 Thread Ben Kohler
Signed-off-by: Ben Kohler --- eclass/s6.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/s6.eclass b/eclass/s6.eclass index 32521515497..245df1e1118 100644 --- a/eclass/s6.eclass +++ b/eclass/s6.eclass @@ -48,7 +48,7 @@ s6_get_servicedir() { } #

[gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread Ben Kohler
Signed-off-by: Ben Kohler --- eclass/tmpfiles.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass index 68478ffbcd6..360c5e3b816 100644 --- a/eclass/tmpfiles.eclass +++ b/eclass/tmpfiles.eclass @@ -63,7 +63,7 @@ esac

[gentoo-dev] [PATCH 05/16] gstreamer.eclass: minor @USAGE fixes

2019-09-06 Thread bkohler
From: Ben Kohler Signed-off-by: Ben Kohler --- eclass/gstreamer.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass index 24877de422f..b4529e38209 100644 --- a/eclass/gstreamer.eclass +++ b/eclass/gstreamer.eclass @@

[gentoo-dev] [PATCH 08/16] linux-mod.eclass: minor @USAGE syntax fix

2019-09-06 Thread bkohler
From: Ben Kohler Signed-off-by: Ben Kohler --- eclass/linux-mod.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index b6dc2c84d09..d10c414ef04 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@

Re: [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread Michael Everitt
On 06/09/19 20:00, Georgy Yakovlev wrote: > On Friday, September 6, 2019 11:52:53 AM PDT Michael Everitt wrote: >> On 06/09/19 18:27, Ben Kohler wrote: >> >> This series seems super counter-intuitive to me .. surely all usage >> examples (in Linux/etc in general) utilise the command itself to

[gentoo-dev] [PATCH] perl-app.eclass: remove unneeded @USAGE lines

2019-09-06 Thread Ben Kohler
Signed-off-by: Ben Kohler --- eclass/perl-app.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/perl-app.eclass b/eclass/perl-app.eclass index 6b762dd83b3..074902294e5 100644 --- a/eclass/perl-app.eclass +++ b/eclass/perl-app.eclass @@ -21,7 +21,6 @@ case "${EAPI:-0}" in esac

[gentoo-dev] [PATCH] prefix.eclass: minor @USAGE fix

2019-09-06 Thread Ben Kohler
Signed-off-by: Ben Kohler --- eclass/prefix.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass index 8ae3e3a531d..435e99fdf92 100644 --- a/eclass/prefix.eclass +++ b/eclass/prefix.eclass @@ -111,7 +111,7 @@ hprefixify() { }

[gentoo-dev] [PATCH] qmail.eclass: minor @USAGE fix

2019-09-06 Thread Ben Kohler
Signed-off-by: Ben Kohler --- eclass/qmail.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 150b6c00aab..8dd3ae99043 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -69,7 +69,7 @@ dospp() { } # @FUNCTION:

[gentoo-dev] Package up for grabs: dev-util/rbtools

2019-09-06 Thread Andreas Sturmlechner
Hi, KDE proj was maintaining this for contributing to kde.org's reviewboard instance only. This is long obsolete and we have no use for it anymore. Latest version in tree: 0.7.11 Latest release upstream: 1.0.2 Pending user contribution for this bump: https://bugs.gentoo.org/693386 Regards,

[gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread Michael Everitt
On 06/09/19 20:09, Kent Fredric wrote: > On Fri, 6 Sep 2019 20:02:05 +0100 > Michael Everitt wrote: > >> so that the original source makes sense when reading it >> without external tools ? Thoughts? > The source still makes sense without external tools. > > You just need to understand the syntax

[gentoo-dev] [PATCH] common-lisp-3.eclass: fix various @USAGE inconsistencies

2019-09-06 Thread Ben Kohler
Some of these functions are missing @USAGE even though they do require arguments. There's also a redundant function name in a few places. Signed-off-by: Ben Kohler --- eclass/common-lisp-3.eclass | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git

[gentoo-dev] [PATCH] texlive-common.eclass: fix several @USAGE problems

2019-09-06 Thread Ben Kohler
Signed-off-by: Ben Kohler --- eclass/texlive-common.eclass | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass index e9a2eee65bd..b36be7a4db3 100644 --- a/eclass/texlive-common.eclass +++

[gentoo-dev] [PATCH] udev.eclass: minor @USAGE fixes

2019-09-06 Thread Ben Kohler
Signed-off-by: Ben Kohler --- eclass/udev.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/udev.eclass b/eclass/udev.eclass index baf60584938..2873ae9a92c 100644 --- a/eclass/udev.eclass +++ b/eclass/udev.eclass @@ -80,7 +80,7 @@ get_udevdir() { } #

Re: [gentoo-dev] [PATCH] udev.eclass: minor @USAGE fixes

2019-09-06 Thread Mike Gilbert
On Fri, Sep 6, 2019 at 3:11 PM Ben Kohler wrote: > > Signed-off-by: Ben Kohler > --- > eclass/udev.eclass | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/eclass/udev.eclass b/eclass/udev.eclass > index baf60584938..2873ae9a92c 100644 > --- a/eclass/udev.eclass > +++

Re: [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread William Hubbs
On Fri, Sep 06, 2019 at 12:27:25PM -0500, Ben Kohler wrote: > Signed-off-by: Ben Kohler > --- > eclass/tmpfiles.eclass | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass > index 68478ffbcd6..360c5e3b816 100644 > ---

[gentoo-dev] Last rites: app-emacs/wikipedia-mode

2019-09-06 Thread Ulrich Mueller
# Ulrich Müller (2019-09-06) # Unmaintained upstream, last release in 2006. # Use app-emacs/mediawiki as replacement. # Masked for removal in 30 days, bug #693598. app-emacs/wikipedia-mode signature.asc Description: PGP signature