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 E223A158041 for ; Sun, 25 Feb 2024 15:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FDDEE29D6; Sun, 25 Feb 2024 15:26:22 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA166E29D6 for ; Sun, 25 Feb 2024 15:26:21 +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 D836233C1C1 for ; Sun, 25 Feb 2024 15:26:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75E1014C8 for ; Sun, 25 Feb 2024 15:26:19 +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: <1708874774.65cbcf36fa23a63bc2ccdba0e433562d9a988a21.flow@gentoo> Subject: [gentoo-commits] proj/tex-overlay:main commit in: app-text/texlive-core/ X-VCS-Repository: proj/tex-overlay X-VCS-Files: app-text/texlive-core/texlive-core-2023.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 65cbcf36fa23a63bc2ccdba0e433562d9a988a21 X-VCS-Branch: main Date: Sun, 25 Feb 2024 15:26:19 +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: 3a0ae95e-072a-4703-8c18-9f9b8f33ef35 X-Archives-Hash: 1bbe7ec61368b968174fecdb1294168b commit: 65cbcf36fa23a63bc2ccdba0e433562d9a988a21 Author: Florian Schmaus gentoo org> AuthorDate: Sun Feb 25 15:26:14 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Feb 25 15:26:14 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=65cbcf36 app-text/texlive-core: dependency adjustments Signed-off-by: Florian Schmaus gentoo.org> app-text/texlive-core/texlive-core-2023.ebuild | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/app-text/texlive-core/texlive-core-2023.ebuild b/app-text/texlive-core/texlive-core-2023.ebuild index 07d1909..0f46bfc 100644 --- a/app-text/texlive-core/texlive-core-2023.ebuild +++ b/app-text/texlive-core/texlive-core-2023.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI="8" TL_SOURCE_VERSION=20230311 inherit flag-o-matic toolchain-funcs libtool texlive-common @@ -13,9 +13,7 @@ HOMEPAGE="https://tug.org/texlive/" SLOT="0" LICENSE="Apache-2.0 Artistic BSD BSD-2 FDL-1.3 GPL-1 GPL-2 GPL-3 GPL-3+ LGPL-3 LPPL-1.0 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT TeX TeX-other-free public-domain" RESTRICT="mirror" - GENTOO_TEX_PATCHES_NUM=2 - SRC_URI=" https://mirrors.ctan.org/systems/texlive/Source/${MY_P}.tar.xz https://gitweb.gentoo.org/proj/tex-patches.git/snapshot/tex-patches-${GENTOO_TEX_PATCHES_NUM}.tar.bz2 @@ -378,7 +376,6 @@ TEXLIVE_MODULE_BINLINKS=" kpsetool:kpsexpand kpsetool:kpsepath " - # TL_CORE_EXTRA_SRC_MODULES="" texlive-common_append_to_src_uri TL_CORE_EXTRA_CONTENTS @@ -406,7 +403,6 @@ KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86" IUSE="cjk X doc source tk +luajittex xetex xindy" TEXMF_PATH=/usr/share/texmf-dist - MODULAR_X_DEPEND=" X? ( x11-libs/libX11 @@ -431,13 +427,13 @@ COMMON_DEPEND=" dev-libs/mpfr:= >=dev-libs/ptexenc-1.4.3 xetex? ( - >=app-text/teckit-2.5.3 + >=app-text/teckit-2.5.10 media-libs/fontconfig ) xindy? ( dev-lisp/clisp:= ) media-libs/freetype:2 >=dev-libs/icu-50:= - >=dev-libs/kpathsea-6.3.2:= + >=dev-libs/kpathsea-6.3.5:= " BDEPEND=" @@ -452,9 +448,6 @@ DEPEND=" RDEPEND=" ${COMMON_DEPEND} - >=app-text/ps2pkm-1.8_p20230311 - >=app-text/dvipsk-2023.1_p20230311 - >=dev-tex/bibtexu-4.00_p20230311 virtual/perl-Getopt-Long dev-perl/File-HomeDir dev-perl/Log-Dispatch @@ -465,6 +458,12 @@ RDEPEND=" dev-perl/Tk ) " +RDEPEND+=" + >=app-text/dvisvgm-3.2 + >=dev-tex/bibtexu-3.72 + >=dev-tex/latexdiff-1.3.3 + >=dev-tex/latexmk-4.83 +" S="${WORKDIR}/${MY_P}" BUILDDIR="${WORKDIR}/${P}_build"