summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-11 00:08:05 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-11 00:08:05 +0100
commit65ff3cc3bd9c3f8e718a67dfecf1f8215bf5d1d4 (patch)
tree541cbae0eb51d2fdb39d64b3d135d1a6f7994dc8 /app-text
parent0aad4cd3e3fe3db90904ffc51b35e4ff160b53c5 (diff)
gentoo auto-resync : 11:06:2024 - 00:08:04
Diffstat (limited to 'app-text')
-rw-r--r--app-text/Manifest.gzbin50290 -> 50293 bytes
-rw-r--r--app-text/texlive-core/Manifest2
-rw-r--r--app-text/texlive-core/texlive-core-2023-r7.ebuild24
-rw-r--r--app-text/texlive/Manifest2
-rw-r--r--app-text/texlive/texlive-2023.ebuild2
5 files changed, 20 insertions, 10 deletions
diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz
index f296c963a383..3070d68d9571 100644
--- a/app-text/Manifest.gz
+++ b/app-text/Manifest.gz
Binary files differ
diff --git a/app-text/texlive-core/Manifest b/app-text/texlive-core/Manifest
index ff3179e332e7..79e578736eb0 100644
--- a/app-text/texlive-core/Manifest
+++ b/app-text/texlive-core/Manifest
@@ -249,5 +249,5 @@ DIST xml2pmx.doc.r57972.tar.xz 15512 BLAKE2B dafe9dabe542a746a962a02fd04a4831815
DIST xml2pmx.r57972.tar.xz 496 BLAKE2B 52d22c6616dc74d3e6600ef18449af31b2c286be9fe0bcacdffa2daa260f409baf8c7af1ce8444486b2fe3e21a05ec22aed280a55f227a1693b27ff3c55eed8b SHA512 9545fb5ca0e95788afab79d8a29336f337619adbcac68472bb5de6af6c54187f19bda655232175223168891c064f6fadc67c4ab8f5a0256e2c55e1a65c5e6f6b
EBUILD texlive-core-2021-r6.ebuild 12511 BLAKE2B 51190f811e16c159cf9be948c77d3d2925ed5b2778fe51f56f074d468a42175413cadfeb4e1038178a47f3333d7e8396fa009d1315ecae94f7cadc2e5f0708fc SHA512 92ce1e0a2d44a5774c3f32110279f3396d70c470d09491dc01414a787947a98cfacd965494bb0f598599004dfb64a28ce63d12c5a099155d331b5c819b783fe0
EBUILD texlive-core-2021-r7.ebuild 12751 BLAKE2B aac931564addf57c38992c535852a04c40665e84530d2c508fb12fad973a66b67c0a3c115629b1b71d3c4a305922d112fa284580784d7ee77f0fc8cddc878c59 SHA512 fceaa2bbdd60f39e3cf7a97b7316783eb0a11b93b7d528bf517e0907968bf5cccf4564829e494fd54125bbf0627385ae73857c065f4a57ee9d3a916a2838bdd6
-EBUILD texlive-core-2023-r7.ebuild 12908 BLAKE2B fe3f84f6123bde1145fc899d910490b222fe42d00170a6f239feb9876a1e0e1fa5a295a0dfacb146115ebf22353658ef17b82558a999536390703e04eea1a563 SHA512 62780d79af0a21a075747f9069e68ab3c3272c31f9b3abff5b25e9b270dd494f9a093a662b6b0aadaf9c13e7a8378864aa77a20b53910162c10d802d248c4143
+EBUILD texlive-core-2023-r7.ebuild 13111 BLAKE2B a2e83ee0adcd7c8a22a29a91716bb6fceb3d859f767fce5c7c37bd19005528a5ba4a70fc9012d9d926f220e8e4c6192a3e0ad020e3decaf158d5981934863190 SHA512 385381d553134b1c872909b39023c59674c62cbcde87fcb1a57050ccd4d3fceedd2cb63f7d15af90b0dfa34e14064f16ddb265900e3651799da051d3866e3374
MISC metadata.xml 763 BLAKE2B 32e271e244979763c3ed20da203b4a6fdd1646b1b5e92ea0fd3a3172e7f633cec56b55a4a638fa1f98394d4fa1ca443c3949528d30a5bf2564edc9979cc77515 SHA512 efe8b04dc9ea326a12eadccc2f5432563b0b87434028a7f2e671124d3fb08cbb384cd022471d44fec466f8558bab4344d2cbb47fe7e49461bbc802f4416c33e0
diff --git a/app-text/texlive-core/texlive-core-2023-r7.ebuild b/app-text/texlive-core/texlive-core-2023-r7.ebuild
index 10687a1f1e0c..6c31d5585cfc 100644
--- a/app-text/texlive-core/texlive-core-2023-r7.ebuild
+++ b/app-text/texlive-core/texlive-core-2023-r7.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
@@ -193,15 +193,11 @@ RDEPEND="
S="${WORKDIR}/${MY_P}"
BUILDDIR="${WORKDIR}/${P}_build"
-src_unpack() {
- default
-
- mkdir -p "${BUILDDIR}" || die "failed to create build dir"
-}
-
RELOC_TARGET=texmf-dist
src_prepare() {
+ mkdir "${BUILDDIR}" || die "failed to create build dir"
+
cd "${WORKDIR}" || die
# From texlive-module.eclass.
@@ -385,6 +381,20 @@ src_compile() {
&& cat "${T}/updmap_update3" > "texmf-dist/web2c/updmap.cfg"
}
+src_test() {
+ cd "${BUILDDIR}" || die
+
+ sed -i \
+ -e 's;uptexdir/nissya.test;;' \
+ -e 's;uptexdir/upbibtex.test;;' \
+ texk/web2c/Makefile || die
+ sed -i \
+ -e 's;dvispc.test;;' \
+ texk/dviout-util/Makefile || die
+
+ emake check
+}
+
src_install() {
cd "${BUILDDIR}" || die
dodir ${TEXMF_PATH:-/usr/share/texmf-dist}/web2c
diff --git a/app-text/texlive/Manifest b/app-text/texlive/Manifest
index 9387bc1460f3..8998782ad833 100644
--- a/app-text/texlive/Manifest
+++ b/app-text/texlive/Manifest
@@ -1,3 +1,3 @@
EBUILD texlive-2021-r1.ebuild 6650 BLAKE2B eaad4704c0c974f9d15ee90aa70d0dd6fa69883c2bf65e0e71216f4ca6084bfb57601cbd5dc53000d2654848c52f40a4d5d8af9f2ae58a9540257ee93b7a2a2f SHA512 e9c17f0549ce4eef1adb81956c064e31b0e8029e1fa256ca716ecf2e84b91456f0c7c4c8849c7316e80a15b3a17b8ec14989904bf9bb7ffe736a606270a1689c
-EBUILD texlive-2023.ebuild 6494 BLAKE2B a2146a6ff13ceff32b9d19a0eda6d52d37e104191c5d4804b6616a1550d8039ec2b8fbcedc1e723d8aae2fd6d605eb4d9187bfb99bb04f6dab60df3c7b35af3e SHA512 7b33291b363f474a0e93c9940a4bce80cc6ef979495746d2be4b0f96eeb8b8f310dab0a1f9e3b13fb549738e783d162aa3871d2586dd31fda17082961055de3c
+EBUILD texlive-2023.ebuild 6492 BLAKE2B b9bc2e444531600022f0385ba0d454c9c59b055686aeafb97a19cfdef342a8186e6356c0b622251775a369f0ee364b13f20d23b91dbaa16185a9c9eb301b39e0 SHA512 03023e54a9e3764c4a4a34d994b2549fcabe323363844b1e89ce4125d1f399e672e1400b7ecea9ebb8b228d10e766ae0321121c4727601d844080829f8eca1c8
MISC metadata.xml 1836 BLAKE2B 049796d51021c108b7310ffadd3c572842aab1c77c25897fc8972b06dc5e1b4895c3501b1b4c4de487821ee961f781c2159b436de6c5a8d411e30097de5be68f SHA512 9752e9d0a1e3f1ee518fa390c52d607f20463053cfd29909fd92bb1482cfe3dee5bec4140865d2151caa5459a60f53646f6218ed743f692c65ecc49610469cf3
diff --git a/app-text/texlive/texlive-2023.ebuild b/app-text/texlive/texlive-2023.ebuild
index 5155ec331177..50a8a4fc5e6a 100644
--- a/app-text/texlive/texlive-2023.ebuild
+++ b/app-text/texlive/texlive-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
DESCRIPTION="A complete TeX distribution"
HOMEPAGE="http://tug.org/texlive/"