From a4d43b71affe2a80e9eff0663ebd9c2889bb0c57 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 30 May 2024 11:54:24 +0200 Subject: 2024-06-08-texlive-2023-bump: add news item Signed-off-by: Florian Schmaus --- .../2024-06-08-texlive-2023-bump.en.txt | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 2024-06-08-texlive-2023-bump/2024-06-08-texlive-2023-bump.en.txt diff --git a/2024-06-08-texlive-2023-bump/2024-06-08-texlive-2023-bump.en.txt b/2024-06-08-texlive-2023-bump/2024-06-08-texlive-2023-bump.en.txt new file mode 100644 index 0000000..2c821e0 --- /dev/null +++ b/2024-06-08-texlive-2023-bump/2024-06-08-texlive-2023-bump.en.txt @@ -0,0 +1,34 @@ +Title: Upgrading to TeX Live 2023 +Author: Florian Schmaus +Posted: 2024-06-05 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: =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 -- cgit v1.2.3-65-gdbad