public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Florian Schmaus <flow@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: tex@gentoo.org, pr@gentoo.org, Florian Schmaus <flow@gentoo.org>
Subject: [gentoo-dev] [PATCH] 2024-06-05-texlive-2023-bump: add news item
Date: Sun,  2 Jun 2024 13:13:38 +0200	[thread overview]
Message-ID: <20240602111338.44563-1-flow@gentoo.org> (raw)

Signed-off-by: Florian Schmaus <flow@gentoo.org>
---
 .../2024-06-05-texlive-2023-bump.en.txt       | 34 +++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 2024-06-05-texlive-2023-bump/2024-06-05-texlive-2023-bump.en.txt

diff --git a/2024-06-05-texlive-2023-bump/2024-06-05-texlive-2023-bump.en.txt b/2024-06-05-texlive-2023-bump/2024-06-05-texlive-2023-bump.en.txt
new file mode 100644
index 000000000000..2c821e01a66c
--- /dev/null
+++ b/2024-06-05-texlive-2023-bump/2024-06-05-texlive-2023-bump.en.txt
@@ -0,0 +1,34 @@
+Title: Upgrading to TeX Live 2023
+Author: Florian Schmaus <flow@gentoo.org>
+Posted: 2024-06-05
+Revision: 1
+News-Item-Format: 2.0
+Display-If-Installed: <app-text/texlive-2023
+
+
+Upgrading to TeX Live 2023
+=========================
+
+We will soon start the stabilization of TeX Live 2023 in Gentoo.
+
+Since TeX Live 2023 underwent a major overhaul, including TeX Live package
+moves between the according Gentoo packages, there are file conflicts
+between Gentoo's TeX Live 2021 and 2023 packages. To avoid those
+conflicts, it is recommended to uninstall all of dev-texlive prior
+updating TeX Live to version 2023.
+
+Before uninstalling dev-texlive packages, first check if your system has
+a pending texlive update (1). If this is the case, uninstall the old
+dev-texlive packages (2) and emerge the update (3).
+
+1. emerge -p '>=app-text/texlive-2023'
+[only proceed if texlive update is available]
+2. emerge --unmerge --deselect=n 'dev-texlive/*'
+3. emerge '>=app-text/texlive-2023'
+
+The steps above are equivalent to the following bash snippet:
+
+if emerge -p '>=app-text/texlive-2023'; then
+    emerge --unmerge --deselect=n 'dev-texlive/*'
+    emerge '>=app-text/texlive-2023'
+fi
-- 
2.44.1



                 reply	other threads:[~2024-06-02 11:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240602111338.44563-1-flow@gentoo.org \
    --to=flow@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    --cc=pr@gentoo.org \
    --cc=tex@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox