[gentoo-dev] Last rites: dev-libs/vc-intrinsics

2021-11-07 Thread Jakov Smolić
# Jakov Smolić (2021-11-07) # No maintainer, not compatible with llvm-11 or higher. # Removal on 2021-12-07. Bug #812566. dev-libs/vc-intrinsics -- Jakov OpenPGP_signature Description: OpenPGP digital signature

[gentoo-dev] Bug 822291: Thunderbird 78 EOL

2021-11-07 Thread Samuel Bernardo
Hi, Sorry to bother you directly, but this seems very urgent and may be neglected in the middle of all the tasks you had: https://bugs.gentoo.org/822291 Stabilization of thunderbird current stable version 91! 78 should be masked since is not supported anymore. https://en.wikipedia.org/wiki/

[gentoo-dev] Last rites: media-libs/quvi, media-video/clive

2021-11-07 Thread Jakov Smolić
# Jakov Smolić (2021-11-07) # Fails to build with glibc-2.34, dead upstream. # Only revdep (media-video/clive) is outdated # and uses EAPI 5. # Removal on 2021-12-07. Bug #807172. media-libs/quvi media-video/clive -- Jakov OpenPGP_signature Description: OpenPGP digital signature

[gentoo-dev] Last rites: app-misc/rundeck-bin

2021-11-07 Thread Jakov Smolić
# Jakov Smolić (2021-11-07) # Unresolved security vulnerability, still uses EAPI 5. # Removal on 2021-12-07. Bug #811168. app-misc/rundeck-bin -- Jakov OpenPGP_signature Description: OpenPGP digital signature

[gentoo-dev] Last rites: dev-db/mtop

2021-11-07 Thread Jakov Smolić
# Jakov Smolić (2021-11-07) # Dead upstream, uses EAPI 5, no revdeps. # Replaced by dev-db/mytop. # Removal on 2021-12-07. Bug #819675. dev-db/mtop -- Jakov OpenPGP_signature Description: OpenPGP digital signature

[gentoo-dev] [PATCH 2/2] dev-ruby/ruby-ldap: EAPI 8; add ruby30; fix extension install

2021-11-07 Thread Hans de Graaff
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff --- dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild | 34 +++ 1 file changed, 34 insertions(+) create mode 100644 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.

[gentoo-dev] [PATCH 1/2] eclass/ruby-fakegem.eclass: add options support for extensions

2021-11-07 Thread Hans de Graaff
Introduce RUBY_FAKEGEM_EXTENSION_OPTIONS to allow setting options for extensions. Signed-off-by: Hans de Graaff --- eclass/ruby-fakegem.eclass | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index 4b954615cac9..a

[gentoo-dev] [PATCH] eclass/ruby-fakegem.eclass: set flags for compilation

2021-11-07 Thread Hans de Graaff
Explicitly pass CC, CFLAGS and LDFLAGS when compiling ruby extensions. By default ruby re-uses the stored flags used when compiling ruby itself. This is intended to create a better chance of compatibility between extensions and ruby itself, and extensions do not need to bother with this themselves,