On Tue, Jan 16, 2024 at 9:58 AM orbea wrote:
>
> Hi,
>
> Looking in the ::gentoo repo I noticed there are 3 different /usr/bin/nc
> options available, net-analyzer/netcat, net-analyzer/openbsd-netcat and
> net-analyzer/nmap[symlink].
If I recall correctly, the different implementations do not all
On Tue, 2024-01-16 at 10:26 +0100, Florian Schmaus wrote:
> +ctan https://mirrors.ctan.org/ https://ftp.fau.de/ctan/
> https://mirror.physik.tu-berlin.de/pub/CTAN/ https://ftp.sun.ac.za/ftp/CTAN/
> https://mirror.math.princeton.edu/pub/CTAN/
> https://mirrors.sjtug.sjtu.edu.cn/ctan/ http
Hi,
Looking in the ::gentoo repo I noticed there are 3 different /usr/bin/nc
options available, net-analyzer/netcat, net-analyzer/openbsd-netcat and
net-analyzer/nmap[symlink].
And packages that depend on net-analyzer/netcat must also explicitly
list all of the available options where net-analyze
> On Tue, 16 Jan 2024, Florian Schmaus wrote:
> case ${EAPI} in
> - 7) inherit eapi8-dosym ;;
> + 7)
> + inherit eapi8-dosym
> + dosym(){ dosym8 "$@"; }
For good reason, eapi-dosym.eclass doesn't override package manager
commands, and the texlive eclasses shou
Update the texlive eclasses for the upcoming TeX Live 2023 bump. This
includes general cleanup of the eclasses, e.g., reducing the scope of
variables.
Notably changes include that installation of the TeX Live distribution
changes from /usr/share/texmf to /usr/share/texmf-dist, which is the
correct
Signed-off-by: Florian Schmaus
---
profiles/thirdpartymirrors | 1 +
1 file changed, 1 insertion(+)
diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors
index b890610255f5..1db91760893b 100644
--- a/profiles/thirdpartymirrors
+++ b/profiles/thirdpartymirrors
@@ -1,5 +1,6 @@
apac
After negril and I worked for the past months on the TeX Live 2023
bump, it is now time to submit the eclass changes to the mailing list
for review.
Note that we tried to keep the changes to the eclasses to a minimum.
There are many more places where the code of the eclasses could be
improved. But