mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
2025-12-21 21:45:56 UTC
This commit is contained in:
parent
4cc523a65c
commit
56afa55e90
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -5,11 +5,11 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/gpoore/latexrestricted https://pypi.org/project/latexrestricted/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
|
||||
KEYWORDS=~alpha amd64 arm arm64 ppc ppc64 x86
|
||||
LICENSE=LPPL-1.3c
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/gpoore/latexrestricted/archive/refs/tags/v0.6.2.tar.gz -> latexrestricted-0.6.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143
|
||||
_md5_=8bd1b86f517f65e5f9fed2b4e8abc12c
|
||||
_md5_=10a479b40552f1645873cecc6af0b321
|
||||
|
||||
@ -5,7 +5,7 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/gpoore/latex2pydata https://pypi.org/project/latex2pydata/
|
||||
INHERIT=distutils-r1 latex-package
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
|
||||
KEYWORDS=~alpha amd64 arm arm64 ppc ppc64 x86
|
||||
LICENSE=LPPL-1.3c
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) virtual/latex-base
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/gpoore/latex2pydata/archive/refs/tags/python/v0.4.1.tar.gz -> latex2pydata-0.4.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 edo a5e294016aa84979fcb2459749eb80b2 latex-package f6529cd874a632d3343b4d264a70a0bc
|
||||
_md5_=f2bc7b91b1698fddfd1b351c745833f9
|
||||
_md5_=0b231884526cebf02b49f13dc89ef73d
|
||||
|
||||
@ -5,11 +5,11 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/gpoore/minted/
|
||||
INHERIT=distutils-r1 latex-package
|
||||
IUSE=doc python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
|
||||
KEYWORDS=~alpha amd64 arm arm64 ppc ppc64 x86
|
||||
LICENSE=|| ( BSD LPPL-1.3 )
|
||||
RDEPEND=>=dev-python/latexrestricted-0.6.0 >=dev-python/pygments-2.17.0 >=dev-tex/latex2pydata-0.4.0 dev-texlive/texlive-latexextra python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) virtual/latex-base
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/gpoore/minted/archive/refs/tags/latex/v3.4.0.tar.gz -> minted-3.4.0.tar.gz https://github.com/gpoore/minted/commit/45ccea404689680513be3b78d2c0579f6250f963.patch -> minted-3.4.0-explicitly-set-build-backend.patch
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 d35f403697c0f86d762e7560bb5cd143 edo a5e294016aa84979fcb2459749eb80b2 latex-package f6529cd874a632d3343b4d264a70a0bc
|
||||
_md5_=0d9a3dfdb159ece33c21fcea47274dee
|
||||
_md5_=01b190da5354eb8ba2be66cee4276b2e
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -6,10 +6,10 @@ EAPI=8
|
||||
HOMEPAGE=https://www.tug.org/texlive/
|
||||
INHERIT=texlive-module
|
||||
IUSE=doc source
|
||||
KEYWORDS=~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
|
||||
KEYWORDS=~alpha amd64 arm arm64 ppc ppc64 x86
|
||||
LICENSE=Artistic BSD GPL-1+ GPL-2 LPPL-1.3c TeX TeX-other-free public-domain
|
||||
RDEPEND=>=dev-texlive/texlive-basic-2024 >=app-text/ps2pkm-1.8_p20240311 >=app-text/ttf2pk2-2.0_p20240311 >=app-text/texlive-core-2024
|
||||
SLOT=0
|
||||
SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-fontutils.r61207.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/accfonts.r18835.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/afm2pl.r71515.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/albatross.r69832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dosepsbin.r29752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dvipsconfig.r13293.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epstopdf.r71782.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontinst.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontools.r69241.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontware.r70015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luafindfont.r72111.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mf2pt1.r71883.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-fontutils.r61207.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accfonts.r18835.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/afm2pl.r71515.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/albatross.r69832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dosepsbin.r29752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dvipsconfig.r13293.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epstopdf.r71782.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontinst.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontools.r69241.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontware.r70015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luafindfont.r72111.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mf2pt1.r71883.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/accfonts.doc.r18835.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/afm2pl.doc.r71515.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/albatross.doc.r69832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dosepsbin.doc.r29752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/epstopdf.doc.r71782.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontinst.doc.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontools.doc.r69241.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontware.doc.r70015.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/luafindfont.doc.r72111.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/mf2pt1.doc.r71883.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/accfonts.doc.r18835.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/afm2pl.doc.r71515.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/albatross.doc.r69832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dosepsbin.doc.r29752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/epstopdf.doc.r71782.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontinst.doc.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontools.doc.r69241.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontware.doc.r70015.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/luafindfont.doc.r72111.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/mf2pt1.doc.r71883.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/albatross.source.r69832.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/dosepsbin.source.r29752.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/fontinst.source.r62517.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/metatype1.source.r37105.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/albatross.source.r69832.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/dosepsbin.source.r29752.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/fontinst.source.r62517.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/metatype1.source.r37105.tar.xz )
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 texlive-common 24eded924e973b6907b36c58f1b6fc3b texlive-module 937e001d61eac81c9121673bbf019c64
|
||||
_md5_=14a5d558afd356fffbaa3953f68aa64d
|
||||
_md5_=9274a9cfb15050223c44059cd44d9e29
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -6,10 +6,10 @@ EAPI=8
|
||||
HOMEPAGE=https://www.tug.org/texlive/
|
||||
INHERIT=texlive-module
|
||||
IUSE=doc source
|
||||
KEYWORDS=~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
|
||||
KEYWORDS=~alpha amd64 arm arm64 ppc ppc64 x86
|
||||
LICENSE=GPL-1+ LPPL-1.3 LPPL-1.3c TeX-other-free
|
||||
RDEPEND=>=dev-texlive/texlive-basic-2024 >=dev-texlive/texlive-latex-2024 >=app-text/texlive-core-2024[xetex] >=app-text/texlive-core-2024
|
||||
SLOT=0
|
||||
SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langczechslovak.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-czech.r30261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovak.r30292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cnbwp.r69910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cs.r41553.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csbulletin.r65250.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cslatex.r67494.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csplain.r67934.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-czech.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-slovak.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langczechslovak.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-czech.r30261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-slovak.r30292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cnbwp.r69910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cs.r41553.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csbulletin.r65250.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cslatex.r67494.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csplain.r67934.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-czech.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-slovak.r58609.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-czech.doc.r30261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovak.doc.r30292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cnbwp.doc.r69910.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/csbulletin.doc.r65250.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cstex.doc.r64149.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-czech.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-slovak.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-cz.doc.r72437.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-czech.doc.r30261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-slovak.doc.r30292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cnbwp.doc.r69910.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/csbulletin.doc.r65250.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cstex.doc.r64149.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-czech.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-slovak.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-cz.doc.r72437.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-czech.source.r30261.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-slovak.source.r30292.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cslatex.source.r67494.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-czech.source.r30261.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-slovak.source.r30292.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cslatex.source.r67494.tar.xz )
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 texlive-common 24eded924e973b6907b36c58f1b6fc3b texlive-module 937e001d61eac81c9121673bbf019c64
|
||||
_md5_=84e7f4ebac656152055e75af8d9b4de8
|
||||
_md5_=67020d91ec4b43db51dc3369213682ed
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -6,10 +6,10 @@ EAPI=8
|
||||
HOMEPAGE=https://www.tug.org/texlive/
|
||||
INHERIT=texlive-module
|
||||
IUSE=doc source
|
||||
KEYWORDS=~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
|
||||
KEYWORDS=~alpha amd64 arm arm64 ppc ppc64 x86
|
||||
LICENSE=FDL-1.1+ GPL-1+ GPL-2 LPPL-1.3 LPPL-1.3c OFL-1.1 TeX-other-free public-domain
|
||||
RDEPEND=>=dev-texlive/texlive-langcjk-2024 >=app-text/texlive-core-2024
|
||||
SLOT=0
|
||||
SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langkorean.r54074.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/baekmuk.r56915.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk-ko.r70300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-oblivoir.r70491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-plain.r63689.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utf.r63690.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utils.r38727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nanumtype1.r29558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmhanguljamo.r71464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uhc.r16791.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unfonts-core.r56291.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unfonts-extra.r56291.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langkorean.r54074.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/baekmuk.r56915.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjk-ko.r70300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kotex-oblivoir.r70491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kotex-plain.r63689.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kotex-utf.r63690.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kotex-utils.r38727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nanumtype1.r29558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmhanguljamo.r71464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uhc.r16791.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unfonts-core.r56291.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unfonts-extra.r56291.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/baekmuk.doc.r56915.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cjk-ko.doc.r70300.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-oblivoir.doc.r70491.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-plain.doc.r63689.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utf.doc.r63690.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/kotex-utils.doc.r38727.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-korean.doc.r58468.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/nanumtype1.doc.r29558.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/pmhanguljamo.doc.r71464.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/uhc.doc.r16791.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unfonts-core.doc.r56291.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/unfonts-extra.doc.r56291.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/baekmuk.doc.r56915.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cjk-ko.doc.r70300.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kotex-oblivoir.doc.r70491.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kotex-plain.doc.r63689.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kotex-utf.doc.r63690.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/kotex-utils.doc.r38727.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-korean.doc.r58468.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/nanumtype1.doc.r29558.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/pmhanguljamo.doc.r71464.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/uhc.doc.r16791.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unfonts-core.doc.r56291.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/unfonts-extra.doc.r56291.tar.xz )
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 texlive-common 24eded924e973b6907b36c58f1b6fc3b texlive-module 937e001d61eac81c9121673bbf019c64
|
||||
_md5_=49c6335a24fa2415c783e8e39d4cac6e
|
||||
_md5_=0d595b3f83687b40012042fbd0ea8dd3
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -6,10 +6,10 @@ EAPI=8
|
||||
HOMEPAGE=https://www.tug.org/texlive/
|
||||
INHERIT=texlive-module
|
||||
IUSE=doc source
|
||||
KEYWORDS=~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
|
||||
KEYWORDS=~alpha amd64 arm arm64 ppc ppc64 x86
|
||||
LICENSE=GPL-1+ GPL-2+ LPPL-1.3 LPPL-1.3c MIT public-domain
|
||||
RDEPEND=>=dev-texlive/texlive-basic-2024 >=app-text/texlive-core-2024
|
||||
SLOT=0
|
||||
SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langportuguese.r67125.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-portuges.r59883.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/feupphdteses.r30962.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-portuguese.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numberpt.r51640.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ordinalpt.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptlatexcommands.r67125.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langportuguese.r67125.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-portuges.r59883.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/feupphdteses.r30962.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-portuguese.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numberpt.r51640.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ordinalpt.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptlatexcommands.r67125.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-portuges.doc.r59883.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/beamer-tut-pt.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/cursolatex.doc.r24139.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/feupphdteses.doc.r30962.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex-via-exemplos.doc.r68627.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcheat-ptbr.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-portuguese.doc.r55643.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numberpt.doc.r51640.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ordinalpt.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptlatexcommands.doc.r67125.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/xypic-tut-pt.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-portuges.doc.r59883.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/beamer-tut-pt.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/cursolatex.doc.r24139.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/feupphdteses.doc.r30962.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex-via-exemplos.doc.r68627.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexcheat-ptbr.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-portuguese.doc.r55643.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numberpt.doc.r51640.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ordinalpt.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptlatexcommands.doc.r67125.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/xypic-tut-pt.doc.r15878.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-portuges.source.r59883.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/numberpt.source.r51640.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ordinalpt.source.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/ptlatexcommands.source.r67125.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-portuges.source.r59883.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/numberpt.source.r51640.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ordinalpt.source.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/ptlatexcommands.source.r67125.tar.xz )
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 texlive-common 24eded924e973b6907b36c58f1b6fc3b texlive-module 937e001d61eac81c9121673bbf019c64
|
||||
_md5_=b6bc7ef6c512c73e36d559ebe15e0515
|
||||
_md5_=dcddc08d5fc588a0eaf6270825edcf84
|
||||
|
||||
@ -6,10 +6,10 @@ EAPI=8
|
||||
HOMEPAGE=https://www.tug.org/texlive/
|
||||
INHERIT=texlive-module
|
||||
IUSE=doc source
|
||||
KEYWORDS=~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86
|
||||
KEYWORDS=~alpha amd64 arm arm64 ppc ppc64 x86
|
||||
LICENSE=CC-BY-4.0 LPPL-1.3 LPPL-1.3c MIT TeX-other-free public-domain
|
||||
RDEPEND=>=dev-texlive/texlive-basic-2024 >=app-text/texlive-core-2024
|
||||
SLOT=0
|
||||
SRC_URI=https://mirrors.ctan.org/systems/texlive/tlnet/archive/collection-langspanish.r72203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-catalan.r30259.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-galician.r30270.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-spanish.r59367.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-catalan.r58609.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-galician.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-spanish.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-es.r72203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/collection-langspanish.r72203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-catalan.r30259.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-galician.r30270.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-spanish.r59367.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-catalan.r58609.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-galician.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-spanish.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-es.r72203.tar.xz doc? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/antique-spanish-units.doc.r69568.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-catalan.doc.r30259.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-galician.doc.r30270.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-spanish.doc.r59367.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/es-tex-faq.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-spanish.doc.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/l2tabu-spanish.doc.r15878.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latex2e-help-texinfo-spanish.doc.r65614.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/latexcheat-esmx.doc.r36866.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/lshort-spanish.doc.r35050.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/quran-es.doc.r72203.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/texlive-es.doc.r70417.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/antique-spanish-units.doc.r69568.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-catalan.doc.r30259.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-galician.doc.r30270.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-spanish.doc.r59367.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/es-tex-faq.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-spanish.doc.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/l2tabu-spanish.doc.r15878.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latex2e-help-texinfo-spanish.doc.r65614.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/latexcheat-esmx.doc.r36866.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/lshort-spanish.doc.r35050.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/quran-es.doc.r72203.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/texlive-es.doc.r70417.tar.xz ) source? ( https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-catalan.source.r30259.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-galician.source.r30270.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/babel-spanish.source.r59367.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-galician.source.r58652.tar.xz https://mirrors.ctan.org/systems/texlive/tlnet/archive/hyphen-spanish.source.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-catalan.source.r30259.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-galician.source.r30270.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/babel-spanish.source.r59367.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-galician.source.r58652.tar.xz https://dev.gentoo.org/~flow/distfiles/texlive/hyphen-spanish.source.r58652.tar.xz )
|
||||
_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 texlive-common 24eded924e973b6907b36c58f1b6fc3b texlive-module 937e001d61eac81c9121673bbf019c64
|
||||
_md5_=39faba7967386cf77a01f507e468017e
|
||||
_md5_=8f37a7fc550508e553feaeeb2b2c9d9b
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/cucumber/aruba
|
||||
INHERIT=ruby-fakegem
|
||||
IUSE=test ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 test test
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
|
||||
KEYWORDS=amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=ruby_targets_ruby32? ( =dev-ruby/bundler-2*[ruby_targets_ruby32(-)] >=dev-ruby/contracts-0.16.0[ruby_targets_ruby32(-)] <dev-ruby/contracts-0.18[ruby_targets_ruby32(-)] >=dev-util/cucumber-8.0[ruby_targets_ruby32(-)] <dev-util/cucumber-11[ruby_targets_ruby32(-)] >=dev-ruby/rspec-expectations-3.4:3[ruby_targets_ruby32(-)] dev-ruby/thor:1[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( =dev-ruby/bundler-2*[ruby_targets_ruby33(-)] >=dev-ruby/contracts-0.16.0[ruby_targets_ruby33(-)] <dev-ruby/contracts-0.18[ruby_targets_ruby33(-)] >=dev-util/cucumber-8.0[ruby_targets_ruby33(-)] <dev-util/cucumber-11[ruby_targets_ruby33(-)] >=dev-ruby/rspec-expectations-3.4:3[ruby_targets_ruby33(-)] dev-ruby/thor:1[ruby_targets_ruby33(-)] ) ruby_targets_ruby34? ( =dev-ruby/bundler-2*[ruby_targets_ruby34(-)] >=dev-ruby/contracts-0.16.0[ruby_targets_ruby34(-)] <dev-ruby/contracts-0.18[ruby_targets_ruby34(-)] >=dev-util/cucumber-8.0[ruby_targets_ruby34(-)] <dev-util/cucumber-11[ruby_targets_ruby34(-)] >=dev-ruby/rspec-expectations-3.4:3[ruby_targets_ruby34(-)] dev-ruby/thor:1[ruby_targets_ruby34(-)] ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby34? ( dev-lang/ruby:3.4 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) ruby_targets_ruby34? ( virtual/rubygems[ruby_targets_ruby34(-)] )
|
||||
REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 )
|
||||
@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=2
|
||||
SRC_URI=https://github.com/cucumber/aruba/archive/v2.3.2.tar.gz -> aruba-2.3.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db multilib a199af442898963433d6f038a88cce9c ruby-utils cb2cdbbce7fae7a6b2b1021219b0680d ruby-ng 960d5adaf301da1ef0ab9bdba5018a6d ruby-fakegem bc37b1e2fa23e795fae856dd70a23846
|
||||
_md5_=1674f54662b3f60bc7f436e8e7d0cbd7
|
||||
_md5_=1c07e9254235083f55ab3c453ea53b78
|
||||
|
||||
@ -6,7 +6,7 @@ EAPI=8
|
||||
HOMEPAGE=https://cucumber.io/
|
||||
INHERIT=ruby-fakegem
|
||||
IUSE=test ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 doc test test
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
|
||||
KEYWORDS=amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=ruby_targets_ruby32? ( || ( dev-util/cucumber-messages:27[ruby_targets_ruby32(-)] dev-util/cucumber-messages:22[ruby_targets_ruby32(-)] ) !<dev-util/cucumber-html-formatter-19.2.0-r1:19[ruby_targets_ruby32(-)] !<dev-util/cucumber-html-formatter-20.4.0-r1:20[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( || ( dev-util/cucumber-messages:27[ruby_targets_ruby33(-)] dev-util/cucumber-messages:22[ruby_targets_ruby33(-)] ) !<dev-util/cucumber-html-formatter-19.2.0-r1:19[ruby_targets_ruby33(-)] !<dev-util/cucumber-html-formatter-20.4.0-r1:20[ruby_targets_ruby33(-)] ) ruby_targets_ruby34? ( || ( dev-util/cucumber-messages:27[ruby_targets_ruby34(-)] dev-util/cucumber-messages:22[ruby_targets_ruby34(-)] ) !<dev-util/cucumber-html-formatter-19.2.0-r1:19[ruby_targets_ruby34(-)] !<dev-util/cucumber-html-formatter-20.4.0-r1:20[ruby_targets_ruby34(-)] ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby34? ( dev-lang/ruby:3.4 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) ruby_targets_ruby34? ( virtual/rubygems[ruby_targets_ruby34(-)] )
|
||||
REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 )
|
||||
@ -14,4 +14,4 @@ RESTRICT=test !test? ( test ) !test? ( test )
|
||||
SLOT=21
|
||||
SRC_URI=https://rubygems.org/gems/cucumber-html-formatter-21.15.1.gem
|
||||
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db multilib a199af442898963433d6f038a88cce9c ruby-utils cb2cdbbce7fae7a6b2b1021219b0680d ruby-ng 960d5adaf301da1ef0ab9bdba5018a6d ruby-fakegem bc37b1e2fa23e795fae856dd70a23846
|
||||
_md5_=ceae6dda027ab4cc75a718868b7ba392
|
||||
_md5_=cb373d5cd2c839f1d9002ea827295046
|
||||
|
||||
@ -3,9 +3,9 @@ DEPEND=dev-libs/gmp:0= dev-libs/mpfr:0=
|
||||
DESCRIPTION=Multiple precision interval arithmetic library based on MPFR
|
||||
EAPI=8
|
||||
HOMEPAGE=https://perso.ens-lyon.fr/nathalie.revol/software.html https://gitlab.inria.fr/mpfi/mpfi
|
||||
KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86
|
||||
KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86
|
||||
LICENSE=GPL-3 LGPL-3 LGPL-2.1+
|
||||
RDEPEND=dev-libs/gmp:0= dev-libs/mpfr:0=
|
||||
SLOT=0
|
||||
SRC_URI=https://perso.ens-lyon.fr/nathalie.revol/softwares/mpfi-1.5.4.tar.xz -> mpfi-1.5.4_p20220401.tar.xz
|
||||
_md5_=d9b4d6e7f144b0b149409bc2b1c95931
|
||||
_md5_=e2a0d2d61a59734faff82a28a1d602c0
|
||||
|
||||
@ -6,11 +6,11 @@ EAPI=8
|
||||
HOMEPAGE=https://www.semicomplete.com/projects/xdotool/
|
||||
INHERIT=docs toolchain-funcs
|
||||
IUSE=examples doc
|
||||
KEYWORDS=amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86
|
||||
KEYWORDS=amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=x11-libs/libX11 x11-libs/libXinerama x11-libs/libXtst x11-libs/libxkbcommon
|
||||
RESTRICT=test
|
||||
SLOT=0/4
|
||||
SRC_URI=https://github.com/jordansissel/xdotool/releases/download/v4.20251130.1/xdotool-4.20251130.1.tar.gz
|
||||
_eclasses_=docs 006125f2158d2f16904ebd9114336058 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db
|
||||
_md5_=ced6d1394ec8c250d565e78458f7be84
|
||||
_md5_=14f979ab48679cefaef6b6b318085c25
|
||||
|
||||
@ -1 +1 @@
|
||||
Sun, 21 Dec 2025 21:15:57 +0000
|
||||
Sun, 21 Dec 2025 21:45:56 +0000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user