Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-10 Thread Martin Dummer
Am 09.05.24 um 15:08 schrieb Sam James: It sounds like maybe you want to turn these into log messages (einfo - https://devmanual.gentoo.org/ebuild-writing/messages/index.html), and drop the "QA notice" prefix. I changed https://github.com/gentoo/gentoo/pull/36504 accordingly and added the

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-09 Thread Martin Dummer
Am 09.05.24 um 14:13 schrieb Sam James: Martin Dummer writes: Maybe we can agree that the qa-warnings in vdr-eclass make more sense if i change them to "eawarn" or "einfo"? Sure, make them eqawarn. Hmm - current state of vdr-plugin-2.eclass is: the

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-09 Thread Martin Dummer
Am 03.05.24 um 06:39 schrieb Sam James: What we really need is: a)https://bugs.gentoo.org/162450 to avoid scaring users; b) possibly some level of QA notice to distinguish between "check this out" (think e.g. qa-vdb LHS where it _might_ be unused, but not necessarily), and "this is definitely

Re: [gentoo-dev] Projects without members: ALSA, PHP, VDR

2024-05-01 Thread Martin Dummer
Please make a PR. https://github.com/gentoo/gentoo/pull/36505

Re: [gentoo-dev] Projects without members: ALSA, PHP, VDR

2024-05-01 Thread Martin Dummer
Am 01.05.24 um 16:03 schrieb Michał Górny: The following projects have no members right now: https://wiki.gentoo.org/wiki/Project:VDR I am already proxy maintainer for 27 vdr packages, you can add me as proxy maintainer to all remaining packages of v...@gentoo.org. Or I place a PR on github

[gentoo-dev] [PATCH] vdr-plugin-2.eclass: make qa warning conditional

2024-05-01 Thread Martin Dummer
pull/36504 The PR is lacking many many "Closes: " tags, which I will fill in soon. Any comments? -- Martin commit 00a0a3237729ec4886e07d9869fdfd6e0cd5f985 Author: Martin Dummer Date:   Wed May 1 14:49:37 2024 +

Re: [gentoo-dev] [PATCH 1/2] */*: Replace dependency to virtual/linuxtv-dvb-headers by sys-kernel/linux-headers

2024-02-25 Thread Martin Dummer
Am 25.02.24 um 11:10 schrieb Matthias Schwarzott: Am 13.02.24 um 09:19 schrieb Matthias Schwarzott: virtual/linuxtv-dvb-headers has been important in the past when linux-headers was not yet up-to-date. Now it just pulls in >=sys-kernel/linux-headers-3.7. Even that could be dropped as it is

[gentoo-dev] Re: The Gentoo VDR Project is empty

2022-11-06 Thread Martin Dummer
Hi, as I already have taken care about many packages from the vdr project, I will continue to do so. Is there any progress on the discussion about [gentoo-project] RFC: "Trusted contributor model"? Meanwhile I continue to wait for an answer on my email to recruit...@gentoo.org from november

[gentoo-dev] Re: [gentoo-project] RFC: "Trusted contributor model"

2022-07-26 Thread Martin Dummer
Am 22.07.22 um 21:10 schrieb Joonas Niilola: ..., via Github PR or other means. I'd say pushing these experimental packages is rather rare (for proxied people at least), and can also be added without KEYWORDS for example. I agree here. And I think the proxy maintainers can open PRs like now

Re: [gentoo-dev] Need help: Many patches for unmaintained packages

2021-12-31 Thread Martin Dummer
Am 31.12.21 um 06:51 schrieb Jonas Stein: I prepared a public Bugzilla filter "m-n PATCH" https://bugs.gentoo.org/buglist.cgi?cmdtype=dorem=run=m-n%20PATCH_id=85842 Hello Jonas, when I try to open that link I receive an error message "The search named /m-n PATCH/ has not been made visible

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes

2021-07-19 Thread Martin Dummer
if there are no more points to discuss, could someone please add a review to https://github.com/gentoo/gentoo/pull/21447 ? One more finding: repoman says BDEPEND: consider using 'virtual/pkgconfig' instead of 'dev-util/pkgconfig' I will fix this.

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes

2021-07-19 Thread Martin Dummer
Am 28.06.21 um 08:18 schrieb Ulrich Mueller: On Mon, 28 Jun 2021, Martin Dummer wrote: --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -76,7 +76,7 @@  inherit flag-o-matic toolchain-funcs unpacker This should also inherit strip-linguas.eclass, because strip-linguas

Re: [gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes

2021-06-27 Thread Martin Dummer
assignment in > line 87? Okay, I understand. I did not notice the call to "strip-linguas", and I'm wondering how this could have worked all the years in the past. Unfortunately "pkgcheck" does not report this. All changes are applied. Bye Martin From a34b8547accafbc8

[gentoo-dev] [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes

2021-06-27 Thread Martin Dummer
please review and comment. I will open a github PR for code changes later. From d5f6916d7fdd194e0c2ab11eea0d48ecb01d122c Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Sun, 27 Jun 2021 17:05:23 +0200 Subject: [PATCH] vdr-plugin-2.eclass: add EAPI8 support, EAPI7+ fixes - add EAPI8

Re: [gentoo-dev] Please review changes for vdr-plugin-2.eclass

2021-06-22 Thread Martin Dummer
Am 17.05.21 um 18:11 schrieb Martin Dummer: > So please take a view on the intended changes to  vdr-plugin-2.eclass - > add documentation to satisfy pkgcheck. > > It is placed here: > > https://github.com/gentoo/gentoo/pull/20845 > Due to very little feedback I post here

[gentoo-dev] Please review changes for vdr-plugin-2.eclass

2021-05-17 Thread Martin Dummer
Hello Devs, Jörg / "hd_brummy" says every changes on eclasses should be reviewed here before being committed. So please take a view on the intended changes to  vdr-plugin-2.eclass - add documentation to satisfy pkgcheck. It is placed here: https://github.com/gentoo/gentoo/pull/20845 Thanks

Re: [gentoo-dev] Packages up for grabs

2021-03-15 Thread Martin Dummer
Hi, I can take > [Bv] net-misc/teamviewer //madmartin

[gentoo-dev] Last-rites: sys-block/rts_pstor

2020-11-19 Thread Martin Dummer
Hello developers, can someone please insert the lines below into the tree? (If I file a github PR, it will probably not able to merge because packages.mask changes too quickly) # Martin Dummer (2020-11-20) # Does not compile with kernels >=5.5, no upstream development # since years, for m

Re: [gentoo-dev] [virtualization project] Help needed with libvirt virtualization stack

2020-09-22 Thread Martin Dummer
I can try to keep app-emulation/virt-manager app-emulation/virt-viewer up-to-date. virt-manager-3.0.0 is out since a week. Greetings /martin 0xCE5F3E9B6DE05D12.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] Last rites: next batch of py2 packages

2020-09-19 Thread Martin Dummer
On 2020-09-19 16:36, Azamat Hackimov wrote: > Hello. > > сб, 19 сент. 2020 г. в 15:51, Michał Górny : >> sys-firmware/nvidia-firmware >> > Created PR https://github.com/gentoo/gentoo/pull/17600 > Excellent! Thats an important firmware package, I would have started a PR also in a few minutes!

Re: [gentoo-dev] Packages up for grabs

2020-09-13 Thread Martin Dummer
On 2020-04-14 10:36, Joonas Niilola wrote: > Hey, > > here's a list of packages recently dropped to maintainer-needed due to > retirement of multiple inactive proxied maintainers. > > (b) = open bugs, > (v) = new version is available. > app-backup/rear (b,v) > Hi, In the meantime I decided to

Re: [gentoo-dev] Packages up for grabs

2020-04-14 Thread Martin Dummer
Hello Joonas, I will take On 14.04.20 10:36, Joonas Niilola wrote: > app-admin/passwordsafe (b,v) if my abiulities are sufficient CU Martin 0xCE5F3E9B6DE05D12.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] Last rites: dev-util/electron, app-editors/atom

2020-03-30 Thread Martin Dummer
Am 30.03.20 um 08:55 schrieb Michał Górny: > # Michał Górny (2020-03-30) > # Unmaintained. Humongous number of vulnerabilities. Python 2 only. > # Needs really active maintainer. app-editors/atom is the only revdep. > # Removal in 30 days. Bug #699866. > dev-util/electron > app-editors/atom >

Re: [gentoo-dev] New acct-* package policy

2020-01-05 Thread Martin Dummer
Am 21.12.19 um 18:32 schrieb Michał Górny: > Please commit and push uid-gid.txt [3] change to data/api.git *before* > your packages. This makes sure that any potential collisions are caught > as merge conflicts before they hit users. The CI also catches UID/GID > collisions. One remark from a

[gentoo-dev] RFC: UID/GID assignment for www-misc/vdradmin-am (453/453)

2019-10-24 Thread Martin Dummer
Hello gentoo-dev. I would like to ask to assign uid/gid 453 for the package www-misc/vdradmin-am Martin (proxy-maintainer) signature.asc Description: OpenPGP digital signature

[gentoo-dev] RFC: UID/GID assignment for media-video/vdr (452/452)

2019-10-24 Thread Martin Dummer
Hello gentoo-dev. I would like to ask to assign uid/gid 452 for the package media-video/vdr and its many plugins media-plugins/vdr-* Martin (proxy-maintainer) signature.asc Description: OpenPGP digital signature

Re: [gentoo-dev] Re: EAPI 2 must die

2019-06-20 Thread Martin Dummer
Am 06.06.19 um 17:28 schrieb Anthony G. Basile: > Didn't we have some "archive" for old ebuilds? Maybe we can move > it there. What about an overlay for this purpose? Its like in real life they come into life and leave the same way... Despite that, I usually dig in the git repository when I

[gentoo-dev] Question about developer/bug assigned person's mail adress (as seen in Bug #453778)

2013-04-02 Thread Martin Dummer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have a question: Bug https://bugs.gentoo.org/show_bug.cgi?id=453778 is assigned to Dustin Polke gentoobugsie.20.dsuraw...@spamgourmet.com While the bug is easy to fix and close, no action happens. So I tried to find out whats the meaning of

Re: [gentoo-dev] Packages up for grabs

2013-03-23 Thread Martin Dummer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If I manage one day to achieve the gentoo dev status then I am willing to pick up maintainership of app-laptop/nvidiabl but until then? -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Thunderbird -