Re: [gentoo-dev] Package up for grabs: sys-boot/gnu-efi (nt)

2024-06-16 Thread Viorel Munteanu
Hi, I'll take this because it directly affects sys-boot/refind. Co-maintainers welcome. Thank you, Viorel.

[gentoo-dev] Re: [PATCH v4] greadme.eclass: new eclass

2024-06-16 Thread Duncan
Arthur Zamarin posted on Sun, 16 Jun 2024 21:15:25 +0300 as excerpted: > On 16/06/2024 18.51, Florian Schmaus wrote: >> This new eclass includes various improvements over the existing >> readme.gentoo-r1.eclass. > > So, some weird question from me - why is it called greadme? I can > understand wh

Re: [gentoo-dev] [PATCH v4] greadme.eclass: new eclass

2024-06-16 Thread Ulrich Mueller
> On Sun, 16 Jun 2024, Florian Schmaus wrote: > First, the content of README.gento will only be shown on new Typo. > +greadme_pkg_postinst() { > + debug-print-function ${FUNCNAME} "${@}" > + > + if [[ ! -v _GREADME_SHOW ]]; then > + die "_GREADME_SHOW not set. Did you cal

[gentoo-dev] Last-rites: kde-plasma/ksysguard

2024-06-16 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2024-06-16) # No release since 2021-06-10 and effectively declared unmaintained by # upstream since then; now conflicting with Plasma 6 by pulling in old # kde-plasma/libksysguard:5. Removal on 2024-08-24. kde-plasma/ksysguard signature.asc Description: This is a digitally

[gentoo-dev] Last-rites: kde-apps/kopete

2024-06-16 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2024-06-16) # After most protocol support is gone, there is barely anything usable # left in kde-apps/kopete. It is also unmaintained and still depends on # kf5-portingaids, as well as conflicting kde-apps in slot 5. bug #760555 # Removal on 2024-07-24. kde-apps/kopete sig

Re: [gentoo-dev] [PATCH v4] greadme.eclass: new eclass

2024-06-16 Thread Arthur Zamarin
On 16/06/2024 18.51, Florian Schmaus wrote: > This new eclass includes various improvements over the existing > readme.gentoo-r1.eclass. So, some weird question from me - why is it called greadme? I can understand why you don't want to modify existing eclass, but why not call it "readme.gentoo-r2.

[gentoo-dev] [PATCH v4] greadme.eclass: new eclass

2024-06-16 Thread Florian Schmaus
This new eclass includes various improvements over the existing readme.gentoo-r1.eclass. First, the content of README.gento will only be shown on new installations or if it has changed between updates. Second, it allows the composition of readme via bash's heredoc. Third, it exports phase functi