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 5F289158043 for ; Sun, 25 Feb 2024 19:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95DB4E2A0A; Sun, 25 Feb 2024 19:44:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79894E2A0A for ; Sun, 25 Feb 2024 19:44:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D49633C84E for ; Sun, 25 Feb 2024 19:44:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B9BF1121 for ; Sun, 25 Feb 2024 19:44:31 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1708887778.4b136a3e63e1884f349609516d803e5e6a9e5530.flow@gentoo> Subject: [gentoo-commits] proj/tex-overlay:main commit in: app-text/dvipsk/ X-VCS-Repository: proj/tex-overlay X-VCS-Files: app-text/dvipsk/dvipsk-2023.03.11_p66203.ebuild app-text/dvipsk/dvipsk-20230311_p66203.ebuild X-VCS-Directories: app-text/dvipsk/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 4b136a3e63e1884f349609516d803e5e6a9e5530 X-VCS-Branch: main Date: Sun, 25 Feb 2024 19:44:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c02714ca-45ce-48e0-9f5f-97aa8fbc1d96 X-Archives-Hash: b068d9b9098ceedf6fe3840f8cea7ab9 commit: 4b136a3e63e1884f349609516d803e5e6a9e5530 Author: Florian Schmaus gentoo org> AuthorDate: Sun Feb 25 19:02:53 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Feb 25 19:02:58 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=4b136a3e app-text/dvipsk: add 2023.03.11_p66203, drop 20230311_p66203 Signed-off-by: Florian Schmaus gentoo.org> ...vipsk-20230311_p66203.ebuild => dvipsk-2023.03.11_p66203.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/dvipsk/dvipsk-20230311_p66203.ebuild b/app-text/dvipsk/dvipsk-2023.03.11_p66203.ebuild similarity index 92% rename from app-text/dvipsk/dvipsk-20230311_p66203.ebuild rename to app-text/dvipsk/dvipsk-2023.03.11_p66203.ebuild index 5b2eba1..89f7a18 100644 --- a/app-text/dvipsk/dvipsk-20230311_p66203.ebuild +++ b/app-text/dvipsk/dvipsk-2023.03.11_p66203.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit texlive-common -TL_VERSION=$(ver_cut 1) +TL_VERSION="$(ver_cut 1)$(ver_cut 2)$(ver_cut 3)" DESCRIPTION="DVI-to-PostScript translator" HOMEPAGE="https://tug.org/texlive/" SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${TL_VERSION}-source.tar.xz" -DVIPS_REVISION=$(ver_cut 3) +DVIPS_REVISION=$(ver_cut 5) EXTRA_TL_MODULES="dvips.r${DVIPS_REVISION}" EXTRA_TL_DOC_MODULES="dvips.doc.r${DVIPS_REVISION}"