[gentoo-dev] [PATCH v2 0/3] Version 2

2021-02-28 Thread jonas . licht
From: Jonas Licht Please see version two. Jonas Licht (3): profiles/categories: add www-nginx Add nginx-module.eclass www-nginx/nginx-vod-module: add new package eclass/nginx-module.eclass| 72 +++ profiles/categories | 1 +

[gentoo-dev] [PATCH v2 3/3] www-nginx/nginx-vod-module: add new package

2021-02-28 Thread jonas . licht
From: Jonas Licht Bug: https://bugs.gentoo.org/648334 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jonas Licht --- www-nginx/nginx-vod-module/Manifest | 2 ++ www-nginx/nginx-vod-module/metadata.xml | 12 +++ .../nginx-vod-module-1.18.0.1.25.ebuild

[gentoo-dev] [PATCH v2 2/3] Add nginx-module.eclass

2021-02-28 Thread jonas . licht
From: Jonas Licht Signed-off-by: Jonas Licht --- eclass/nginx-module.eclass | 72 ++ 1 file changed, 72 insertions(+) create mode 100644 eclass/nginx-module.eclass diff --git a/eclass/nginx-module.eclass b/eclass/nginx-module.eclass new file mode 100644 ind

[gentoo-dev] [PATCH v2 1/3] profiles/categories: add www-nginx

2021-02-28 Thread jonas . licht
From: Jonas Licht Signed-off-by: Jonas Licht --- profiles/categories| 1 + www-nginx/metadata.xml | 7 +++ 2 files changed, 8 insertions(+) create mode 100644 www-nginx/metadata.xml diff --git a/profiles/categories b/profiles/categories index 0ac1f2f33f3..fc9484d1235 100644 --- a/prof

[gentoo-dev] Packages up for grabs: telegram-desktop & deps

2021-02-28 Thread Georgy Yakovlev
The following packages are for grabs: net-im/telegram-desktop media-libs/libtgvoip ( no other revdeps ) media-libs/tg_owt ( no other revdeps ) dev-cpp/range-v3 ( has another revdep, not only tg ) Many bugs open and many issues. Before you try to take it over, here's some info for future maintain

[gentoo-dev] [PATCH v2] glep-0067: Add proxied="" attribute to distinguish proxied maints

2021-02-28 Thread Michał Górny
Introduce an additional proxied="" attribute to make it possible to explicitly distinguish proxied maintainers from regular maintainers. This is supposed to resolve false positives in the QA check responsible for detecting leftover proxy-maint project usage. Currently it wrongly assumes that all G

Re: [gentoo-dev] pkgdev: an alternative to `repoman commit`

2021-02-28 Thread Tim Harder
On 2021-02-27 Sat 19:04, Louis Sautier wrote: > Could you make "push -v" a bit more verbose ? I initially forgot to rebase > and couldn't see the error message from the remote. I guess this also means > that the current code will hide messages from hooks such as changes made to > Bugzilla. Should

[gentoo-dev] Packages up for grabs: dev-db/sqlitestudio

2021-02-28 Thread Joonas Niilola
Hey, per maintainer's request, dev-db/sqlitestudio is now available. It has a "compile fails" type of bug open, and new version is available upstream. -- juippis OpenPGP_signature Description: OpenPGP digital signature

Re: [gentoo-dev] [PATCH] glep-0067: Add proxied="" attribute to distinguish proxied maints

2021-02-28 Thread Michał Górny
On Sun, 2021-02-28 at 14:33 +0200, Joonas Niilola wrote: > > On 2/28/21 1:35 PM, Michał Górny wrote: > > Introduce an additional proxied="" attribute to make it possible > > to explicitly distinguish proxied maintainers from regular maintainers. > > This is supposed to resolve false positives in t

Re: [gentoo-dev] [PATCH] glep-0067: Add proxied="" attribute to distinguish proxied maints

2021-02-28 Thread Joonas Niilola
On 2/28/21 1:35 PM, Michał Górny wrote: > Introduce an additional proxied="" attribute to make it possible > to explicitly distinguish proxied maintainers from regular maintainers. > This is supposed to resolve false positives in the QA check responsible > for detecting leftover proxy-maint proje

Re: [gentoo-dev] [PATCH] glep-0067: Add proxied="" attribute to distinguish proxied maints

2021-02-28 Thread Ulrich Mueller
> On Sun, 28 Feb 2021, Michał Górny wrote: > +If the attribute is not specified, the default value of ``no`` must > +be assumed. If at least one maintainer is listed as a proxied Maybe "is assumed" instead of "must be assumed" here? > +and everyone else is a proxied maintainer. This does n

[gentoo-dev] [PATCH] glep-0067: Add proxied="" attribute to distinguish proxied maints

2021-02-28 Thread Michał Górny
Introduce an additional proxied="" attribute to make it possible to explicitly distinguish proxied maintainers from regular maintainers. This is supposed to resolve false positives in the QA check responsible for detecting leftover proxy-maint project usage. Currently it wrongly assumes that all G