Re: [gentoo-dev] [PATCH] linux-info.eclass: Call ebegin, properly close with eend

2022-04-13 Thread Ulrich Mueller
> On Wed, 13 Apr 2022, Thomas Bracht Laumann Jespersen wrote: > - einfo "Checking for suitable kernel configuration options..." > + ebegin "Checking for suitable kernel configuration options..." ebegin outputs dots by itself, so the ones in the message should be removed. > el

[gentoo-dev] [PATCH v3 1/2] latex-package.eclass: Properly quote variables

2022-04-13 Thread Ulrich Müller
Bug: https://bugs.gentoo.org/379571 Signed-off-by: Ulrich Müller --- eclass/latex-package.eclass | 40 +++-- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 359b5177bb37..bee04b607de1 1

[gentoo-dev] [PATCH v3 2/2] latex-package.eclass: Support EAPI 8

2022-04-13 Thread Ulrich Müller
- BDEPEND instead of DEPEND (partially reverts commit 595611085bc5) - Document TEXMF - Create symlinks with dosym -r - Use debug-print-function Signed-off-by: Ulrich Müller --- v3: Use BDEPEND instead of RDEPEND also in EAPI 7 eclass/latex-package.eclass | 41 +--

[gentoo-dev] Packages up for grabs

2022-04-13 Thread Dirkjan Ochtman
I'm retiring, please consider picking up these packages: mail-filter/postsrsd app-text/pelican app-text/rnc2rng www-apache/mod_wsgi dev-php/twig (maintained by the PHP project) Kind regards, Dirkjan

[gentoo-dev] Last rites: x11-plugins/pidgin-telegram

2022-04-13 Thread Conrad Kostecki
# Conrad Kostecki (2022-04-13) # Abandoned by upstream, does not work correctly anymore. # Removal on 2022-06-13. Bug #832431. x11-plugins/pidgin-telegram

[gentoo-dev] Packages up for grabs due to andrey_utkin's retirement

2022-04-13 Thread Sam James
Packages up for grabs: dev-libs/libstrophe net-im/dino net-im/mcabber net-im/profanity net-libs/loudmouth signature.asc Description: Message signed with OpenPGP

[gentoo-dev] Up for grabs: media-libs/opencv

2022-04-13 Thread Sam James
media-libs/opencv is up for grabs. It really needs a considerable amount of love and upstreaming of patches where applicable. 17 open bugs. Thanks! signature.asc Description: Message signed with OpenPGP

Re: [gentoo-dev] Packages up for grabs

2022-04-13 Thread Ulrich Mueller
> On Wed, 13 Apr 2022, Dirkjan Ochtman wrote: > I'm retiring, please consider picking up these packages: > [...] > app-text/rnc2rng I can take this (presuming that you'll continue maintaining it upstream). Ulrich signature.asc Description: PGP signature

Re: [gentoo-dev] Packages up for grabs

2022-04-13 Thread Dirkjan Ochtman
On Wed, Apr 13, 2022 at 5:40 PM Ulrich Mueller wrote: > > I'm retiring, please consider picking up these packages: > > [...] > > app-text/rnc2rng > > I can take this (presuming that you'll continue maintaining it > upstream). See https://github.com/djc/rnc2rng/issues/41, maintenance is very passi

Re: [gentoo-dev] [PATCH v5.5] vim-plugin.eclass: EAPI 8: add src_prepare

2022-04-13 Thread Ulrich Mueller
> On Thu, 14 Apr 2022, Anna Vyalkova wrote: > +fi > + > +EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm > + > +# src_prepare is only exported in EAPI >= 8 > +case ${EAPI} in > + 6|7) ;; > + *) EXPORT_FUNCTIONS src_prepare ;; > +esac > + > +if [[ ! ${_VIM_PLUGIN_ECLASS} ]]; then