[gentoo-dev] [PATCH] eclass/ruby-fakegem.eclass: depend on virtual/pkgconfig

2022-05-20 Thread Hans de Graaff
Many C extensions depend on pkgconfig during their configure phase and this is easy to mis in the ebuild. Handle this in the eclass instead even though the dependency will not be needed for all extensions. Closes: https://bugs.gentoo.org/845393 Signed-off-by: Hans de Graaff --- eclass/ruby-fakeg

Re: [gentoo-dev] [PATCH] eclass/ruby-fakegem.eclass: depend on virtual/pkgconfig

2022-05-20 Thread Florian Schmaus
On 20.05.22 09:17, Hans de Graaff wrote: Many C extensions depend on pkgconfig during their configure phase and this is easy to mis in the ebuild. Handle this in the eclass instead even though the dependency will not be needed for all extensions. Closes: https://bugs.gentoo.org/845393 Signed-off

Re: [gentoo-dev] [PATCH] eclass/ruby-fakegem.eclass: depend on virtual/pkgconfig

2022-05-20 Thread Ulrich Mueller
> On Fri, 20 May 2022, Florian Schmaus wrote: >> +if [ ${#RUBY_FAKEGEM_EXTENSIONS[@]} -ge 1 ]; then >> +BDEPEND+=" virtual/pkgconfig " >> +fi > Not sure if we have a policy on this, We do. :) https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0101 "Use bash conditions [[ ..

[gentoo-dev] Last rites: kde-misc/playbar2

2022-05-20 Thread Till Schäfer
# Till Schäfer (2022-05-20) # Upstream unmaintained for a long time. # Has known bugs. # Removal in 30 days, bug #837092 kde-misc/playbar2