[gentoo-dev] Last rites: dev-lang/ruby:2.4

2020-06-13 Thread Hans de Graaff
# Hans de Graaff  (2020-06-14)
# Ruby 2.4 is no longer supported by upstream and no longer gets
# security updates since the 2.4.10 release. Use ruby 2.5 or later
# instead.
dev-lang/ruby:2.4
dev-ruby/did_you_mean:2.4


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-dev] [PATCH 1/2] eclass/cargo.eclass: add cargo_src_configure

2020-06-13 Thread Kent Fredric
On Fri, 12 Jun 2020 09:24:11 -0700
Georgy Yakovlev  wrote:

> Not sure if --features=default  will activate default set and how it
> will react to being passed along.
> 
> --no-default-features --features default
> IDK, looks kinda unnatural.
> 
> I have a feeling that we'll get more boilerplate if we pass
> --no-default-features than if we don't.
> 
> We can re-evaluate as time goes by, but for now I see no major benefit
> and only downsides.

One problem I stumbled onto is that while --no-default-features does
work generically regardless of defined features, --features default
does _NOT_ work generically, as it fails if there is no defined
"default" feature.

Another is some crates simply don't work with --no-default-features,
and they need --features=std or similar in order to work.

Hence, I don't think --no-default-features makes for a great default
mechanism for rust.

Its something you should only reach for when you know better.


pgpgZywecqaW5.pgp
Description: OpenPGP digital signature


Re: [gentoo-dev] Last rites: app-text/xindy dev-tex/tex4ht

2020-06-13 Thread Ulrich Mueller
> On Sat, 13 Jun 2020, Mikle Kolyada wrote:

> # Mikle Kolyada  (2020-06-13)
> # have been shipped with dev-texlive/texlive-plaingeneric
> # for the very long time. Removal in 14 days.
> dev-tex/tex4ht

This will break generation of the HTML version of PMS:

   $ make html
   set -e; sum=''; \
   while true; do \
 mk4ht xhlatex pms 'xhtml,fn-in,charset=utf-8' ' -cunihtf -utf8'; \
 oldsum=${sum}; sum=$(cksum pms.html); \
 test "${sum}" != "${oldsum}" || break; \
   done
   /bin/sh: line 2: mk4ht: command not found
   make: *** [Makefile:45: pms.html] Error 127

Ulrich


signature.asc
Description: PGP signature


[gentoo-dev] Last rites: app-text/xindy dev-tex/tex4ht

2020-06-13 Thread Mikle Kolyada
# Mikle Kolyada  (2020-06-13)
# Multiple forks.
# Merged into the app-text/texlive-core package.
# Removal in 30 days.
app-text/xindy

# Mikle Kolyada  (2020-06-13)
# have been shipped with dev-texlive/texlive-plaingeneric
# for the very long time. Removal in 14 days.
dev-tex/tex4ht



signature.asc
Description: OpenPGP digital signature