From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5846C1581D3 for ; Sun, 2 Jun 2024 11:13:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ECDAE2AB2; Sun, 2 Jun 2024 11:13:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44489E2AAC for ; Sun, 2 Jun 2024 11:13:47 +0000 (UTC) From: Florian Schmaus To: gentoo-dev@lists.gentoo.org Cc: tex@gentoo.org, pr@gentoo.org, Florian Schmaus Subject: [gentoo-dev] [PATCH] 2024-06-05-texlive-2023-bump: add news item Date: Sun, 2 Jun 2024 13:13:38 +0200 Message-ID: <20240602111338.44563-1-flow@gentoo.org> X-Mailer: git-send-email 2.44.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: bf8ee441-c830-452b-a866-2a95358cb253 X-Archives-Hash: 2e33cb72012c66179dc1963f1b072014 Signed-off-by: Florian Schmaus --- .../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 +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 -- 2.44.1